org.apache.axis2.clustering.state.commands
Class StateClusteringCommandCollection

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.state.StateClusteringCommand
          extended by org.apache.axis2.clustering.state.commands.StateClusteringCommandCollection
All Implemented Interfaces:
Serializable

public class StateClusteringCommandCollection
extends StateClusteringCommand

A StateClusteringCommand consisting of a collection of other StateClusteringCommands

See Also:
Serialized Form

Constructor Summary
StateClusteringCommandCollection(List<StateClusteringCommand> commands)
           
 
Method Summary
 void execute(ConfigurationContext configContext)
           
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateClusteringCommandCollection

public StateClusteringCommandCollection(List<StateClusteringCommand> commands)
Method Detail

execute

public void execute(ConfigurationContext configContext)
             throws ClusteringFault
Specified by:
execute in class ClusteringCommand
Throws:
ClusteringFault

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object


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