org.hsqldb.lib
Interface ThreadFactory


public interface ThreadFactory

Since:
HSQLDB 1.7.2
Version:
1.7.2
Author:
boucherb@users.sourceforge.net

Method Summary
 Thread newThread(Runnable r)
           
 

Method Detail

newThread

public Thread newThread(Runnable r)


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