|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextManagerListener
This is the countepart of the ContextManager implementation. On the message sending side,
the ContextManager 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 ContextManager, all receivers will be notified through their respective
ContextManagerListeners.
| 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. |
| Method Detail |
|---|
void contextUpdated(ContextClusteringCommand message)
throws ClusteringFault
message - The context replication message
ClusteringFault - If an error occurs while processing the received messagevoid setConfigurationContext(ConfigurationContext configurationContext)
configurationContext - The configuration context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||