Uses of Interface
org.jgroups.blocks.locking.LockNotification

Packages that use LockNotification
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
 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
 class LockServiceDemo
          Demos the LockService
 

Uses of LockNotification in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement LockNotification
 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
protected  java.util.Set<LockNotification> Locking.lock_listeners
           
 

Methods in org.jgroups.protocols with parameters of type LockNotification
 void Locking.addLockListener(LockNotification listener)
           
 void Locking.removeLockListener(LockNotification listener)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.