org.apache.manifoldcf.crawler.interfaces
Class RepositoryConnectorFactory.ConnectorTracker

java.lang.Object
  extended by org.apache.manifoldcf.crawler.interfaces.RepositoryConnectorFactory.ConnectorTracker
Enclosing class:
RepositoryConnectorFactory

protected static class RepositoryConnectorFactory.ConnectorTracker
extends java.lang.Object


Field Summary
protected  long checkoutTime
           
protected  IRepositoryConnector theConnector
           
protected  java.lang.Exception theTrace
           
 
Constructor Summary
RepositoryConnectorFactory.ConnectorTracker(IRepositoryConnector theConnector)
           
 
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

theConnector

protected IRepositoryConnector theConnector

checkoutTime

protected long checkoutTime

theTrace

protected java.lang.Exception theTrace
Constructor Detail

RepositoryConnectorFactory.ConnectorTracker

public RepositoryConnectorFactory.ConnectorTracker(IRepositoryConnector theConnector)
Method Detail

hasExpired

public boolean hasExpired(long currentTime)

printDetails

public void printDetails()