JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.hsqldb
Package
org.hsqldb.lib
Interface ThreadFactory
All Known Implementing Classes:
HsqlTimer
public interface
ThreadFactory
Since:
1.7.2
Author:
Campbell Burnet (campbell-burnet@users dot sourceforge.net)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Thread
newThread
(
Runnable
r)
Method Details
newThread
Thread
newThread
(
Runnable
r)