org.objectweb.tribe.messages
Class PingMessage

java.lang.Object
  extended byorg.objectweb.tribe.messages.ChannelMessage
      extended byorg.objectweb.tribe.messages.PingMessage
All Implemented Interfaces:
java.io.Serializable

public class PingMessage
extends ChannelMessage

This class defines a PingMessage

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

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

PingMessage

public PingMessage()
Creates a new PingMessage object

Method Detail

deliverMessage

public void deliverMessage(java.util.HashMap receiveBuffers)
                    throws NoReceiverException
Description copied from class: ChannelMessage
Delivers the message to all receive buffers that are registered to the message destination key.

Overrides:
deliverMessage in class ChannelMessage
Parameters:
receiveBuffers - list of destination receive buffers
Throws:
NoReceiverException - if no receive buffer has been registered for the destination key found in the message
See Also:
ChannelMessage.deliverMessage(java.util.HashMap)


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.