Uses of Class
com.unica.publicapi.plan.api.LockInUseException

Packages that use LockInUseException
com.unica.publicapi.plan.api   
 

Uses of LockInUseException in com.unica.publicapi.plan.api
 

Methods in com.unica.publicapi.plan.api that throw LockInUseException
 void IExecutionContext.acquireLock(Handle handle)
          This method replaces acquireLock(Handle handle, String name) method
 void IExecutionContext.acquireLock(Handle handle, java.lang.String name)
          Deprecated. use acquireLock(Handle handle) instead.