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 StrongLock
Data. getStrongLock()
Returns the StrongLock bound to this Data, if any.StrongLock
StrongLockManager.CacheEntry. getStrongLock()
StrongLock
StrongLockManager. getStrongLock(Data data)
Returns the StrongLock bound to given data.StrongLock
StrongLockManager. 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 boolean
StrongLockManager. 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)
-