org.fjank.jcache
Class CacheThreadFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheThreadFactory
public CacheThreadFactory()
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.