com.eviware.soapui
Class SoapUIThreadCreator

java.lang.Object
  extended by com.eviware.soapui.SoapUIThreadCreator
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

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

Creates threads for soapUI internal usage that have the extensionClassLoader as parent

Author:
Ole

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

Constructor Detail

SoapUIThreadCreator

public SoapUIThreadCreator()
Method Detail

newThread

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


Copyright © 2005-2011 eviware.com. All Rights Reserved.