org.apache.axis2.clustering.control
Class AckCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.control.ControlCommand
          extended by 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)
           
 
Method Summary
 void execute(ConfigurationContext configurationContext)
          Execute this command
 int getCommandType()
           
 java.lang.String getUniqueId()
           
 void setMemberId(java.lang.String memberId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AckCommand

public AckCommand(java.lang.String messageUniqueId)
Method Detail

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.