|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ClusterManager
public ConfigurationManager getConfigurationManager()
getConfigurationManager
in interface ClusterManager
public void init() throws ClusteringFault
ClusterManager
init
in interface ClusterManager
ClusteringFault
public void setConfigurationManager(ConfigurationManager configurationManager)
setConfigurationManager
in interface ClusterManager
public void setContextManager(ContextManager contextManager)
setContextManager
in interface ClusterManager
public void addParameter(Parameter param) throws AxisFault
ParameterInclude
addParameter
in interface ParameterInclude
AxisFault
public void deserializeParameters(org.apache.axiom.om.OMElement parameterElement) throws AxisFault
deserializeParameters
in interface ParameterInclude
AxisFault
public Parameter getParameter(java.lang.String name)
ParameterInclude
getParameter
in interface ParameterInclude
public java.util.ArrayList getParameters()
ParameterInclude
getParameters
in interface ParameterInclude
public boolean isParameterLocked(java.lang.String parameterName)
ParameterInclude
isParameterLocked
in interface ParameterInclude
public void removeParameter(Parameter param) throws AxisFault
removeParameter
in interface ParameterInclude
AxisFault
public void shutdown() throws ClusteringFault
shutdown
in interface ClusterManager
ClusteringFault
public void setConfigurationContext(ConfigurationContext configurationContext)
ClusterManager
setConfigurationContext
in interface ClusterManager
public boolean synchronizeAllMembers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |