|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A LogListener waits for calls from clients that dump their LogEntries into the LogServer.
Method Summary | |
void |
disconnect()
End the connection with the LogListener. |
void |
log(LogEntry entry)
Accept a log message. |
void |
log(LogEntry[] entries)
Accept many log messages. |
Method Detail |
public void log(LogEntry entry) throws java.rmi.RemoteException
entry
- The LogEntry that holds the message details.
java.rmi.RemoteException
- If something RMI specific goes wrong.public void log(LogEntry[] entries) throws java.rmi.RemoteException
entries
- A LogEntry array that holds the message details.
java.rmi.RemoteException
- If something RMI specific goes wrong.public void disconnect() throws java.rmi.RemoteException
java.rmi.RemoteException
- If something RMI specific goes wrong.
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |