Class PinstanceProcedure

  • All Implemented Interfaces:
    Process

    public class PinstanceProcedure
    extends ProcedureProcess
    A pInstance procedure process.
    Author:
    awolski
    • Constructor Detail

      • PinstanceProcedure

        public PinstanceProcedure()
    • Method Detail

      • init

        protected void init​(ProcessBundle bundle)
        Initilize the sql and parameters for the procedure.
        Specified by:
        init in class ProcedureProcess
        Parameters:
        bundle - the process bundle containing process and context specific information
      • log

        protected void log​(String message,
                           ProcessContext context)
        Description copied from class: ProcedureProcess
        Log a message to the process' output log (used by the process monitor).
        Overrides:
        log in class ProcedureProcess
        Parameters:
        message - the message to log
        context - the process' execution bundle/context