com.p6spy.engine.outage
Class P6OutageFactory

java.lang.Object
  extended bycom.p6spy.engine.spy.P6CoreFactory
      extended bycom.p6spy.engine.outage.P6OutageFactory
All Implemented Interfaces:
P6Factory

public class P6OutageFactory
extends P6CoreFactory


Constructor Summary
P6OutageFactory()
           
 
Method Summary
 java.sql.CallableStatement getCallableStatement(java.sql.CallableStatement real, P6Connection conn, java.lang.String p0)
           
 java.sql.Connection getConnection(java.sql.Connection conn)
           
 P6Options getOptions()
           
 java.sql.PreparedStatement getPreparedStatement(java.sql.PreparedStatement real, P6Connection conn, java.lang.String p0)
           
 java.sql.Statement getStatement(java.sql.Statement statement, P6Connection conn)
           
 
Methods inherited from class com.p6spy.engine.spy.P6CoreFactory
getArray, getDatabaseMetaData, getResultSet, getResultSetMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P6OutageFactory

public P6OutageFactory()
Method Detail

getConnection

public java.sql.Connection getConnection(java.sql.Connection conn)
                                  throws java.sql.SQLException
Specified by:
getConnection in interface P6Factory
Overrides:
getConnection in class P6CoreFactory
Throws:
java.sql.SQLException

getPreparedStatement

public java.sql.PreparedStatement getPreparedStatement(java.sql.PreparedStatement real,
                                                       P6Connection conn,
                                                       java.lang.String p0)
                                                throws java.sql.SQLException
Specified by:
getPreparedStatement in interface P6Factory
Overrides:
getPreparedStatement in class P6CoreFactory
Throws:
java.sql.SQLException

getStatement

public java.sql.Statement getStatement(java.sql.Statement statement,
                                       P6Connection conn)
                                throws java.sql.SQLException
Specified by:
getStatement in interface P6Factory
Overrides:
getStatement in class P6CoreFactory
Throws:
java.sql.SQLException

getCallableStatement

public java.sql.CallableStatement getCallableStatement(java.sql.CallableStatement real,
                                                       P6Connection conn,
                                                       java.lang.String p0)
                                                throws java.sql.SQLException
Specified by:
getCallableStatement in interface P6Factory
Overrides:
getCallableStatement in class P6CoreFactory
Throws:
java.sql.SQLException

getOptions

public P6Options getOptions()
                     throws java.sql.SQLException
Specified by:
getOptions in interface P6Factory
Overrides:
getOptions in class P6CoreFactory
Throws:
java.sql.SQLException