org.apache.axis2.clustering.context
Class DefaultContextManagerListener

java.lang.Object
  extended by org.apache.axis2.clustering.context.DefaultContextManagerListener
All Implemented Interfaces:
ContextManagerListener

public class DefaultContextManagerListener
extends java.lang.Object
implements ContextManagerListener


Constructor Summary
DefaultContextManagerListener()
           
 
Method Summary
 void contextUpdated(ContextClusteringCommand message)
          Notification that a context replication message has been received.
 void setConfigurationContext(ConfigurationContext configurationContext)
          Set the system's configuration context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContextManagerListener

public DefaultContextManagerListener()
Method Detail

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 © 2007 Apache Web Services Project. All Rights Reserved.