org.apache.axis2.clustering
Class ClusteringMessage

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.ClusteringMessage
All Implemented Interfaces:
java.io.Serializable

public abstract class ClusteringMessage
extends ClusteringCommand

This is a special ClusteringCommand which is used for messaging. If there is a response, the response can be retrieved from this command

See Also:
Serialized Form

Constructor Summary
ClusteringMessage()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
abstract  ClusteringCommand getResponse()
          Get the response for this message
 long getTimestamp()
           
 java.lang.String getUuid()
           
 int hashCode()
           
 
Methods inherited from class org.apache.axis2.clustering.ClusteringCommand
execute
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteringMessage

public ClusteringMessage()
Method Detail

getResponse

public abstract ClusteringCommand getResponse()
Get the response for this message

Returns:
the response for this message

getUuid

public java.lang.String getUuid()

getTimestamp

public long getTimestamp()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.