|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterManager
This is the main interface in the Axis2 clustering implementation. In order to plug-in a new clustering implementation, this interface has to be implmented.
Method Summary | |
---|---|
ConfigurationManager |
getConfigurationManager()
|
ContextManager |
getContextManager()
|
void |
init()
Initialize the ClusteManager |
void |
setConfigurationContext(ConfigurationContext configurationContext)
Set the configuration context |
void |
setConfigurationManager(ConfigurationManager configurationManager)
|
void |
setContextManager(ContextManager contextManager)
|
void |
shutdown()
|
Methods inherited from interface org.apache.axis2.description.ParameterInclude |
---|
addParameter, deserializeParameters, getParameter, getParameters, isParameterLocked, removeParameter |
Method Detail |
---|
void init() throws ClusteringFault
ClusteringFault
ContextManager getContextManager()
ConfigurationManager getConfigurationManager()
void setContextManager(ContextManager contextManager)
contextManager
- void setConfigurationManager(ConfigurationManager configurationManager)
configurationManager
- void shutdown() throws ClusteringFault
ClusteringFault
void setConfigurationContext(ConfigurationContext configurationContext)
configurationContext
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |