org.nakedobjects.object.distribution
Interface Server

All Known Implementing Classes:
AbstractObjectServer

public interface Server


Method Summary
 NakedObjectStore getObjectStore()
           
 void init(NakedObjectStore objectStore, ServerConsole console)
           
 void log()
           
 void log(java.lang.String text)
           
 void setConsole(ServerConsole console)
           
 void shutdown()
           
 

Method Detail

getObjectStore

public NakedObjectStore getObjectStore()

init

public void init(NakedObjectStore objectStore,
                 ServerConsole console)

log

public void log()

log

public void log(java.lang.String text)

setConsole

public void setConsole(ServerConsole console)

shutdown

public void shutdown()