Uses of Interface
jgroup.relacs.gmi.protocols.ProtocolDispatcher

Packages that use ProtocolDispatcher
jgroup.relacs.gmi   
jgroup.relacs.gmi.protocols   
 

Uses of ProtocolDispatcher in jgroup.relacs.gmi
 

Methods in jgroup.relacs.gmi that return ProtocolDispatcher
 ProtocolDispatcher JeriEGMILayer.getProtocol(MethodSemantics semantics)
          Construct a ProtocolDispatcher instance for the given method invocation semantics.
 

Methods in jgroup.relacs.gmi with parameters of type ProtocolDispatcher
 void GroupRequestHandler.addProtocol(MethodSemantics semantics, ProtocolDispatcher protocol)
          Associate the given protocol with the given method invocation semantics as stored in the internal table of protocols.
 

Uses of ProtocolDispatcher in jgroup.relacs.gmi.protocols
 

Classes in jgroup.relacs.gmi.protocols that implement ProtocolDispatcher
 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 BasicDispatcher
          BasicDispatcher is the super class for all protocols, and must be subclassed.
 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.