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.


Variable Index

 o action

Constructor Index

 o SingleActionRequest()
The default constructor is needed to unmarshallSelf.
 o SingleActionRequest(Action)
Construct the object with the requested action.

Method Index

 o action()
The single action decided upon.

Variables

 o action
 protected Action action

Constructors

 o SingleActionRequest
 protected SingleActionRequest(Action action)
Construct the object with the requested action.

 o SingleActionRequest
 protected SingleActionRequest()
The default constructor is needed to unmarshallSelf.

Methods

 o action
 public Action action()
The single action decided upon.

Overrides:
action in class ActionRequest

All Packages  Class Hierarchy  This Package  Previous  Next  Index