|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.clustering.tribes.TribesClusterManager
public class TribesClusterManager
| Field Summary | |
|---|---|
static int |
MSG_ORDER_OPTION
|
| Constructor Summary | |
|---|---|
TribesClusterManager()
|
|
| Method Summary | |
|---|---|
void |
addParameter(Parameter param)
Method addParameter. |
void |
deserializeParameters(org.apache.axiom.om.OMElement parameterElement)
|
ConfigurationManager |
getConfigurationManager()
|
ContextManager |
getContextManager()
|
Parameter |
getParameter(java.lang.String name)
Method getParameter. |
java.util.ArrayList |
getParameters()
Gets all the parameters in a given description. |
void |
init()
Initialize the ClusteManager |
boolean |
isParameterLocked(java.lang.String parameterName)
Checks whether the parameter is locked at any level. |
void |
removeParameter(Parameter param)
|
void |
setConfigurationContext(ConfigurationContext configurationContext)
Set the configuration context |
void |
setConfigurationManager(ConfigurationManager configurationManager)
|
void |
setContextManager(ContextManager contextManager)
|
void |
shutdown()
|
boolean |
synchronizeAllMembers()
Method to check whether all members in the cluster have to be kep in sync at all times. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MSG_ORDER_OPTION
| Constructor Detail |
|---|
public TribesClusterManager()
| Method Detail |
|---|
public ContextManager getContextManager()
getContextManager in interface ClusterManagerpublic ConfigurationManager getConfigurationManager()
getConfigurationManager in interface ClusterManager
public void init()
throws ClusteringFault
ClusterManager
init in interface ClusterManagerClusteringFaultpublic void setConfigurationManager(ConfigurationManager configurationManager)
setConfigurationManager in interface ClusterManagerpublic void setContextManager(ContextManager contextManager)
setContextManager in interface ClusterManager
public void addParameter(Parameter param)
throws AxisFault
ParameterInclude
addParameter in interface ParameterIncludeAxisFault
public void deserializeParameters(org.apache.axiom.om.OMElement parameterElement)
throws AxisFault
deserializeParameters in interface ParameterIncludeAxisFaultpublic Parameter getParameter(java.lang.String name)
ParameterInclude
getParameter in interface ParameterIncludepublic java.util.ArrayList getParameters()
ParameterInclude
getParameters in interface ParameterIncludepublic boolean isParameterLocked(java.lang.String parameterName)
ParameterInclude
isParameterLocked in interface ParameterInclude
public void removeParameter(Parameter param)
throws AxisFault
removeParameter in interface ParameterIncludeAxisFault
public void shutdown()
throws ClusteringFault
shutdown in interface ClusterManagerClusteringFaultpublic void setConfigurationContext(ConfigurationContext configurationContext)
ClusterManager
setConfigurationContext in interface ClusterManagerpublic boolean synchronizeAllMembers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||