Klasse ReleaseDBConnectionProcessor

java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.ReleaseDBConnectionProcessor

public class ReleaseDBConnectionProcessor extends FWProcessor
This processor is based on jdbc and releases a connectionpool with the singleton connection pool manager
Required input parameters:
  • Key db_conn: Database connection parameter in PipeLine
Version:
1.0
Autor:
Andreas Enders
  • Felddetails

    • RESULTKEY_KEY

      public static final String RESULTKEY_KEY
      Constant for in parameter key "resultParamKey".
      Siehe auch:
  • Konstruktordetails

    • ReleaseDBConnectionProcessor

      public ReleaseDBConnectionProcessor()
      Default constructor for this processor.
  • Methodendetails

    • checkInParameterMap

      public boolean checkInParameterMap()
      Checks whether the in-channel contains all required parameters.
      Setzt außer Kraft:
      checkInParameterMap in Klasse FWProcessor
      Gibt zurück:
      true if not overridden by implementations
    • process

      protected boolean process() throws PipeLineException
      creates a connection pool from a existing or non existing database. OutParameter will be a database connection.
      Angegeben von:
      process in Klasse FWProcessor
      Gibt zurück:
      ever true
      Löst aus:
      PipeLineException - in case of errors
      Siehe auch: