Serialized Form


Package org.apache.axis2.clustering

Class org.apache.axis2.clustering.ClusteringCommand extends java.lang.Object implements Serializable

Class org.apache.axis2.clustering.ClusteringFault extends AxisFault implements Serializable


Package org.apache.axis2.clustering.control

Class org.apache.axis2.clustering.control.ControlCommand extends ClusteringCommand implements Serializable

Class org.apache.axis2.clustering.control.GetConfigurationCommand extends ControlCommand implements Serializable

Serialized Fields

serviceGroupNames

java.lang.String[] serviceGroupNames

Class org.apache.axis2.clustering.control.GetConfigurationResponseCommand extends ControlCommand implements Serializable

Serialized Fields

serviceGroups

java.lang.String[] serviceGroups

Class org.apache.axis2.clustering.control.GetStateCommand extends ControlCommand implements Serializable

Serialized Fields

commands

StateClusteringCommand[] commands

Class org.apache.axis2.clustering.control.GetStateResponseCommand extends ControlCommand implements Serializable

Serialized Fields

commands

StateClusteringCommand[] commands

Package org.apache.axis2.clustering.control.wka

Class org.apache.axis2.clustering.control.wka.JoinGroupCommand extends ControlCommand implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Class org.apache.axis2.clustering.control.wka.MemberJoinedCommand extends ControlCommand implements Serializable

serialVersionUID: -6596472883950279349L

Serialized Fields

member

org.apache.catalina.tribes.Member member

Class org.apache.axis2.clustering.control.wka.MemberListCommand extends ControlCommand implements Serializable

serialVersionUID: 5687720124889269491L

Serialized Fields

members

org.apache.catalina.tribes.Member[] members

Package org.apache.axis2.clustering.management

Class org.apache.axis2.clustering.management.GroupManagementCommand extends ClusteringCommand implements Serializable

Class org.apache.axis2.clustering.management.NodeManagementCommand extends ClusteringCommand implements Serializable


Package org.apache.axis2.clustering.management.commands

Class org.apache.axis2.clustering.management.commands.ShutdownMemberCommand extends GroupManagementCommand implements Serializable


Package org.apache.axis2.clustering.state

Class org.apache.axis2.clustering.state.PropertyUpdater extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.Map<K,V> properties

Class org.apache.axis2.clustering.state.StateClusteringCommand extends ClusteringCommand implements Serializable


Package org.apache.axis2.clustering.state.commands

Class org.apache.axis2.clustering.state.commands.DeleteServiceGroupStateCommand extends StateClusteringCommand implements Serializable

Serialized Fields

serviceGroupContextId

java.lang.String serviceGroupContextId

Class org.apache.axis2.clustering.state.commands.DeleteServiceStateCommand extends StateClusteringCommand implements Serializable

Serialized Fields

serviceGroupName

java.lang.String serviceGroupName

serviceGroupContextId

java.lang.String serviceGroupContextId

serviceName

java.lang.String serviceName

Class org.apache.axis2.clustering.state.commands.StateClusteringCommandCollection extends StateClusteringCommand implements Serializable

Serialized Fields

commands

java.util.ArrayList<E> commands

Class org.apache.axis2.clustering.state.commands.UpdateConfigurationStateCommand extends UpdateStateCommand implements Serializable

Class org.apache.axis2.clustering.state.commands.UpdateServiceGroupStateCommand extends UpdateStateCommand implements Serializable

Serialized Fields

serviceGroupName

java.lang.String serviceGroupName

serviceGroupContextId

java.lang.String serviceGroupContextId

Class org.apache.axis2.clustering.state.commands.UpdateServiceStateCommand extends UpdateStateCommand implements Serializable

Serialized Fields

serviceGroupName

java.lang.String serviceGroupName

serviceGroupContextId

java.lang.String serviceGroupContextId

serviceName

java.lang.String serviceName

Class org.apache.axis2.clustering.state.commands.UpdateStateCommand extends StateClusteringCommand implements Serializable

Serialized Fields

propertyUpdater

PropertyUpdater propertyUpdater



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