All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.StandardActionRequest

java.lang.Object
   |
   +----ncsa.habanero.granted.ActionRequest
           |
           +----ncsa.habanero.SingleActionRequest
                   |
                   +----ncsa.habanero.TargetActionRequest
                           |
                           +----ncsa.habanero.StandardActionRequest

public final class StandardActionRequest
extends TargetActionRequest
This is the class used by actions which are not DefaultActions; ie they have targets separately from the action. It is different from its parent in that it sends itself to its arbitrator in its constructor. For that reason, it is a final class.


Constructor Index

 o StandardActionRequest()
Default constructor needed to unmarshall
 o StandardActionRequest(Action, Component)
Construct the object with the requested action and target, then send it to the arbitrator.
 o StandardActionRequest(Action, Specifiable)
Construct the object with the requested action and target, then send it to the arbitrator.

Constructors

 o StandardActionRequest
 public StandardActionRequest(Action action,
                              Component awt_target)
Construct the object with the requested action and target, then send it to the arbitrator.

 o StandardActionRequest
 public StandardActionRequest()
Default constructor needed to unmarshall

 o StandardActionRequest
 public StandardActionRequest(Action action,
                              Specifiable target)
Construct the object with the requested action and target, then send it to the arbitrator.


All Packages  Class Hierarchy  This Package  Previous  Next  Index