public class ProcessRunner
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
ProcessRunner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
completed()
Returns this process completion status.
|
java.lang.Object |
getException()
Returns the exception generated by this process.
|
void |
run()
Create and execute the specified task command to process the Auctions/Bids
|
void |
setCommandContext(CommandContext context)
Sets the context for the command to be executed when this process runs.
|
void |
setCommandName(java.lang.String commandName)
Sets the fully qualified name of the command to be executed.
|
void |
setDataHandle(java.lang.Object handle)
Sets the handle for the data.
|
void |
setErrorTaskName(java.lang.String errorTaskName)
Sets this process's error task name
|
public static final java.lang.String COPYRIGHT
public boolean completed()
public java.lang.Object getException()
public void run()
run in interface java.lang.Runnablepublic void setCommandContext(CommandContext context)
context - CommandContext - Command contextpublic void setCommandName(java.lang.String commandName)
commandName - String - Fully qualified command name.public void setDataHandle(java.lang.Object handle)
data - Object - A handle to the data to be processed.public void setErrorTaskName(java.lang.String errorTaskName)
errorTaskName - java.lang.String