com.ibm.commerce.negotiation.commands
Interface ProcessTaskCmd
- All Superinterfaces:
- TaskCommand
- All Known Subinterfaces:
- AutoBidsTaskCmd, DutchBidsTaskCmd, OpenCryBidsTaskCmd
- All Known Implementing Classes:
- AutoBidsTaskCmdImpl, DutchBidsTaskCmdImpl, OpenCryBidsTaskCmdImpl, ProcessTaskCmdImpl
- public interface ProcessTaskCmd
- extends TaskCommand
Process Task Command Interface.
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright statement. |
static java.lang.String |
NAME
The full class name for this interface file. |
Method Summary |
void |
setDataHandle(java.lang.Object handle)
Set the handle for the data to be processed. |
void |
setErrorTaskName(java.lang.String errorTaskName)
Set error task name that will be returned by the exceptions. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright statement.
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- The full class name for this interface file.
- See Also:
- Constant Field Values
setDataHandle
public void setDataHandle(java.lang.Object handle)
- Set the handle for the data to be processed. The handle type varies based on the requirement of the user of this class.
-
- Parameters:
- handle - Object - A handle to the data to be processed.
setErrorTaskName
public void setErrorTaskName(java.lang.String errorTaskName)
- Set error task name that will be returned by the exceptions.
-
- Parameters:
- errorTaskName - String - Error Task Name.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.