com.p6spy.engine.outage

Class P6OutageFactory

Implemented Interfaces:
P6Factory

public class P6OutageFactory
extends P6CoreFactory

Description: factory for getting real values. $Author: jeffgoke $ $Revision: 1.5 $ $Date: 2003/01/28 17:01:09 $ $Id: P6OutageFactory.java,v 1.5 2003/01/28 17:01:09 jeffgoke Exp $ $Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/outage/P6OutageFactory.java,v $ $Log: P6OutageFactory.java,v $ Revision 1.5 2003/01/28 17:01:09 jeffgoke rewrote options to the ability for a module to have its own option set Revision 1.4 2003/01/21 22:50:34 jeffgoke removed code no longer necessary due to the new module Revision 1.3 2002/12/09 21:48:04 aarvesen New constructor Revision 1.2 2002/10/06 18:22:48 jeffgoke no message Revision 1.1 2002/05/24 07:31:28 jeffgoke version 1 rewrite

Constructor Summary

P6OutageFactory()

Method Summary

CallableStatement
getCallableStatement(CallableStatement real, P6Connection conn, String p0)
Connection
getConnection(Connection conn)
P6Options
getOptions()
PreparedStatement
getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
Statement
getStatement(Statement statement, P6Connection conn)

Methods inherited from class com.p6spy.engine.spy.P6CoreFactory

getArray, getCallableStatement, getConnection, getDatabaseMetaData, getOptions, getPreparedStatement, getResultSet, getResultSetMetaData, getStatement

Constructor Details

P6OutageFactory

public P6OutageFactory()

Method Details

getCallableStatement

public CallableStatement getCallableStatement(CallableStatement real,
                                              P6Connection conn,
                                              String p0)
            throws SQLException
Specified by:
getCallableStatement in interface P6Factory
Overrides:
getCallableStatement in interface P6CoreFactory


getConnection

public Connection getConnection(Connection conn)
            throws SQLException
Specified by:
getConnection in interface P6Factory
Overrides:
getConnection in interface P6CoreFactory


getOptions

public P6Options getOptions()
            throws SQLException
Specified by:
getOptions in interface P6Factory
Overrides:
getOptions in interface P6CoreFactory


getPreparedStatement

public PreparedStatement getPreparedStatement(PreparedStatement real,
                                              P6Connection conn,
                                              String p0)
            throws SQLException
Specified by:
getPreparedStatement in interface P6Factory
Overrides:
getPreparedStatement in interface P6CoreFactory


getStatement

public Statement getStatement(Statement statement,
                              P6Connection conn)
            throws SQLException
Specified by:
getStatement in interface P6Factory
Overrides:
getStatement in interface P6CoreFactory