org.apache.myfaces.trinidad.util
Class ThreadLocalUtils.ThreadLocalManager
java.lang.Object
org.apache.myfaces.trinidad.util.ThreadLocalUtils.ThreadLocalManager
- Enclosing class:
- ThreadLocalUtils
public abstract static class ThreadLocalUtils.ThreadLocalManager
- extends Object
Integration interface implemented by object holding onto ThreadLocals
with a specified lifetime
- See Also:
ThreadLocalUtils.ThreadLocalLifecycle
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 |
ThreadLocalUtils.ThreadLocalManager
public ThreadLocalUtils.ThreadLocalManager()
removeThreadLocals
public 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.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.