|
||||||||||
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 | |
---|---|
java.lang.Object |
clone()
Make a copy of this object. |
Method Detail |
---|
java.lang.Object clone() throws java.lang.CloneNotSupportedException
OperationContext
interface. The
contract of Object.clone
must be respected.
java.lang.CloneNotSupportedException
- if the object cannot be cloned
for some reason.
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.10.20_19:39:55_UTC |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |