org.nakedobjects.distribution.simple
Class SocketedObjectServer
java.lang.Object
org.nakedobjects.objectserver.AbstractObjectServer
org.nakedobjects.distribution.simple.SocketedObjectServer
- All Implemented Interfaces:
- Server
- public class SocketedObjectServer
- extends AbstractObjectServer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SocketedObjectServer
public SocketedObjectServer()
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