public class PinstanceProcedure extends ProcedureProcess
connection, logger
COMPLETE, 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, setSQL
execute, isDoCommit, setDoCommit
protected void init(ProcessBundle bundle)
init
in class ProcedureProcess
bundle
- the process bundle containing process and context specific informationprotected void log(String message, ProcessContext context)
ProcedureProcess
log
in class ProcedureProcess
message
- the message to logcontext
- the process' execution bundle/context