|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface RepositoryListenerInterface
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.
| Method Summary | |
|---|---|
void |
repositoryCallback(RepositoryEvent event)
Get notified of a repository event. |
| Method Detail |
|---|
void repositoryCallback(RepositoryEvent event)
throws java.rmi.RemoteException
event - A repository event to process.
java.rmi.RemoteException - in the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||