|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutMessage | |
---|---|
jgroup.relacs.daemon | |
jgroup.relacs.events | |
jgroup.relacs.mss | |
jgroup.util |
Uses of OutMessage in jgroup.relacs.daemon |
---|
Methods in jgroup.relacs.daemon that return OutMessage | |
---|---|
OutMessage |
MsgMcast.getOutMessage()
|
OutMessage |
DaemonMsg.getOutMessage()
Returns the OutMessage containing the daemon
level message data. |
Uses of OutMessage in jgroup.relacs.events |
---|
Methods in jgroup.relacs.events that return OutMessage | |
---|---|
OutMessage |
MulticastRequest.getPayload()
|
Constructors in jgroup.relacs.events with parameters of type OutMessage | |
---|---|
MulticastRequest(int gid,
boolean isObject,
OutMessage payload,
MemberId sender,
AckListener ackListener,
ChainIdentifier chId)
Creates a MulticastRequest event. |
Uses of OutMessage in jgroup.relacs.mss |
---|
Methods in jgroup.relacs.mss that return OutMessage | |
---|---|
OutMessage |
MsgJG.getOutMessage()
Returns the OutMessage associated with this message. |
OutMessage |
Msg.getOutMessage()
|
OutMessage |
MsgRouting.getOutMessage()
Returns the OutMessage associated with this message. |
Uses of OutMessage in jgroup.util |
---|
Methods in jgroup.util that return OutMessage | |
---|---|
static OutMessage |
MsgFactory.get()
|
static OutMessage |
MsgFactory.get(int size)
|
static OutMessage |
MsgFactory.get(int size,
int nreceivers)
|
Methods in jgroup.util with parameters of type OutMessage | |
---|---|
void |
OutMessage.write(OutMessage msg)
Write the content of another OutMessage into the
current message. |
Constructors in jgroup.util with parameters of type OutMessage | |
---|---|
InMessage(OutMessage msg)
Construct a InMessage starting from an OutMessage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |