Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.lock
Class LockListenerRegistryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.lock.LockListenerRegistryUtil

public class LockListenerRegistryUtil
extends Object


Constructor Summary
LockListenerRegistryUtil()
           
 
Method Summary
static LockListener getLockListener(String className)
           
static LockListenerRegistry getLockListenerRegistry()
           
static void register(LockListener lockListener)
           
 void setLockListenerRegistry(LockListenerRegistry lockListenerRegistry)
           
static void unregister(LockListener lockListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockListenerRegistryUtil

public LockListenerRegistryUtil()
Method Detail

getLockListener

public static LockListener getLockListener(String className)

getLockListenerRegistry

public static LockListenerRegistry getLockListenerRegistry()

register

public static void register(LockListener lockListener)

unregister

public static void unregister(LockListener lockListener)

setLockListenerRegistry

public void setLockListenerRegistry(LockListenerRegistry lockListenerRegistry)

Liferay 6.1.2-ce-ga3