|
qflib 0.98.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote Listener interface for changes in the log levels of an application.
Method Summary | |
void |
classAdded(LogLevelEvent event)
Notify the listener that a Logger for a formerly unknown class has requested its log level, adding the class to the log level tree. |
void |
disconnect()
End the connection with the RemoteLogLevelListener. |
void |
levelChanged(LogLevelEvent event)
Notify the listener that a log level has been changed. |
void |
levelRemoved(LogLevelEvent event)
Notify the listener that a log level has been unset. |
void |
setLogLevelCallback(RemoteLogLevelCallback callback)
Sets the RemoteLogLevelCallback for the RemoteLogLevelListener. |
Method Detail |
public void classAdded(LogLevelEvent event) throws java.rmi.RemoteException
event
- The LogLevelEvent holding the details.java.rmi.RemoteException
- If something RMI specific goes wrong.public void levelChanged(LogLevelEvent event) throws java.rmi.RemoteException
event
- The LogLevelEvent holding the details.java.rmi.RemoteException
- If something RMI specific goes wrong.public void levelRemoved(LogLevelEvent event) throws java.rmi.RemoteException
event
- The LogLevelEvent holding the details.java.rmi.RemoteException
- If something RMI specific goes wrong.public void setLogLevelCallback(RemoteLogLevelCallback callback) throws java.rmi.RemoteException
callback
- The LogLevelCallback to use to change the
log levels.java.rmi.RemoteException
- If something RMI specific goes wrong.public void disconnect() throws java.rmi.RemoteException
setLogLevelCallback
.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 |