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.StateClusteringCommandA StateClusteringCommand consisting of a collection of other StateClusteringCommands- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateClusteringCommandCollection(List<org.apache.axis2.clustering.state.StateClusteringCommand> commands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.axis2.context.ConfigurationContext configContext)booleanisEmpty()StringtoString()
-
-
-
Constructor Detail
-
StateClusteringCommandCollection
public StateClusteringCommandCollection(List<org.apache.axis2.clustering.state.StateClusteringCommand> commands)
-
-
Method Detail
-
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()
-
-