Uses of Interface
jgroup.relacs.gm.RemoteDispatcher

Packages that use RemoteDispatcher
jgroup.relacs.events   
jgroup.relacs.gm   
 

Uses of RemoteDispatcher in jgroup.relacs.events
 

Methods in jgroup.relacs.events that return RemoteDispatcher
 RemoteDispatcher JoinRequest.getDispatcher()
           
 

Constructors in jgroup.relacs.events with parameters of type RemoteDispatcher
JoinRequest(int gid, MemberId memberId, RemoteDispatcher dispatcher)
          Creates a new JoinRequest event for the specified memberId to join group gid.
 

Uses of RemoteDispatcher in jgroup.relacs.gm
 

Classes in jgroup.relacs.gm that implement RemoteDispatcher
 class NewDispatcherLayer
          Handle dispatching daemon events to other layers in the stack, e.g., the MembershipLayer and MulticastLayer.
 

Methods in jgroup.relacs.gm that return RemoteDispatcher
 RemoteDispatcher NewDispatcherLayer.getRemoteDispatcher()
           
 RemoteDispatcher DispatcherService.getRemoteDispatcher()
          Returns the remote dispatcher reference.
 



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