org.apache.openjpa.slice
Class SliceThread.SliceThreadFactory

java.lang.Object
  extended by org.apache.openjpa.slice.SliceThread.SliceThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
SliceThread

static class SliceThread.SliceThreadFactory
extends Object
implements ThreadFactory


Field Summary
(package private)  int n
           
 
Constructor Summary
SliceThread.SliceThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

int n
Constructor Detail

SliceThread.SliceThreadFactory

SliceThread.SliceThreadFactory()
Method Detail

newThread

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


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.