org.nakedobjects.objectserver
Class FileConsole

java.lang.Object
  extended byorg.nakedobjects.objectserver.FileConsole
All Implemented Interfaces:
ServerConsole

public class FileConsole
extends java.lang.Object
implements ServerConsole


Constructor Summary
FileConsole()
           
 
Method Summary
 void close()
           
 void init(Server server)
           
 void log()
           
 void log(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileConsole

public FileConsole()
Method Detail

close

public void close()
Specified by:
close in interface ServerConsole

init

public void init(Server server)
Specified by:
init in interface ServerConsole

log

public void log()
Specified by:
log in interface ServerConsole

log

public void log(java.lang.String message)
Specified by:
log in interface ServerConsole