org.nakedobjects.objectserver
Class AbstractObjectServer

java.lang.Object
  extended byorg.nakedobjects.objectserver.AbstractObjectServer
All Implemented Interfaces:
Server
Direct Known Subclasses:
SocketedObjectServer

public abstract class AbstractObjectServer
extends java.lang.Object
implements Server


Constructor Summary
AbstractObjectServer()
           
 
Method Summary
 NakedObjectStore getObjectStore()
           
 void init(NakedObjectStore objectStore, ServerConsole console)
           
 void log()
           
 void log(java.lang.String logEntry)
           
 void setConsole(ServerConsole console)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractObjectServer

public AbstractObjectServer()
Method Detail

getObjectStore

public NakedObjectStore getObjectStore()
Specified by:
getObjectStore in interface Server

init

public void init(NakedObjectStore objectStore,
                 ServerConsole console)
Specified by:
init in interface Server

log

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

log

public void log(java.lang.String logEntry)
Specified by:
log in interface Server

setConsole

public void setConsole(ServerConsole console)
Specified by:
setConsole in interface Server

shutdown

public void shutdown()
Specified by:
shutdown in interface Server