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
public P6OutageFactory()
public CallableStatement getCallableStatement(CallableStatement real,
P6Connection conn, String p0)
public Connection getConnection(Connection conn)
public PreparedStatement getPreparedStatement(PreparedStatement real,
P6Connection conn, String p0)
public Statement getStatement(Statement statement,
P6Connection conn)