Uses of Interface
org.jgroups.blocks.locking.LockNotification
-
Packages that use LockNotification Package Description org.jgroups.blocks.locking org.jgroups.demos Provides demonstrations of JGroups functionality.org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of LockNotification in org.jgroups.blocks.locking
Methods in org.jgroups.blocks.locking with parameters of type LockNotification Modifier and Type Method Description void
LockService. addLockListener(LockNotification listener)
void
LockService. removeLockListener(LockNotification listener)
-
Uses of LockNotification in org.jgroups.demos
Classes in org.jgroups.demos that implement LockNotification Modifier and Type Class Description class
LockServiceDemo
Demos the LockService -
Uses of LockNotification in org.jgroups.protocols
Classes in org.jgroups.protocols that implement LockNotification Modifier and Type Class Description class
CENTRAL_LOCK
Implementation of a locking protocol which acquires locks by contacting the coordinator.Fields in org.jgroups.protocols with type parameters of type LockNotification Modifier and Type Field Description protected java.util.Set<LockNotification>
Locking. lock_listeners
Methods in org.jgroups.protocols with parameters of type LockNotification Modifier and Type Method Description void
Locking. addLockListener(LockNotification listener)
void
Locking. removeLockListener(LockNotification listener)
-