com.p6spy.engine.outage

Class P6OutageFactory

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
CallableStatementgetCallableStatement(CallableStatement real, P6Connection conn, String p0)
ConnectiongetConnection(Connection conn)
P6OptionsgetOptions()
PreparedStatementgetPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
StatementgetStatement(Statement statement, P6Connection conn)

Constructor Detail

P6OutageFactory

public P6OutageFactory()

Method Detail

getCallableStatement

public CallableStatement getCallableStatement(CallableStatement real, P6Connection conn, String p0)

getConnection

public Connection getConnection(Connection conn)

getOptions

public P6Options getOptions()

getPreparedStatement

public PreparedStatement getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)

getStatement

public Statement getStatement(Statement statement, P6Connection conn)