org.apache.jcs.auxiliary.remote.server
Class RemoteCacheServerFactory.MyThreadFactory

java.lang.Object
  extended by org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory.MyThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
RemoteCacheServerFactory

protected static class RemoteCacheServerFactory.MyThreadFactory
extends Object
implements ThreadFactory

Allows us to set the daemon status on the clockdaemon


Constructor Summary
protected RemoteCacheServerFactory.MyThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable runner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCacheServerFactory.MyThreadFactory

protected RemoteCacheServerFactory.MyThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable runner)
Specified by:
newThread in interface ThreadFactory
Parameters:
runner -
Returns:
a new thread for the given Runnable


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.