Class StateClusteringCommandCollection
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.state.StateClusteringCommand
org.apache.axis2.clustering.state.commands.StateClusteringCommandCollection
- All Implemented Interfaces:
Serializable
public class StateClusteringCommandCollection
extends org.apache.axis2.clustering.state.StateClusteringCommand
A StateClusteringCommand consisting of a collection of other StateClusteringCommands
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateClusteringCommandCollection(List<org.apache.axis2.clustering.state.StateClusteringCommand> commands) -
Method Summary
-
Constructor Details
-
StateClusteringCommandCollection
public StateClusteringCommandCollection(List<org.apache.axis2.clustering.state.StateClusteringCommand> commands)
-
-
Method Details
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configContext) throws org.apache.axis2.clustering.ClusteringFault - Specified by:
executein classorg.apache.axis2.clustering.ClusteringCommand- Throws:
org.apache.axis2.clustering.ClusteringFault
-
isEmpty
public boolean isEmpty() -
toString
-