wt.pom
Class StatementCacheEntry

java.lang.Object
  extended bywt.pom.StatementCacheEntry

class StatementCacheEntry
extends Object


Field Summary
(package private)  boolean busy
           
(package private)  int hits
           
(package private)  Statement stmt
           
 
Constructor Summary
(package private) StatementCacheEntry(Statement stmt)
           
 
Method Summary
(package private)  void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stmt

Statement stmt

hits

int hits

busy

boolean busy
Constructor Detail

StatementCacheEntry

StatementCacheEntry(Statement stmt)
Method Detail

close

void close()