org.apache.axis2.clustering.configuration
Interface ConfigurationManagerListener

All Known Implementing Classes:
DefaultConfigurationManagerListener

public interface ConfigurationManagerListener


Method Summary
 void commitCalled()
           
 void configurationReloaded(ConfigurationClusteringCommand command)
           
 void handleException(java.lang.Throwable throwable)
           
 void policyApplied(ConfigurationClusteringCommand command)
           
 void prepareCalled()
           
 void rollbackCalled()
           
 void serviceGroupsLoaded(ConfigurationClusteringCommand command)
           
 void serviceGroupsUnloaded(ConfigurationClusteringCommand command)
           
 void setConfigurationContext(ConfigurationContext configurationContext)
           
 

Method Detail

serviceGroupsLoaded

void serviceGroupsLoaded(ConfigurationClusteringCommand command)

serviceGroupsUnloaded

void serviceGroupsUnloaded(ConfigurationClusteringCommand command)

policyApplied

void policyApplied(ConfigurationClusteringCommand command)

configurationReloaded

void configurationReloaded(ConfigurationClusteringCommand command)

prepareCalled

void prepareCalled()

rollbackCalled

void rollbackCalled()

commitCalled

void commitCalled()

handleException

void handleException(java.lang.Throwable throwable)

setConfigurationContext

void setConfigurationContext(ConfigurationContext configurationContext)


Copyright ? 2007 Apache Web Services Project. All Rights Reserved.