Interface RemoteCommitProvider

    • Method Detail

      • setRemoteCommitEventManager

        void setRemoteCommitEventManager​(RemoteCommitEventManager mgr)
        Set the "owning" remote event manager to notify when remote events are received from remote sources.
      • broadcast

        void broadcast​(RemoteCommitEvent event)
        Notifies other remote event managers in this JVM and on other machines of changes to the cache. This method must not notify the event manager associated with the broker that originated this commit.
      • close

        void close()
        Free the resources used by this provider.
        Specified by:
        close in interface Closeable