org.apache.axis2.jaxws.utility
Class JAXWSThreadFactory

java.lang.Object
  extended by org.apache.axis2.jaxws.utility.JAXWSThreadFactory
All Implemented Interfaces:
ThreadFactory

public class JAXWSThreadFactory
extends Object
implements ThreadFactory

Factory to create threads in the ThreadPool Executor. We provide a factory so the threads can be set as daemon threads so that they do not prevent the JVM from exiting normally when the main client thread is finished.


Constructor Summary
JAXWSThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSThreadFactory

public JAXWSThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.