Package com.liferay.portal.kernel.lock
Class BaseLockListener
Object
com.liferay.portal.kernel.lock.BaseLockListener
- All Implemented Interfaces:
LockListener
- Author:
- Alexander Chow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onAfterExpire
(String key) void
onAfterRefresh
(String key) void
onBeforeExpire
(String key) void
onBeforeRefresh
(String key) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.lock.LockListener
getClassName
-
Constructor Details
-
BaseLockListener
public BaseLockListener()
-
-
Method Details
-
onAfterExpire
- Specified by:
onAfterExpire
in interfaceLockListener
-
onAfterRefresh
- Specified by:
onAfterRefresh
in interfaceLockListener
-
onBeforeExpire
- Specified by:
onBeforeExpire
in interfaceLockListener
-
onBeforeRefresh
- Specified by:
onBeforeRefresh
in interfaceLockListener
-