Interface ClusterBroadcast


public interface ClusterBroadcast
Sends messages to the cluster members.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send a transaction event to all the members of the cluster.
    void
    Inform the other cluster members that this instance is leaving and shutdown any listeners.
    void
    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

      void broadcast(RemoteTransactionEvent remoteTransEvent)
      Send a transaction event to all the members of the cluster.