CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Interface ThreadFactory


public interface ThreadFactory

Factory interface for Thread creation.

Author:
mf 2006.09.06

Method Summary
 Thread makeThread(ThreadGroup group, Runnable runnable, String sName)
          Create a Thread with the specified group, runnable, and name.
 

Method Detail

makeThread

Thread makeThread(ThreadGroup group,
                  Runnable runnable,
                  String sName)
Create a Thread with the specified group, runnable, and name.

Parameters:
group - (optional) the thread's thread group
runnable - (optional) the thread's runnable
sName - (optional) the thread's name
Returns:
a new thread using the specified parameters

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation