sod.server
Class SchedulerUIImpl

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--sod.server.SchedulerUIImpl
All Implemented Interfaces:
java.rmi.Remote, SchedulerUI, java.io.Serializable

public class SchedulerUIImpl
extends java.rmi.server.UnicastRemoteObject
implements SchedulerUI

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
SchedulerUIImpl(ProcPanel procPanel)
           
 
Method Summary
 void finish()
           
 void write(java.lang.String txt)
           
 void writeAll(java.lang.String txt)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchedulerUIImpl

public SchedulerUIImpl(ProcPanel procPanel)
                throws java.rmi.RemoteException
Method Detail

write

public void write(java.lang.String txt)
           throws java.rmi.RemoteException
Specified by:
write in interface SchedulerUI

writeAll

public void writeAll(java.lang.String txt)
              throws java.rmi.RemoteException
Specified by:
writeAll in interface SchedulerUI

finish

public void finish()
Specified by:
finish in interface SchedulerUI