org.apache.jcs.auxiliary.lateral.socket.tcp
Class LateralTCPListener.MyThreadFactory

java.lang.Object
  extended by 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

Constructor Summary
protected LateralTCPListener.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

LateralTCPListener.MyThreadFactory

protected LateralTCPListener.MyThreadFactory()
Method Detail

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.