|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClusteringFault in org.apache.axis2.clustering |
---|
Methods in org.apache.axis2.clustering that throw ClusteringFault | |
---|---|
void |
ClusterManager.init()
Initialize the ClusteManager |
void |
MessageSender.sendToGroup(ClusteringCommand msg)
|
void |
MessageSender.sendToSelf(ClusteringCommand msg)
|
void |
ClusterManager.shutdown()
|
Uses of ClusteringFault in org.apache.axis2.clustering.configuration |
---|
Methods in org.apache.axis2.clustering.configuration that throw ClusteringFault | |
---|---|
void |
DefaultConfigurationManager.applyPolicy(java.lang.String serviceGroupName,
java.lang.String policy)
|
void |
ConfigurationManager.applyPolicy(java.lang.String serviceName,
java.lang.String policy)
Apply a policy to a service |
void |
DefaultConfigurationManager.commit()
|
void |
ConfigurationManager.commit()
Second phase of the 2-phase commit protocol. |
void |
DefaultConfigurationManager.exceptionOccurred(java.lang.Throwable throwable)
|
void |
ConfigurationManager.exceptionOccurred(java.lang.Throwable throwable)
To notify other nodes that an Exception occurred, during the processing of a ConfigurationClusteringCommand |
void |
DefaultConfigurationManager.loadServiceGroups(java.lang.String[] serviceGroupNames)
|
void |
ConfigurationManager.loadServiceGroups(java.lang.String[] serviceGroupNames)
Load a set of service groups |
void |
DefaultConfigurationManager.prepare()
|
void |
ConfigurationManager.prepare()
First phase of the 2-phase commit protocol. |
void |
DefaultConfigurationManager.process(ConfigurationClusteringCommand command)
|
void |
DefaultConfigurationManager.reloadConfiguration()
|
void |
ConfigurationManager.reloadConfiguration()
Reload the entire configuration of an Axis2 Node |
void |
DefaultConfigurationManager.rollback()
|
void |
ConfigurationManager.rollback()
Rollback whatever was done |
protected void |
DefaultConfigurationManager.send(ConfigurationClusteringCommand command)
|
protected void |
DefaultConfigurationManager.send(java.lang.Throwable throwable)
|
void |
DefaultConfigurationManager.unloadServiceGroups(java.lang.String[] serviceGroupNames)
|
void |
ConfigurationManager.unloadServiceGroups(java.lang.String[] serviceGroupNames)
Unload a set of service groups |
Uses of ClusteringFault in org.apache.axis2.clustering.context |
---|
Methods in org.apache.axis2.clustering.context that throw ClusteringFault | |
---|---|
void |
DefaultContextManagerListener.contextUpdated(ContextClusteringCommand message)
|
void |
ContextManagerListener.contextUpdated(ContextClusteringCommand message)
|
abstract void |
ContextClusteringCommand.execute(ConfigurationContext configContext)
|
static ContextClusteringCommand |
ContextClusteringCommandFactory.getUpdateCommand(AbstractContext context,
java.lang.String[] propertyNames)
|
void |
DefaultContextManager.removeContext(AbstractContext context)
|
void |
ContextManager.removeContext(AbstractContext context)
This method is called when AbstractContext is removed from the system |
static void |
Replicator.replicate(AbstractContext abstractContext)
Replicate all serializable properties stored in the given abstractContext . |
static void |
Replicator.replicate(AbstractContext abstractContext,
java.lang.String[] propertyNames)
Replicate all the properties given in propertyNames
in the specified abstractContext |
static void |
Replicator.replicate(MessageContext msgContext)
Replicates all serializable properties in the ConfigurationContext, ServiceGroupContext & ServiceContext |
void |
DefaultContextManager.updateContext(AbstractContext context)
|
void |
ContextManager.updateContext(AbstractContext context)
This method is called when properties in an AbstractContext are updated. |
void |
DefaultContextManager.updateContext(AbstractContext context,
java.lang.String[] propertyNames)
|
void |
ContextManager.updateContext(AbstractContext context,
java.lang.String[] propertyNames)
This method is called when one need to update/replicate only certains properties in the specified context |
void |
DefaultContextManager.updateContexts(AbstractContext[] contexts)
|
void |
ContextManager.updateContexts(AbstractContext[] contexts)
This method is called when properties in a collection of AbstractContext s are updated. |
Uses of ClusteringFault in org.apache.axis2.clustering.context.commands |
---|
Methods in org.apache.axis2.clustering.context.commands that throw ClusteringFault | |
---|---|
void |
UpdateServiceContextCommand.execute(ConfigurationContext configurationContext)
|
void |
DeleteServiceGroupContextCommand.execute(ConfigurationContext configurationContext)
|
void |
UpdateConfigurationContextCommand.execute(ConfigurationContext configurationContext)
|
void |
ContextClusteringCommandCollection.execute(ConfigurationContext configContext)
|
void |
DeleteServiceContextCommand.execute(ConfigurationContext configurationContext)
|
void |
UpdateServiceGroupContextCommand.execute(ConfigurationContext configContext)
|
Uses of ClusteringFault in org.apache.axis2.clustering.control |
---|
Methods in org.apache.axis2.clustering.control that throw ClusteringFault | |
---|---|
void |
GetStateCommand.execute(ConfigurationContext configCtx)
|
void |
GetConfigurationResponseCommand.execute(ConfigurationContext configContext)
|
void |
GetConfigurationCommand.execute(ConfigurationContext configCtx)
|
void |
GetStateResponseCommand.execute(ConfigurationContext configContext)
|
abstract void |
ControlCommand.execute(ConfigurationContext configurationContext)
Execute this command |
Uses of ClusteringFault in org.apache.axis2.clustering.tribes |
---|
Methods in org.apache.axis2.clustering.tribes that throw ClusteringFault | |
---|---|
void |
TribesClusterManager.init()
|
ControlCommand |
ControlCommandProcessor.process(ControlCommand command)
|
void |
ChannelSender.sendToGroup(ClusteringCommand msg)
|
void |
ChannelSender.sendToMember(ClusteringCommand cmd,
org.apache.catalina.tribes.Member member)
|
void |
ChannelSender.sendToSelf(ClusteringCommand msg)
|
void |
TribesClusterManager.shutdown()
|
Uses of ClusteringFault in org.apache.axis2.receivers |
---|
Methods in org.apache.axis2.receivers that throw ClusteringFault | |
---|---|
protected void |
AbstractMessageReceiver.replicateState(MessageContext messageContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |