|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationManagerListener
This is the counterpart of ConfigurationManager. On the message sending side,
the ConfigurationManager will send a context replication message, which on the receiving
side will be handed over to the implementer of this interface. So when a node sends a message
through using its ConfigurationManager, all receivers will be notified through their respective
ConfigurationManagerListeners.
| 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. |
| Method Detail |
|---|
void serviceGroupsLoaded(ConfigurationClusteringCommand command)
command - The messagevoid serviceGroupsUnloaded(ConfigurationClusteringCommand command)
command - The messagevoid policyApplied(ConfigurationClusteringCommand command)
command - The messagevoid configurationReloaded(ConfigurationClusteringCommand command)
command - The messagevoid prepareCalled()
void rollbackCalled()
void commitCalled()
void handleException(java.lang.Throwable throwable)
throwable - The exception that occurred on the remote nodevoid setConfigurationContext(ConfigurationContext configurationContext)
configurationContext - The configuration context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||