Package com.sas.services.information
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 TypeMethodDescriptionvoidGet notified of a repository event.
-
Method Details
-
repositoryCallback
Get notified of a repository event.- Parameters:
event- A repository event to process.- Throws:
RemoteException- in the event of remote object failure.
-