Uses of Class
jgroup.relacs.gmi.protocols.BasicDispatcher

Packages that use BasicDispatcher
jgroup.relacs.gmi.protocols   
 

Uses of BasicDispatcher in jgroup.relacs.gmi.protocols
 

Subclasses of BasicDispatcher in jgroup.relacs.gmi.protocols
 class Anycast
          Anycast represents a protocol that dispatch method invocations received through the local endpoint to the local server.
 class Atomic
          Atomic represents a protocol that dispatch method invocations received through the local endpoint to all the other methods of the group, including the local server.
 class Leadercast
          Leadercast represents a protocol that will always try to invoke the the group leader first.
 class Multicast
          Multicast represents a protocol that dispatch method invocations received through the local endpoint to all the other members of the group, including the local server.
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.