|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogService
This interface provides a remote service for centralized logging and working with various logs.
| Nested Class Summary | |
|---|---|
static interface |
LogService.LogListener
This is the interface of the LogListener. |
| Method Summary | |
|---|---|
void |
addLogListener(LogService.LogListener lis)
Adds a listener to be notified of changes to the log. |
void |
logMessage(LogMessage message)
Logs a message with the centralized system. |
boolean |
removeLogListener(LogService.LogListener lis)
Removes a listener from notifications of log changes. |
| Method Detail |
|---|
void addLogListener(LogService.LogListener lis)
throws java.rmi.RemoteException
lis - The listener to be added
java.rmi.RemoteException
boolean removeLogListener(LogService.LogListener lis)
throws java.rmi.RemoteException
lis - The listener to remove
java.rmi.RemoteException
void logMessage(LogMessage message)
throws java.rmi.RemoteException
message - The message to log.
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||