Uses of Interface
org.hsqldb.lib.ThreadFactory

Packages that use ThreadFactory
org.hsqldb.lib   
 

Uses of ThreadFactory in org.hsqldb.lib
 

Fields in org.hsqldb.lib declared as ThreadFactory
protected  ThreadFactory HsqlTimer.threadFactory
          The factory that procduces the background threads.
 

Constructors in org.hsqldb.lib with parameters of type ThreadFactory
HsqlTimer(ThreadFactory tf)
          Constructs a new HsqlTimer using the specified thread factory implementation.
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.