|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.util.ThreadLocalUtils.ThreadLocalManager
public abstract static class ThreadLocalUtils.ThreadLocalManager
Integration interface implemented by object holding onto ThreadLocals with a specified lifetime
ThreadLocalUtils.ThreadLocalLifecycle
Constructor Summary | |
---|---|
ThreadLocalUtils.ThreadLocalManager()
|
Method Summary | |
---|---|
abstract void |
removeThreadLocals()
Called by the ThreadLocalLifeCycle when the ThreadLocals managed by this ThreadLocalManager need to be cleaned up by removing their instances from the current Thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadLocalUtils.ThreadLocalManager()
Method Detail |
---|
public abstract void removeThreadLocals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |