
Protected Member Functions | |
| Object | childValue (Object parentValue) |
Static Protected Attributes | |
| static final Logger | log = Logger.getLogger(ERXCloneableThreadLocal.class) |
ERXClonableThreadLocal extends InheritableThreadLocal to bequeath a cloned copy of the parent object to the child thread.clone method. | Object childValue | ( | Object | parentValue | ) | [protected] |
Clones a copy of the parent object for the child thread. The parentValue must implement the Cloneable interface and have a public clone method.
| parentValue | local object to the parent thread. |
Reimplemented in ERXThreadStorage.ERXThreadStorageCloneableThreadLocal.
final Logger log = Logger.getLogger(ERXCloneableThreadLocal.class) [static, protected] |
logging support
1.5.8