org.zkoss.zkplus.util
Class ThreadLocals
java.lang.Object
org.zkoss.zkplus.util.ThreadLocals
public class ThreadLocals
- extends Object
ThreadLocal related utilities.
- Since:
- 3.0.6
- Author:
- henrichen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocals
public ThreadLocals()
getThreadLocal
public static ThreadLocal getThreadLocal(String clsname,
String fldname)
- Given class name and static ThreadLocal field name, return the associated ThreadLocal.
- Parameters:
clsname - the class namefldname - the ThreadLocal field name
getThreadLocal
public static ThreadLocal getThreadLocal(Class cls,
String fldname)
- Given class and static ThreadLocal field name, return the associated ThreadLocal.
- Parameters:
cls - the classfldname - the ThreadLocal field name.
Copyright © 2014. All rights reserved.