public interface ClusterBroadcast
Sends messages to the cluster members.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbroadcast(RemoteTransactionEvent remoteTransEvent) Send a transaction event to all the members of the cluster.voidshutdown()Inform the other cluster members that this instance is leaving and shutdown any listeners.voidstartup()Inform the other cluster members that this instance has come online and start any listeners etc.
-
Method Details
-
startup
void startup()Inform the other cluster members that this instance has come online and start any listeners etc. -
shutdown
void shutdown()Inform the other cluster members that this instance is leaving and shutdown any listeners. -
broadcast
Send a transaction event to all the members of the cluster.
-