com.sun.jdmk
Interface OperationContext

All Superinterfaces:
Serializable

public interface OperationContext
extends 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
 Object clone()
          Make a copy of this object.
 

Method Detail

clone

Object clone()
             throws 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:
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

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