public interface IActivityContext extends IAttributeSupport, IReferenceCounter
IActivityContext can be manifold:
ThreadLocal container.
Information is accessible from every client running on the "current thread".
IActivityContext defines the lifespan of this common information,
starting with the first acquire and ending with the last release. Operations
(like setAttribute) outside of the lifespan MUST be discarded to avoid
resource leaks.ATTR_REFERENCECOUNTgetAttribute, removeAttribute, setAttributeacquire, getReferenceCount, release, releaseCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.