stomp.util
Class RemoteLogListener
java.lang.Object
|
+--stomp.util.RemoteLogListener
- All Implemented Interfaces:
- Log.LogListener, java.rmi.Remote
- public class RemoteLogListener
- extends java.lang.Object
- implements Log.LogListener
Listens to appserver logging based on prefs. If appropriate, messages logged in the
appserver are displayed in this client.
- Author:
- Eric Lindauer
Method Summary |
void |
debug(java.lang.String channel,
java.lang.String message)
|
void |
exception(java.lang.String channel,
java.lang.String error,
java.lang.Throwable e)
|
void |
log(java.lang.String channel,
java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteLogListener
public RemoteLogListener()
exception
public void exception(java.lang.String channel,
java.lang.String error,
java.lang.Throwable e)
- Specified by:
exception
in interface Log.LogListener
log
public void log(java.lang.String channel,
java.lang.String message)
- Specified by:
log
in interface Log.LogListener
debug
public void debug(java.lang.String channel,
java.lang.String message)
- Specified by:
debug
in interface Log.LogListener