Uses of Class
com.jalios.jcms.StrongLock
- 
Packages that use StrongLock Package Description com.jalios.jcms Contains the core JPlatform classes. - 
- 
Uses of StrongLock in com.jalios.jcms
Methods in com.jalios.jcms that return StrongLock Modifier and Type Method Description StrongLockData. getStrongLock()Returns the StrongLock bound to this Data, if any.StrongLockStrongLockManager.CacheEntry. getStrongLock()StrongLockStrongLockManager. getStrongLock(Data data)Returns the StrongLock bound to given data.StrongLockStrongLockManager. getStrongLock(Data data, boolean useCache)Returns the StrongLock bound to given data.Methods in com.jalios.jcms with parameters of type StrongLock Modifier and Type Method Description booleanStrongLockManager. canUnlock(StrongLock lock, Member mbr)Returns true if the member can unlock the given lockConstructors in com.jalios.jcms with parameters of type StrongLock Constructor Description CacheEntry(StrongLock lock) 
 -