| |
|
| org.apache.axis2.clustering.context.ContextManager
isMessageAcknowledged | boolean isMessageAcknowledged(String messageUniqueId) throws ClusteringFault(Code) | | Indicates whether a particular message has been ACKed by all members of a cluster
Parameters: messageUniqueId - true - if all memebers have ACKed the message with ID messageUniqueId false - otherwise throws: ClusteringFault - |
setConfigurationContext | void setConfigurationContext(ConfigurationContext configurationContext)(Code) | | Parameters: configurationContext - |
setReplicationExcludePatterns | void setReplicationExcludePatterns(String contextType, List patterns)(Code) | | All properties in the context with type contextType which have
names that match the specified pattern will be excluded from replication.
Generally, we can use the context class name as the context type.
Parameters: contextType - Parameters: patterns - The patterns |
updateContext | String updateContext(AbstractContext context) throws ClusteringFault(Code) | | This method is called when properties in an
AbstractContext are updated.
This could be addition of new properties, modifications of existing properties or
removal of properties.
Parameters: context - The UUID of the message that was sent to the group communications framework throws: ClusteringFault - |
updateContexts | String updateContexts(AbstractContext[] contexts) throws ClusteringFault(Code) | | This method is called when properties in a collection of
AbstractContext s are updated.
This could be addition of new properties, modifications of existing properties or
removal of properties.
Parameters: contexts - The UUID of the message that was sent to the group communications framework throws: ClusteringFault - |
|
|
|