org.exoplatform.services.listener
Class ListenerThreadFactory
java.lang.Object
org.exoplatform.services.listener.ListenerThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class ListenerThreadFactory
- extends Object
- implements ThreadFactory
This ThreadFactory implementation is a copy of Executors$DefaultThreadFactory.
Its copied for single purpose - make readable thread name.
Created by The eXo Platform SAS.
Date:
- Version:
- $Id: ListenerThreadFactory.java 111 2008-11-11 11:11:11Z serg $
- Author:
- Karpenko Sergiy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newThread
public Thread newThread(Runnable r)
-
- Specified by:
newThread in interface ThreadFactory
Copyright © 2014 eXo Platform SAS. All Rights Reserved.