Uses of Class
net.sf.jso.transaction.TransactionTimeoutException

Packages that use TransactionTimeoutException
net.sf.jso.engine   
net.sf.jso.remote   
net.sf.jso.transaction   
 

Uses of TransactionTimeoutException in net.sf.jso.engine
 

Methods in net.sf.jso.engine that throw TransactionTimeoutException
 void JSOStorageController.lock(TID txid, OID oid, boolean exclusive, long timeout)
          Holds a lock for an object.
 

Uses of TransactionTimeoutException in net.sf.jso.remote
 

Methods in net.sf.jso.remote that throw TransactionTimeoutException
 void StorageControllerProxy.lock(TID txid, OID oid, boolean exclusive, long timeout)
           
 void RemoteStorageController.lock(TID txid, OID oid, boolean exclusive, long timeout)
           
 

Uses of TransactionTimeoutException in net.sf.jso.transaction
 

Methods in net.sf.jso.transaction that throw TransactionTimeoutException
 void JSOLockManager.lock(TID txid, OID oid, boolean exclusive, long timeout)
          Tries to hold a lock for an object.
 void LockManager.lock(TID txid, OID oid, boolean exclusive, long timeout)
          Holds a lock for an object.