All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.SingleActionRequest
java.lang.Object
|
+----ncsa.habanero.granted.ActionRequest
|
+----ncsa.habanero.SingleActionRequest
- public abstract class SingleActionRequest
- extends ActionRequest
This is another abstract base class for those ActionRequests which
only present a single action to the Arbitrator. It stores and returns
that object.
-
action
-
-
SingleActionRequest()
- The default constructor is needed to unmarshallSelf.
-
SingleActionRequest(Action)
- Construct the object with the requested action.
-
action()
- The single action decided upon.
action
protected Action action
SingleActionRequest
protected SingleActionRequest(Action action)
- Construct the object with the requested action.
SingleActionRequest
protected SingleActionRequest()
- The default constructor is needed to unmarshallSelf.
action
public Action action()
- The single action decided upon.
- Overrides:
- action in class ActionRequest
All Packages Class Hierarchy This Package Previous Next Index