Uses of Class
jgroup.util.InMessage

Packages that use InMessage
jgroup.relacs.daemon   
jgroup.relacs.events   
jgroup.relacs.mss   
jgroup.util   
 

Uses of InMessage in jgroup.relacs.daemon
 

Methods in jgroup.relacs.daemon with parameters of type InMessage
 void Daemon.remoteReceive(byte tag, InMessage stream, EndPoint src)
          Handles a message received from a remote host.
 

Uses of InMessage in jgroup.relacs.events
 

Methods in jgroup.relacs.events that return InMessage
 InMessage DeliveryEvent.getPayload()
           
 

Constructors in jgroup.relacs.events with parameters of type InMessage
DeliveryEvent(int gid, boolean isObject, int mid, int hpos, MemberId sender, boolean ackRequired, InMessage payload)
          Builds a new DeliveryEvent object.
 

Uses of InMessage in jgroup.relacs.mss
 

Methods in jgroup.relacs.mss with parameters of type InMessage
 void MssUser.remoteReceive(byte tag, InMessage data, EndPoint host)
          Invoked to notify the objects implementing this interface that a message from a remote member has been received.
 

Uses of InMessage in jgroup.util
 

Methods in jgroup.util with parameters of type InMessage
 boolean InMessage.compare(int pos1, InMessage msg, int pos2, int len)
          Compares the bytes contained in this InMessage with those contained in another InMessage.
 

Constructors in jgroup.util with parameters of type InMessage
OutMessage(InMessage msg)
          Construct a OutMessage starting from an InMessage.
 



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