org.jboss.messaging.utils
Class JBMThreadFactory

java.lang.Object
  extended by org.jboss.messaging.utils.JBMThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class JBMThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory

A JBMThreadFactory

Author:
Tim Fox

Constructor Summary
JBMThreadFactory(java.lang.String groupName, boolean daemon)
           
JBMThreadFactory(java.lang.String groupName, int threadPriority, boolean daemon)
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBMThreadFactory

public JBMThreadFactory(java.lang.String groupName,
                        boolean daemon)

JBMThreadFactory

public JBMThreadFactory(java.lang.String groupName,
                        int threadPriority,
                        boolean daemon)
Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable command)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory


Copyright © 2006 JBoss Inc. All Rights Reserved.