SMILA (incubation) API documentation

org.eclipse.smila.search.index
Class IndexConnectionUsage

java.lang.Object
  extended by org.eclipse.smila.search.index.IndexConnectionUsage

public class IndexConnectionUsage
extends java.lang.Object


Field Summary
 boolean _atWork
           
 long _idleSince
           
 IndexConnection _indexConnection
           
 int _timeOut
           
 
Constructor Summary
IndexConnectionUsage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_timeOut

public final int _timeOut
See Also:
Constant Field Values

_atWork

public boolean _atWork

_idleSince

public long _idleSince

_indexConnection

public IndexConnection _indexConnection
Constructor Detail

IndexConnectionUsage

public IndexConnectionUsage()

SMILA (incubation) API documentation