|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object implementing this interface can be used to transmit context
between a connector client and a connector server. The connector server
will add it to the ThreadContext
of the thread handling a
received request, using the key "OperationContext"
. In this
way it is available during the processing of a received request, to each
entity involved in the processing of the request.
Method Summary | |
Object |
clone()
Make a copy of this object. |
Method Detail |
public Object clone() throws CloneNotSupportedException
OperationContext
interface. The
contract of Object.clone
must be respected.
CloneNotSupportedException
- if the object cannot be cloned
for some reason.
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |