com.caucho.util
Class ContextLocal

java.lang.Object
  |
  +--com.caucho.util.ClassLoaderLocal
        |
        +--com.caucho.util.ContextLocal

public class ContextLocal
extends ClassLoaderLocal

Obsolete, use ClassLoaderLocal instead.


Constructor Summary
ContextLocal()
          Deprecated.  
ContextLocal(java.lang.String varName)
          Deprecated.  
 
Methods inherited from class com.caucho.util.ClassLoaderLocal
get, getGlobal, getLevel, getVariable, set, setGlobal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextLocal

public ContextLocal()
Deprecated. 

ContextLocal

public ContextLocal(java.lang.String varName)
Deprecated.