org.nakedobjects.object.distribution
Class ActionRequest

java.lang.Object
  extended byorg.nakedobjects.object.distribution.Request
      extended byorg.nakedobjects.object.distribution.ObjectRequest
          extended byorg.nakedobjects.object.distribution.ActionRequest
All Implemented Interfaces:
java.io.Serializable

public class ActionRequest
extends ObjectRequest

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nakedobjects.object.distribution.Request
response
 
Constructor Summary
ActionRequest(NakedObject object, Action action, NakedObject[] parameters)
           
 
Method Summary
 NakedObject executeAction()
           
 java.lang.String toString()
           
 
Methods inherited from class org.nakedobjects.object.distribution.ObjectRequest
getOid
 
Methods inherited from class org.nakedobjects.object.distribution.Request
execute, getProxyObjectStore, init, sendRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionRequest

public ActionRequest(NakedObject object,
                     Action action,
                     NakedObject[] parameters)
Method Detail

executeAction

public NakedObject executeAction()
                          throws ObjectStoreException
Throws:
ObjectStoreException

toString

public java.lang.String toString()