org.fjank.jcache
Class CacheThreadFactory

java.lang.Object
  extended by org.fjank.jcache.CacheThreadFactory
All Implemented Interfaces:
EDU.oswego.cs.dl.util.concurrent.ThreadFactory

public class CacheThreadFactory
extends Object
implements EDU.oswego.cs.dl.util.concurrent.ThreadFactory

A thread factory for threads inside FKache.

Author:
Frank Karlstrøm

Constructor Summary
CacheThreadFactory()
           
 
Method Summary
static CacheThreadFactory getInstance()
           
 Thread newThread(Runnable arg0)
           
 void setDaemon(boolean b)
           
 void setName(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheThreadFactory

public CacheThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable arg0)
Specified by:
newThread in interface EDU.oswego.cs.dl.util.concurrent.ThreadFactory
See Also:
ThreadFactory.newThread(java.lang.Runnable)

getInstance

public static CacheThreadFactory getInstance()

setName

public void setName(String string)

setDaemon

public void setDaemon(boolean b)


Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.