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


Field Summary
 final static StringDEFAULT_DEBUG_FILE
           
 (package private) PrintWriterm_debugOut
           

Fields inherited from class java.rmi.server.RemoteObject
ref

Constructor Summary
RemoteDebugImpl()
           
RemoteDebugImpl(String debugFilename)
           

Method Summary
 synchronized voidlog(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

Field Detail

DEFAULT_DEBUG_FILE

public final static String DEFAULT_DEBUG_FILE

m_debugOut

PrintWriter m_debugOut
Constructor Detail

RemoteDebugImpl

public RemoteDebugImpl()
throws java.rmi.RemoteException

RemoteDebugImpl

public RemoteDebugImpl(String debugFilename)
throws java.rmi.RemoteException
Method Detail

log

public synchronized void log(String debugString)
throws java.rmi.RemoteException