|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.tribe.messages.ChannelMessage
org.objectweb.tribe.messages.PingMessage
This class defines a PingMessage
Constructor Summary | |
PingMessage()
Creates a new PingMessage object |
Method Summary | |
void |
deliverMessage(java.util.HashMap receiveBuffers)
Delivers the message to all receive buffers that are registered to the message destination key. |
Methods inherited from class org.objectweb.tribe.messages.ChannelMessage |
addChunk, getByteArray, getChunks, getDestinationKey, removeChunk |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PingMessage()
PingMessage
object
Method Detail |
public void deliverMessage(java.util.HashMap receiveBuffers) throws NoReceiverException
ChannelMessage
deliverMessage
in class ChannelMessage
receiveBuffers
- list of destination receive buffers
NoReceiverException
- if no receive buffer has been registered for
the destination key found in the messageChannelMessage.deliverMessage(java.util.HashMap)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |