Interface FencedLockEvents
-
- All Known Implementing Classes:
FencedLockEvents.FencedLockManagerStarted,FencedLockEvents.FencedLockManagerStopped,FencedLockEvents.LockAcquired,FencedLockEvents.LockConfirmed,FencedLockEvents.LockReleased
public interface FencedLockEvents
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFencedLockEvents.FencedLockManagerStartedIs published on theLocalEventBuswhen aLifecycle.start()is called (and the lock manager isn't already started)static classFencedLockEvents.FencedLockManagerStoppedIs published on theLocalEventBuswhen aLifecycle.stop()is called (and the lock manager isn't already stopped)static classFencedLockEvents.LockAcquiredstatic classFencedLockEvents.LockConfirmedstatic classFencedLockEvents.LockReleased
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FencedLockManagergetLockManager()
-
-
-
Method Detail
-
getLockManager
FencedLockManager getLockManager()
-
-