Interface RepositoryListenerInterface

All Superinterfaces:
Remote

public interface RepositoryListenerInterface extends Remote
This interface is to allow classes to register with repositories as repository event listeners. Repository events are disconnect, reconnect, and close. Listeners are notified with a call to their repositoryCallback with an appropriate event object.

Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Get notified of a repository event.
  • Method Details

    • repositoryCallback

      void repositoryCallback(RepositoryEvent event) throws RemoteException
      Get notified of a repository event.
      Parameters:
      event - A repository event to process.
      Throws:
      RemoteException - in the event of remote object failure.