|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClusteringFault | |
|---|---|
| org.apache.axis2.clustering | |
| org.apache.axis2.clustering.configuration | |
| org.apache.axis2.clustering.context | |
| org.apache.axis2.receivers | |
| Uses of ClusteringFault in org.apache.axis2.clustering |
|---|
| Methods in org.apache.axis2.clustering that throw ClusteringFault | |
|---|---|
void |
ClusterManager.init()
Initialize this node, and join the cluster |
void |
MessageSender.sendToGroup(ClusteringCommand msg)
|
void |
MessageSender.sendToSelf(ClusteringCommand msg)
|
void |
ClusterManager.shutdown()
Disconnect this node from the cluster. |
| Uses of ClusteringFault in org.apache.axis2.clustering.configuration |
|---|
| Methods in org.apache.axis2.clustering.configuration that throw ClusteringFault | |
|---|---|
void |
ConfigurationManager.applyPolicy(java.lang.String serviceName,
java.lang.String policy)
Apply a policy to a service |
void |
ConfigurationManager.commit()
Second phase of the 2-phase commit protocol. |
void |
ConfigurationManager.exceptionOccurred(java.lang.Throwable throwable)
To notify other nodes that an Exception occurred, during the processing of a ConfigurationClusteringCommand |
void |
ConfigurationManager.loadServiceGroups(java.lang.String[] serviceGroupNames)
Load a set of service groups |
void |
ConfigurationManager.prepare()
First phase of the 2-phase commit protocol. |
void |
ConfigurationManager.reloadConfiguration()
Reload the entire configuration of an Axis2 Node |
void |
ConfigurationManager.rollback()
Rollback whatever was done |
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 |
ContextManagerListener.contextUpdated(ContextClusteringCommand message)
Notification that a context replication message has been received. |
abstract void |
ContextClusteringCommand.execute(ConfigurationContext configContext)
|
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 |
ContextManager.updateContext(AbstractContext context)
This method is called when properties in an AbstractContext are updated. |
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 |
ContextManager.updateContexts(AbstractContext[] contexts)
This method is called when properties in a collection of AbstractContexts are updated. |
| 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 | |||||||||