org.xcmis.search.lucene.index
Class TraceableThreadFactory

java.lang.Object
  extended by org.xcmis.search.lucene.index.TraceableThreadFactory

Deprecated.

@Deprecated
public class TraceableThreadFactory
extends Object

Created by The eXo Platform SAS.

Version:
$Id: TraceableThreadFactory.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Sergey Kabashnyuk

Constructor Summary
TraceableThreadFactory()
          Deprecated.  
 
Method Summary
static List<ThreadGroup> getActiveThreadGroups()
          Deprecated. Get a list of thread groups registered by the factory.
 String getNamePrefix()
          Deprecated.  
 Thread newThread(Runnable r)
          Deprecated.  
 void setNamePrefix(String namePrefix)
          Deprecated.  
 void setThreadDaemon(boolean daemon)
          Deprecated.  
 void setThreadPriority(int threadPriority)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceableThreadFactory

public TraceableThreadFactory()
Deprecated. 
Method Detail

getNamePrefix

public String getNamePrefix()
Deprecated. 

newThread

public Thread newThread(Runnable r)
Deprecated. 

setNamePrefix

public void setNamePrefix(String namePrefix)
Deprecated. 

setThreadDaemon

public void setThreadDaemon(boolean daemon)
Deprecated. 
Parameters:
daemon - true if all threads created must be daemon threads

setThreadPriority

public void setThreadPriority(int threadPriority)
Deprecated. 
Parameters:
threadPriority - the threads priority from 1 (lowest) to 10 (highest)

getActiveThreadGroups

public static List<ThreadGroup> getActiveThreadGroups()
Deprecated. 
Get a list of thread groups registered by the factory.

Returns:
Returns a snapshot of thread groups


Copyright © 2010 eXo Platform SAS. All Rights Reserved.