Liferay 6.2-ce-ga5

com.liferay.portal.util
Class LockListenerRegistryImpl

java.lang.Object
  extended by com.liferay.portal.util.LockListenerRegistryImpl
All Implemented Interfaces:
LockListenerRegistry

public class LockListenerRegistryImpl
extends Object
implements LockListenerRegistry


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

Constructor Detail

LockListenerRegistryImpl

public LockListenerRegistryImpl()
Method Detail

getLockListener

public LockListener getLockListener(String className)
Specified by:
getLockListener in interface LockListenerRegistry

register

public void register(LockListener lockListener)
Specified by:
register in interface LockListenerRegistry

unregister

public void unregister(LockListener lockListener)
Specified by:
unregister in interface LockListenerRegistry

Liferay 6.2-ce-ga5