|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkplus.util.ThreadLocals
public class ThreadLocals
ThreadLocal related utilities.
| Constructor Summary | |
|---|---|
ThreadLocals()
|
|
| Method Summary | |
|---|---|
static java.lang.ThreadLocal |
getThreadLocal(java.lang.Class cls,
java.lang.String fldname)
Given class and static ThreadLocal field name, return the associated ThreadLocal. |
static java.lang.ThreadLocal |
getThreadLocal(java.lang.String clsname,
java.lang.String fldname)
Given class name and static ThreadLocal field name, return the associated ThreadLocal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadLocals()
| Method Detail |
|---|
public static java.lang.ThreadLocal getThreadLocal(java.lang.String clsname,
java.lang.String fldname)
clsname - the class namefldname - the ThreadLocal field name
public static java.lang.ThreadLocal getThreadLocal(java.lang.Class cls,
java.lang.String fldname)
cls - the classfldname - the ThreadLocal field name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||