com.ibm.retail.AEF.automation
Class ActionRequest
java.lang.Object
|
+--com.ibm.retail.AEF.automation.ActionRequest
- All Implemented Interfaces:
- java.io.Serializable
- public class ActionRequest
- extends java.lang.Object
- implements java.io.Serializable
ActionRequest is sent to the ActionProcessor to cause an action to be performed.
The request includes the action type, as well as a hashtable of arguments.
- See Also:
- Serialized Form
Field Summary |
(package private) java.util.Map |
args
|
(package private) java.lang.String |
className
|
Constructor Summary |
ActionRequest(java.lang.String className,
java.util.Map args)
Constructs a ActionRequest Instance |
Method Summary |
(package private) static java.lang.String |
copyright()
|
java.util.Map |
getArguments()
Returns the Map (usually a HashMap) containing the action arguments. |
java.lang.String |
getClassName()
Returns the classname for the requested action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
java.lang.String className
args
java.util.Map args
ActionRequest
public ActionRequest(java.lang.String className,
java.util.Map args)
- Constructs a ActionRequest Instance
copyright
static java.lang.String copyright()
getClassName
public java.lang.String getClassName()
- Returns the classname for the requested action.
- Returns:
- String
getArguments
public java.util.Map getArguments()
- Returns the Map (usually a HashMap) containing the action arguments.
- Returns:
- Map
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004