Uses of Class
org.objectweb.jotm.core.delegation.InvalidAcquireException

Packages that use InvalidAcquireException
org.objectweb.jotm.core.delegation   
 

Uses of InvalidAcquireException in org.objectweb.jotm.core.delegation
 

Methods in org.objectweb.jotm.core.delegation that throw InvalidAcquireException
 void DelegationManager.acquire(BasicTransaction holdTx, BasicTransaction receiveTx, java.lang.Object obj, int delType)
          Acquire the specified object.
 void DelegationManager.acquire(BasicTransaction holdTx, BasicTransaction receiveTx, java.lang.Object[] objArray, int delType)
          Acquire the specified array of object.
 void DelegationManager.acquire(BasicTransaction holdTx, BasicTransaction receiveTx, int delType)
          Acquire all objects.