mam.utility
Class RemoteDebugImpl
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--mam.utility.RemoteDebugImpl
- public class RemoteDebugImpl
- extends UnicastRemoteObject
- implements RemoteDebug
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
synchronized void | log(String debugString) |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, setLog, getLog |
Methods inherited from class java.rmi.server.RemoteObject |
getRef, toStub, hashCode, equals, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait, finalize |
DEFAULT_DEBUG_FILE
public final static String DEFAULT_DEBUG_FILE
m_debugOut
PrintWriter m_debugOut
RemoteDebugImpl
public RemoteDebugImpl()
throws java.rmi.RemoteException
RemoteDebugImpl
public RemoteDebugImpl(String debugFilename)
throws java.rmi.RemoteException
log
public synchronized void log(String debugString)
throws java.rmi.RemoteException