Uses of Class
jgroup.core.multicast.ChainIdentifier

Packages that use ChainIdentifier
jgroup.core.multicast   
jgroup.relacs.events   
jgroup.relacs.gm   
 

Uses of ChainIdentifier in jgroup.core.multicast
 

Methods in jgroup.core.multicast with parameters of type ChainIdentifier
 void MulticastService.mcast(java.io.OutputStream out, AckListener ackl, ChainIdentifier chainId)
          Multicast a message enclosed in the stream out to the members of the current view of the group.
 

Uses of ChainIdentifier in jgroup.relacs.events
 

Methods in jgroup.relacs.events that return ChainIdentifier
 ChainIdentifier MulticastRequest.getChainId()
           
 

Constructors in jgroup.relacs.events with parameters of type ChainIdentifier
MulticastRequest(int gid, boolean isObject, OutMessage payload, MemberId sender, AckListener ackListener, ChainIdentifier chId)
          Creates a MulticastRequest event.
 

Uses of ChainIdentifier in jgroup.relacs.gm
 

Methods in jgroup.relacs.gm with parameters of type ChainIdentifier
 void MulticastLayer.mcast(java.io.OutputStream out, AckListener ackl, ChainIdentifier chId)
           
 void TotalOrderLayer.mcast(java.io.OutputStream out, AckListener ackl, ChainIdentifier chId)
           
 



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