org.jboss.netty.util.internal
Class DeadLockProofWorker

java.lang.Object
  extended by org.jboss.netty.util.internal.DeadLockProofWorker

public final class DeadLockProofWorker
extends Object

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
Trustin Lee

Field Summary
static ThreadLocal<Executor> PARENT
          An internal use only thread-local variable that tells the Executor that this worker acquired a worker thread from.
 
Method Summary
static void start(Executor parent, Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARENT

public static final ThreadLocal<Executor> PARENT
An internal use only thread-local variable that tells the Executor that this worker acquired a worker thread from.

Method Detail

start

public static void start(Executor parent,
                         Runnable runnable)


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.