eXo Kernel :: Component :: Common Service 2.4.0-CR2

org.exoplatform.services.listener
Class ListenerThreadFactory

java.lang.Object
  extended by 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 Summary
 Thread newThread(Runnable r)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newThread

public Thread newThread(Runnable r)

Specified by:
newThread in interface ThreadFactory

eXo Kernel :: Component :: Common Service 2.4.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.