org.nakedobjects.distribution.simple
Class SocketedProxyRequester

java.lang.Object
  extended byorg.nakedobjects.distribution.simple.SocketedProxyRequester
All Implemented Interfaces:
ProxyRequester

public class SocketedProxyRequester
extends java.lang.Object
implements ProxyRequester


Field Summary
static java.lang.String ADDRESS
           
static java.lang.String DEFAULT_ADDRESS
           
static int DEFAULT_PORT
           
static java.lang.String MESSAGE_PORT
           
 
Constructor Summary
SocketedProxyRequester()
           
 
Method Summary
 void init()
           
 java.io.Serializable send(Request msg)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ADDRESS

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

ADDRESS

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

MESSAGE_PORT

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

DEFAULT_PORT

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

SocketedProxyRequester

public SocketedProxyRequester()
Method Detail

init

public void init()
Specified by:
init in interface ProxyRequester

send

public java.io.Serializable send(Request msg)
                          throws ObjectStoreException
Specified by:
send in interface ProxyRequester
Throws:
ObjectStoreException

shutdown

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