org.apache.openejb.assembler.classic
Class EntityManagerFactoryThreadFactory

java.lang.Object
  extended by org.apache.openejb.assembler.classic.EntityManagerFactoryThreadFactory
All Implemented Interfaces:
ThreadFactory

public class EntityManagerFactoryThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
EntityManagerFactoryThreadFactory(ClassLoader appClassLoader)
           
 
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

EntityManagerFactoryThreadFactory

public EntityManagerFactoryThreadFactory(ClassLoader appClassLoader)
Method Detail

newThread

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


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