org.apache.axis2.clustering.control
Class AckCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.control.ControlCommand
org.apache.axis2.clustering.control.AckCommand
- All Implemented Interfaces:
- java.io.Serializable
public class AckCommand
- extends ControlCommand
ACK for the message with id uniqueId
- See Also:
- Serialized Form
Constructor Summary |
AckCommand(java.lang.String messageUniqueId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AckCommand
public AckCommand(java.lang.String messageUniqueId)
getUniqueId
public java.lang.String getUniqueId()
setMemberId
public void setMemberId(java.lang.String memberId)
getCommandType
public int getCommandType()
execute
public void execute(ConfigurationContext configurationContext)
throws ClusteringFault
- Description copied from class:
ControlCommand
- Execute this command
- Specified by:
execute
in class ControlCommand
- Throws:
ClusteringFault
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2007 Apache Web Services Project. All Rights Reserved.