org.apache.axis2.clustering
Class ClusteringMessage
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.ClusteringMessage
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteringMessage
public ClusteringMessage()
getResponse
public abstract ClusteringCommand getResponse()
- Get the response for this message
- Returns:
- the response for this message
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.