org.gcube.application.aquamaps.aquamapsservice.impl.util
Class MyPooledExecutor.MyThreadFactory
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.impl.util.MyPooledExecutor.MyThreadFactory
- All Implemented Interfaces:
- ThreadFactory
- Enclosing class:
- MyPooledExecutor
protected static class MyPooledExecutor.MyThreadFactory
- extends Object
- implements ThreadFactory
Uses java.util.concurrent.Executors.defaultThreadFactory() setting threadLabel and priority (optional)
- Author:
- fabio
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyPooledExecutor.MyThreadFactory
public MyPooledExecutor.MyThreadFactory(String threadLabel,
int priority)
MyPooledExecutor.MyThreadFactory
public MyPooledExecutor.MyThreadFactory(String threadLabel)
newThread
public Thread newThread(Runnable arg0)
- Specified by:
newThread in interface ThreadFactory
Copyright © 2013. All Rights Reserved.