org.jboss.netty.util.internal
Class ThreadLocalBoolean

java.lang.Object
  extended by java.lang.ThreadLocal<Boolean>
      extended by org.jboss.netty.util.internal.ThreadLocalBoolean

public class ThreadLocalBoolean
extends ThreadLocal<Boolean>

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

Constructor Summary
ThreadLocalBoolean()
           
ThreadLocalBoolean(boolean defaultValue)
           
 
Method Summary
protected  Boolean initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalBoolean

public ThreadLocalBoolean()

ThreadLocalBoolean

public ThreadLocalBoolean(boolean defaultValue)
Method Detail

initialValue

protected Boolean initialValue()
Overrides:
initialValue in class ThreadLocal<Boolean>


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