|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ThreadLocal<T>
java.lang.InheritableThreadLocal
er.extensions.concurrency.ERXCloneableThreadLocal
er.extensions.foundation.ERXThreadStorage.ERXThreadStorageCloneableThreadLocal
protected static class ERXThreadStorage.ERXThreadStorageCloneableThreadLocal
Field Summary |
---|
Fields inherited from class er.extensions.concurrency.ERXCloneableThreadLocal |
---|
log |
Constructor Summary | |
---|---|
protected |
ERXThreadStorage.ERXThreadStorageCloneableThreadLocal()
|
Method Summary | |
---|---|
protected java.lang.Object |
childValue(java.lang.Object parentValue)
Clones a copy of the parent object for the child thread. |
Methods inherited from class java.lang.ThreadLocal |
---|
get, initialValue, remove, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ERXThreadStorage.ERXThreadStorageCloneableThreadLocal()
Method Detail |
---|
protected java.lang.Object childValue(java.lang.Object parentValue)
ERXCloneableThreadLocal
Cloneable
interface and have a public clone
method.
childValue
in class ERXCloneableThreadLocal
parentValue
- local object to the parent thread.
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |