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
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThreadin interfaceThreadFactory
-
-