All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.KeyedActionRequest
java.lang.Object
|
+----ncsa.habanero.granted.ActionRequest
|
+----ncsa.habanero.SingleActionRequest
|
+----ncsa.habanero.TargetActionRequest
|
+----ncsa.habanero.KeyedActionRequest
- public class KeyedActionRequest
- extends TargetActionRequest
KeyedActionRequest: An action request that carries a key to
give it permission to act
-
block
-
-
kyAllow
-
-
KeyedActionRequest()
-
-
KeyedActionRequest(Action, Specifiable, Key)
-
-
KeyedActionRequest(Action, Specifiable, Key, boolean)
-
-
blocks()
-
-
expectAnswer()
-
-
getKey()
-
kyAllow
protected Key kyAllow
block
protected boolean block
KeyedActionRequest
public KeyedActionRequest(Action action,
Specifiable target,
Key ky)
- Parameters:
- action - the action that we want performed
- awt_target - where to send the action
- ky - the key that allows the action
- Returns:
- a new KeyedActionRequest
KeyedActionRequest
public KeyedActionRequest(Action action,
Specifiable target,
Key ky,
boolean block)
- Parameters:
- action - the action that we want performed
- awt_target - where to send the action
- ky - the key that allows the action
- Returns:
- a new KeyedActionRequest
KeyedActionRequest
public KeyedActionRequest()
- Returns:
- a new KeyedActionRequest
getKey
public Key getKey()
- Returns:
- the key that is sent with the action request
- Overrides:
- getKey in class ActionRequest
blocks
public boolean blocks()
- Overrides:
- blocks in class ActionRequest
expectAnswer
public boolean expectAnswer()
- Overrides:
- expectAnswer in class ActionRequest
All Packages Class Hierarchy This Package Previous Next Index