|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.clustering.configuration.DefaultConfigurationManagerListener
public class DefaultConfigurationManagerListener
Constructor Summary | |
---|---|
DefaultConfigurationManagerListener()
|
Method Summary | |
---|---|
void |
commitCalled()
Commit configuration changes |
void |
configurationReloaded(ConfigurationClusteringCommand command)
Notification that a reload configuration message has been received. |
void |
handleException(java.lang.Throwable throwable)
An exception has occurred on a remote node while processing a configuration change command |
void |
policyApplied(ConfigurationClusteringCommand command)
Notification that an apply policy to service message has been received. |
void |
prepareCalled()
Prepare to commit cpmfiguration changes |
void |
rollbackCalled()
Rollback configuration changes |
void |
serviceGroupsLoaded(ConfigurationClusteringCommand command)
Notification that a load service groups message has been received. |
void |
serviceGroupsUnloaded(ConfigurationClusteringCommand command)
Notification that an unload seervice groups 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 |
---|
public DefaultConfigurationManagerListener()
Method Detail |
---|
public void serviceGroupsLoaded(ConfigurationClusteringCommand command)
ConfigurationManagerListener
serviceGroupsLoaded
in interface ConfigurationManagerListener
command
- The messagepublic void serviceGroupsUnloaded(ConfigurationClusteringCommand command)
ConfigurationManagerListener
serviceGroupsUnloaded
in interface ConfigurationManagerListener
command
- The messagepublic void policyApplied(ConfigurationClusteringCommand command)
ConfigurationManagerListener
policyApplied
in interface ConfigurationManagerListener
command
- The messagepublic void configurationReloaded(ConfigurationClusteringCommand command)
ConfigurationManagerListener
configurationReloaded
in interface ConfigurationManagerListener
command
- The messagepublic void prepareCalled()
ConfigurationManagerListener
prepareCalled
in interface ConfigurationManagerListener
public void rollbackCalled()
ConfigurationManagerListener
rollbackCalled
in interface ConfigurationManagerListener
public void commitCalled()
ConfigurationManagerListener
commitCalled
in interface ConfigurationManagerListener
public void handleException(java.lang.Throwable throwable)
ConfigurationManagerListener
handleException
in interface ConfigurationManagerListener
throwable
- The exception that occurred on the remote nodepublic void setConfigurationContext(ConfigurationContext configurationContext)
ConfigurationManagerListener
setConfigurationContext
in interface ConfigurationManagerListener
configurationContext
- The configuration context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |