|
qflib 0.98.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A LogServer is a factory for LogListeners. Clients have to register under their name.
Method Summary | |
void |
disconnect(int id)
Disconnect the client from the server. |
int |
getId(java.lang.String clientName)
Get an Id for a new client. |
RemoteLogLevelListener |
getLogLevelListener(int id)
Get a LogLevelListener for a client. |
LogListener |
getLogListener(int id)
Get a LogListener for a client. |
Method Detail |
public int getId(java.lang.String clientName) throws java.rmi.RemoteException
public LogListener getLogListener(int id) throws java.rmi.RemoteException
id
- The client identifier obtained with getId
.java.rmi.RemoteException
- If something RMI specific goes wrong.public RemoteLogLevelListener getLogLevelListener(int id) throws java.rmi.RemoteException
id
- The client identifier obtained with getId
.java.rmi.RemoteException
- If something RMI specific goes wrong.public void disconnect(int id) throws java.rmi.RemoteException
getLogListener
or getLogLevelListener
.id
- The client identifier obtained with getId
.java.rmi.RemoteException
- If something RMI specific goes wrong.
|
qflib 0.98.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |