|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationContext
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 |
---|
Object clone() throws CloneNotSupportedException
OperationContext
interface. The
contract of Object.clone
must be respected.
CloneNotSupportedException
- if the object cannot be cloned
for some reason.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |