org.firebirdsql.pool
Class PingablePooledConnection

java.lang.Object
  extended by org.firebirdsql.pool.AbstractPingablePooledConnection
      extended by org.firebirdsql.pool.PingablePooledConnection
All Implemented Interfaces:
javax.sql.PooledConnection, PooledObject, XStatementManager

Deprecated.

@Deprecated
public class PingablePooledConnection
extends AbstractPingablePooledConnection


Field Summary
 
Fields inherited from class org.firebirdsql.pool.AbstractPingablePooledConnection
jdbcConnection
 
Fields inherited from interface org.firebirdsql.pool.PooledObject
INSTANT_IN_USE
 
Constructor Summary
protected PingablePooledConnection(java.sql.Connection connection, boolean statementPooling, int maxStatements, boolean keepStatements, org.firebirdsql.pool.PooledConnectionQueue owningQueue)
          Deprecated.  
  PingablePooledConnection(java.sql.Connection connection, java.lang.String pingStatement, int pingInterval, boolean statementPooling, int maxStatements, boolean keepStatements, org.firebirdsql.pool.PooledConnectionQueue owningQueue)
          Deprecated.  
 
Method Summary
 void addStatementEventListener(javax.sql.StatementEventListener arg0)
          Deprecated.  
 void removeStatementEventListener(javax.sql.StatementEventListener arg0)
          Deprecated.  
 
Methods inherited from class org.firebirdsql.pool.AbstractPingablePooledConnection
addConnectionEventListener, close, configureConnectionDefaults, connectionClosed, connectionCommitted, connectionErrorOccured, connectionRolledBack, deallocate, getConnection, getInstantInPool, getLastPingTime, getLogChannel, getOwningQueue, getPreparedStatement, getPreparedStatement, getPreparedStatement, internalClose, isInPool, isKeepStatements, isRollbackAllowed, isStatementPooling, isValid, isValid, ping, prepareStatement, prepareStatement, removeConnectionEventListener, setDefaultTransactionIsolation, setInPool, statementClosed, statementClosed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingablePooledConnection

protected PingablePooledConnection(java.sql.Connection connection,
                                   boolean statementPooling,
                                   int maxStatements,
                                   boolean keepStatements,
                                   org.firebirdsql.pool.PooledConnectionQueue owningQueue)
                            throws java.sql.SQLException
Deprecated. 
Throws:
java.sql.SQLException

PingablePooledConnection

public PingablePooledConnection(java.sql.Connection connection,
                                java.lang.String pingStatement,
                                int pingInterval,
                                boolean statementPooling,
                                int maxStatements,
                                boolean keepStatements,
                                org.firebirdsql.pool.PooledConnectionQueue owningQueue)
                         throws java.sql.SQLException
Deprecated. 
Throws:
java.sql.SQLException
Method Detail

addStatementEventListener

public void addStatementEventListener(javax.sql.StatementEventListener arg0)
Deprecated. 

removeStatementEventListener

public void removeStatementEventListener(javax.sql.StatementEventListener arg0)
Deprecated. 


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.