Uses of Interface
org.hsqldb.lib.ThreadFactory
-
Packages that use ThreadFactory Package Description org.hsqldb.lib Contains shared classes used by other HyperSQL classes. -
-
Uses of ThreadFactory in org.hsqldb.lib
Classes in org.hsqldb.lib that implement ThreadFactory Modifier and Type Class Description class
HsqlTimer
Facility to schedule tasks for future execution in a background thread.Constructors in org.hsqldb.lib with parameters of type ThreadFactory Constructor Description HsqlTimer(ThreadFactory threadFactory)
Constructs a new HsqlTimer.
-