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. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
Method Detail |
---|
public void setDataHandle(java.lang.Object handle)
handle
- Object - A handle to the data to be
processed.public void setErrorTaskName(java.lang.String errorTaskName)
errorTaskName
- String - Error Task Name.