org.apache.manifoldcf.core.database
Class ConnectionFactory.ConnectionTracker

java.lang.Object
  extended by org.apache.manifoldcf.core.database.ConnectionFactory.ConnectionTracker
Enclosing class:
ConnectionFactory

protected static class ConnectionFactory.ConnectionTracker
extends java.lang.Object


Field Summary
protected  long checkoutTime
           
protected  java.sql.Connection theConnection
           
protected  java.lang.Exception theTrace
           
 
Constructor Summary
ConnectionFactory.ConnectionTracker(java.sql.Connection theConnection)
           
 
Method Summary
 boolean hasExpired(long currentTime)
           
 void printDetails()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theConnection

protected java.sql.Connection theConnection

checkoutTime

protected long checkoutTime

theTrace

protected java.lang.Exception theTrace
Constructor Detail

ConnectionFactory.ConnectionTracker

public ConnectionFactory.ConnectionTracker(java.sql.Connection theConnection)
Method Detail

hasExpired

public boolean hasExpired(long currentTime)

printDetails

public void printDetails()