org.apache.jcs.auxiliary.lateral.socket.tcp
Class LateralTCPListener.MyThreadFactory
java.lang.Object
org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.MyThreadFactory
- All Implemented Interfaces:
- ThreadFactory
- Enclosing class:
- LateralTCPListener<K extends Serializable,V extends Serializable>
protected static class LateralTCPListener.MyThreadFactory
- extends Object
- implements ThreadFactory
Allows us to set the daemon status on the executor threads
- Author:
- Aaron Smuts
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LateralTCPListener.MyThreadFactory
protected LateralTCPListener.MyThreadFactory()
newThread
public Thread newThread(Runnable runner)
- Specified by:
newThread in interface ThreadFactory
- Parameters:
runner -
- Returns:
- daemon thread
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.