Uses of Interface
org.objectweb.perseus.concurrency.distributed.globallock.api.GlobalLock

Packages that use GlobalLock
org.objectweb.perseus.concurrency.distributed   
org.objectweb.perseus.concurrency.distributed.globallock.api   
org.objectweb.perseus.concurrency.distributed.globallock.lib   
 

Uses of GlobalLock in org.objectweb.perseus.concurrency.distributed
 

Methods in org.objectweb.perseus.concurrency.distributed that return GlobalLock
protected  GlobalLock DistributedConcurrencyManager.getDistLock(java.lang.Object resourceId, java.lang.Object hints, boolean doInvalidate)
           
 

Uses of GlobalLock in org.objectweb.perseus.concurrency.distributed.globallock.api
 

Methods in org.objectweb.perseus.concurrency.distributed.globallock.api that return GlobalLock
 GlobalLock GlobalLockManager.getGlobalLock(java.io.Serializable objId, boolean create)
           
 

Uses of GlobalLock in org.objectweb.perseus.concurrency.distributed.globallock.lib
 

Classes in org.objectweb.perseus.concurrency.distributed.globallock.lib that implement GlobalLock
 class GlobalLockUser
          This class the client side of global lock management.
 

Methods in org.objectweb.perseus.concurrency.distributed.globallock.lib that return GlobalLock
 GlobalLock BasicGlobalLockManager.getGlobalLock(java.io.Serializable oid, boolean create)
           
protected  GlobalLock BasicGlobalLockManager.createLock(java.io.Serializable oid)
           
 



Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.