org.apache.axis2.clustering.context
Class DefaultContextManagerListener
java.lang.Object
org.apache.axis2.clustering.context.DefaultContextManagerListener
- All Implemented Interfaces:
- ContextManagerListener
public class DefaultContextManagerListener
- extends Object
- implements ContextManagerListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultContextManagerListener
public DefaultContextManagerListener()
contextUpdated
public void contextUpdated(ContextClusteringCommand message)
throws ClusteringFault
- Description copied from interface:
ContextManagerListener
- Notification that a context replication message has been received. The receiver will have to
take appropriate action to process this message
- Specified by:
contextUpdated
in interface ContextManagerListener
- Parameters:
message
- The context replication message
- Throws:
ClusteringFault
- If an error occurs while processing the received message
setConfigurationContext
public void setConfigurationContext(ConfigurationContext configurationContext)
- Description copied from interface:
ContextManagerListener
- Set the system's configuration context. This will be used by the clustering implementations
to get information about the Axis2 environment and to correspond with the Axis2 environment
- Specified by:
setConfigurationContext
in interface ContextManagerListener
- Parameters:
configurationContext
- The configuration context
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.