public class PinstanceProcedure extends ProcedureProcess
connection, loggerCOMPLETE, ERROR, EXECUTION_ID, KILLED, MISFIRED, PREVENT_CONCURRENT_EXECUTIONS, PROCESS_ID, PROCESS_NAME, PROCESSING, SCHEDULED, SUCCESS, SYSTEM_RESTART, UNSCHEDULED| Constructor and Description |
|---|
PinstanceProcedure() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init(ProcessBundle bundle)
Initilize the sql and parameters for the procedure.
|
protected void |
log(String message,
ProcessContext context)
Log a message to the process' output log (used by the process monitor).
|
doExecute, log, setParams, setSQLexecute, isDoCommit, setDoCommitprotected void init(ProcessBundle bundle)
init in class ProcedureProcessbundle - the process bundle containing process and context specific informationprotected void log(String message, ProcessContext context)
ProcedureProcesslog in class ProcedureProcessmessage - the message to logcontext - the process' execution bundle/context