ist.palcom.routing.messages
Class PingMessage

java.lang.Object
  extended by ist.palcom.mal.Message
      extended by ist.palcom.mal.SimpleMessage
          extended by ist.palcom.routing.messages.AbstractRoutingMessage
              extended by ist.palcom.routing.messages.PingMessage

public class PingMessage
extends AbstractRoutingMessage

Simple PingMessage


Field Summary
 URN pingURN
           
static String type
           
 
Fields inherited from class ist.palcom.mal.SimpleMessage
TYPE_DATA
 
Fields inherited from class ist.palcom.mal.Message
TYPE_MULTIPART
 
Constructor Summary
PingMessage(URN urn, Selector selector)
           
 
Method Summary
 Selector getPingSelector()
           
 URN getPingURN()
           
static PingMessage unmarshall(Message message)
           
 
Methods inherited from class ist.palcom.routing.messages.AbstractRoutingMessage
getRoutingMessage
 
Methods inherited from class ist.palcom.mal.SimpleMessage
getCopy, getInformation, getInformationLength, getType, writeInformation
 
Methods inherited from class ist.palcom.mal.Message
getReceiverSelector, getReceiverURL, getReceiverURN, getSenderSelector, getSenderURL, getSenderURN, getTotalLength, parse, setReceiverSelector, setReceiverURL, setReceiverURN, setSenderSelector, setSenderURL, setSenderURN, write
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, println, toString
 

Field Detail

type

public static final String type
See Also:
Constant Field Values

pingURN

public URN pingURN
Constructor Detail

PingMessage

public PingMessage(URN urn,
                   Selector selector)
Method Detail

getPingURN

public URN getPingURN()

getPingSelector

public Selector getPingSelector()

unmarshall

public static PingMessage unmarshall(Message message)
                              throws IllegalArgumentException
Throws:
IllegalArgumentException