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 StateClusteringCommand
A StateClusteringCommand consisting of a collection of other StateClusteringCommands- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateClusteringCommandCollection(List<StateClusteringCommand> commands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ConfigurationContext configContext)
boolean
isEmpty()
String
toString()
-
-
-
Constructor Detail
-
StateClusteringCommandCollection
public StateClusteringCommandCollection(List<StateClusteringCommand> commands)
-
-
Method Detail
-
execute
public void execute(ConfigurationContext configContext) throws ClusteringFault
- Specified by:
execute
in classClusteringCommand
- Throws:
ClusteringFault
-
isEmpty
public boolean isEmpty()
-
-