Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.lock.LockListenerRegistry

Packages that use LockListenerRegistry
com.liferay.portal.kernel.lock   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

Uses of LockListenerRegistry in com.liferay.portal.kernel.lock
 

Methods in com.liferay.portal.kernel.lock that return LockListenerRegistry
static LockListenerRegistry LockListenerRegistryUtil.getLockListenerRegistry()
           
 

Methods in com.liferay.portal.kernel.lock with parameters of type LockListenerRegistry
 void LockListenerRegistryUtil.setLockListenerRegistry(LockListenerRegistry lockListenerRegistry)
           
 

Uses of LockListenerRegistry in com.liferay.portal.util
 

Classes in com.liferay.portal.util that implement LockListenerRegistry
 class LockListenerRegistryImpl
           
 


Liferay 6.2-ce-ga5