public interface ClusterBroadcast
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(RemoteTransactionEvent remoteTransEvent)
Send a transaction event to all the members of the cluster.
|
void |
shutdown()
Inform the other cluster members that this instance is leaving and
shutdown any listeners.
|
void |
startup(ClusterManager clusterManager)
Inform the other cluster members that this instance has come online and
start any listeners etc.
|
void startup(ClusterManager clusterManager)
void shutdown()
void broadcast(RemoteTransactionEvent remoteTransEvent)
Copyright © 2014. All Rights Reserved.