com.sun.jdmk
Interface OperationContext

All Superinterfaces:
java.io.Serializable

public interface OperationContext
extends java.io.Serializable

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

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Make a copy of this object. An object implementing this interface must provide an implementation of this method that returns an object also implementing the OperationContext interface. The contract of Object.clone must be respected.

Throws:
java.lang.CloneNotSupportedException - if the object cannot be cloned for some reason.

Open Source build 01-ea
opendmk-1.0-b01-ea 2010.10.22_13:26:06_UTC

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.