com.p6spy.engine.outage
Class P6OutageFactory
java.lang.Object
com.p6spy.engine.spy.P6CoreFactory
com.p6spy.engine.outage.P6OutageFactory
- All Implemented Interfaces:
- P6Factory
public class P6OutageFactory
- extends P6CoreFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P6OutageFactory
public P6OutageFactory()
getConnection
public Connection getConnection(Connection conn)
throws SQLException
- Specified by:
getConnection in interface P6Factory- Overrides:
getConnection in class P6CoreFactory
- Throws:
SQLException
getPreparedStatement
public PreparedStatement getPreparedStatement(PreparedStatement real,
P6Connection conn,
String p0)
throws SQLException
- Specified by:
getPreparedStatement in interface P6Factory- Overrides:
getPreparedStatement in class P6CoreFactory
- Throws:
SQLException
getStatement
public Statement getStatement(Statement statement,
P6Connection conn)
throws SQLException
- Specified by:
getStatement in interface P6Factory- Overrides:
getStatement in class P6CoreFactory
- Throws:
SQLException
getCallableStatement
public CallableStatement getCallableStatement(CallableStatement real,
P6Connection conn,
String p0)
throws SQLException
- Specified by:
getCallableStatement in interface P6Factory- Overrides:
getCallableStatement in class P6CoreFactory
- Throws:
SQLException
getOptions
public P6Options getOptions()
throws SQLException
- Specified by:
getOptions in interface P6Factory- Overrides:
getOptions in class P6CoreFactory
- Throws:
SQLException