apollo.bop
Class JDBCPipelineAdapter

java.lang.Object
  extended by apollo.bop.JDBCPipelineAdapter

public class JDBCPipelineAdapter
extends java.lang.Object


Field Summary
protected  int current_job_id
           
protected  JobOutput job_run
           
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
JDBCPipelineAdapter()
           
JDBCPipelineAdapter(java.lang.String host, java.lang.String db)
           
 
Method Summary
 java.sql.Connection getConnection()
           
 JobOutput retrieveJob(int job_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger

current_job_id

protected int current_job_id

job_run

protected JobOutput job_run
Constructor Detail

JDBCPipelineAdapter

public JDBCPipelineAdapter(java.lang.String host,
                           java.lang.String db)

JDBCPipelineAdapter

public JDBCPipelineAdapter()
Method Detail

retrieveJob

public JobOutput retrieveJob(int job_id)
                      throws NoOutputException,
                             BopException
Throws:
NoOutputException
BopException

getConnection

public java.sql.Connection getConnection()
                                  throws java.lang.Exception
Throws:
java.lang.Exception