Uses of Interface
net.sf.jso.transaction.LockInfo

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

Uses of LockInfo in net.sf.jso.engine
 

Methods in net.sf.jso.engine that return LockInfo
 LockInfo JSOStorageController.getLockInfo()
          Gets transaction processing information.
 

Uses of LockInfo in net.sf.jso.remote
 

Methods in net.sf.jso.remote that return LockInfo
 LockInfo StorageControllerProxy.getLockInfo()
           
 LockInfo RemoteStorageController.getLockInfo()
           
 

Uses of LockInfo in net.sf.jso.transaction
 

Methods in net.sf.jso.transaction that return LockInfo
 LockInfo JSOLockManager.getLockInfo()
          Gets transaction processing information.
 LockInfo LockManager.getLockInfo()
          Gets transaction processing information.