org.nakedobjects.object.distribution
Interface ProxyRequester

All Known Implementing Classes:
SocketedProxyRequester

public interface ProxyRequester


Method Summary
 void init()
           
 java.io.Serializable send(Request request)
           
 void shutdown()
           
 

Method Detail

init

public void init()

send

public java.io.Serializable send(Request request)
                          throws ObjectStoreException
Throws:
ObjectStoreException

shutdown

public void shutdown()