Holds thread specific state information for
Bridge s,
to make
Bridge thread-safe.
This object cannot be used concurrently; two threads cannot
use the same object with
Bridge s at the same time, nor
a thread can use a
BridgeContext with one
Bridge while
the same context is in use by another
Bridge .
BridgeContext is relatively a heavy-weight object, and
therefore it is expected to be cached by the JAX-RPC RI.
Subject to change without notice.
author: Kohsuke Kawaguchi since: 2.0 EA1 See Also: BridgeBridgeBridgeContext |