org.apache.axis2.cluster
Interface ClusterManager

All Superinterfaces:
ParameterInclude

public interface ClusterManager
extends ParameterInclude


Method Summary
 ConfigurationManager getConfigurationManager()
           
 ContextManager getContextManager()
           
 void init()
           
 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

init

public void init()
          throws ClusteringFault
Throws:
ClusteringFault

getContextManager

public ContextManager getContextManager()

getConfigurationManager

public ConfigurationManager getConfigurationManager()

setContextManager

public void setContextManager(ContextManager contextManager)

setConfigurationManager

public void setConfigurationManager(ConfigurationManager configurationManager)

shutdown

public void shutdown()
              throws ClusteringFault
Throws:
ClusteringFault


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.