Class 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:
    Serialized Form
    • 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:
        execute in class org.apache.axis2.clustering.ClusteringCommand
        Throws:
        org.apache.axis2.clustering.ClusteringFault
      • isEmpty

        public boolean isEmpty()