org.nakedobjects.object.distribution
Class Request

java.lang.Object
  extended byorg.nakedobjects.object.distribution.Request
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CreateInstanceRequest, HasInstancesRequest, ObjectRequest

public abstract class Request
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.io.Serializable response
           
 
Constructor Summary
Request()
           
 
Method Summary
 void execute()
           
protected  ProxyObjectStore getProxyObjectStore()
           
static void init(ProxyObjectStore objectStore)
           
protected  void sendRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

protected java.io.Serializable response
Constructor Detail

Request

public Request()
Method Detail

execute

public void execute()
             throws ObjectStoreException
Throws:
ObjectStoreException

getProxyObjectStore

protected ProxyObjectStore getProxyObjectStore()

init

public static void init(ProxyObjectStore objectStore)

sendRequest

protected void sendRequest()
                    throws ObjectStoreException
Throws:
ObjectStoreException