org.nakedobjects.distribution.simple
Class SocketedObjectServer

java.lang.Object
  extended byorg.nakedobjects.objectserver.AbstractObjectServer
      extended byorg.nakedobjects.distribution.simple.SocketedObjectServer
All Implemented Interfaces:
Server

public class SocketedObjectServer
extends AbstractObjectServer


Field Summary
static int DEFAULT_FILE_PORT
           
static int DEFAULT_REQUEST_PORT
           
static java.lang.String FILE_PORT
           
static java.lang.String OBJECT_MANAGER
           
static java.lang.String REQUEST_ADDR
           
static java.lang.String REQUEST_PORT
           
 
Constructor Summary
SocketedObjectServer()
           
 
Method Summary
 void init(NakedObjectStore objectStore, ServerConsole console)
           
 void shutdown()
           
 
Methods inherited from class org.nakedobjects.objectserver.AbstractObjectServer
getObjectStore, log, log, setConsole
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_MANAGER

public static final java.lang.String OBJECT_MANAGER
See Also:
Constant Field Values

REQUEST_ADDR

public static final java.lang.String REQUEST_ADDR
See Also:
Constant Field Values

REQUEST_PORT

public static final java.lang.String REQUEST_PORT
See Also:
Constant Field Values

DEFAULT_REQUEST_PORT

public static final int DEFAULT_REQUEST_PORT
See Also:
Constant Field Values

FILE_PORT

public static final java.lang.String FILE_PORT
See Also:
Constant Field Values

DEFAULT_FILE_PORT

public static final int DEFAULT_FILE_PORT
See Also:
Constant Field Values
Constructor Detail

SocketedObjectServer

public SocketedObjectServer()
Method Detail

init

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

shutdown

public void shutdown()
Specified by:
shutdown in interface Server
Overrides:
shutdown in class AbstractObjectServer