public class ServerStatusServer extends AbstractServer implements ServerStatusInterface
Modifier and Type | Method and Description |
---|---|
IpcServerStatus |
get()
Gets from the server a IpcStatus object indicating
the status of the server.
|
java.lang.String |
monitor()
Monitors the agency server for problems.
|
static ServerStatusServer |
start(java.lang.String agencyId) |
getAgencyId, getBindName, isConstructed
public static ServerStatusServer start(java.lang.String agencyId)
agencyId
- public IpcServerStatus get() throws java.rmi.RemoteException
ServerStatusInterface
get
in interface ServerStatusInterface
java.rmi.RemoteException
public java.lang.String monitor() throws java.rmi.RemoteException
ServerStatusInterface
monitor
in interface ServerStatusInterface
java.rmi.RemoteException