com.sas.services.information
Interface RepositoryListenerInterface

All Superinterfaces:
java.rmi.Remote

public interface RepositoryListenerInterface
extends java.rmi.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
 void repositoryCallback(RepositoryEvent event)
          Get notified of a repository event.
 

Method Detail

repositoryCallback

void repositoryCallback(RepositoryEvent event)
                        throws java.rmi.RemoteException
Get notified of a repository event.

Parameters:
event - A repository event to process.
Throws:
java.rmi.RemoteException - in the event of remote object failure.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.