public interface AdminAsyncResponder
extends java.rmi.Remote
Remote Interface exported by the serverAdminAsyncResponder object. The console
can call methods on this remote interface to query the server for
new asynchronous notification events.
| Modifier and Type | Method and Description |
|---|---|
adminAsyncMessage[] |
getNextMsgs()
Blocks waiting for the next group of asynchronous message from the
server.
|
boolean |
isAlive()
Returns true if we are open for communications.
|
boolean isAlive()
throws java.rmi.RemoteException
Returns true if we are open for communications.
java.rmi.RemoteExceptionadminAsyncMessage[] getNextMsgs() throws java.rmi.RemoteException
Blocks waiting for the next group of asynchronous message from the server. Returns null if isAlive() is false.
java.rmi.RemoteException