Oracle Corporation

com.bea.wlcp.wlng.api.plugin.context
Interface ContextKey

All Superinterfaces:
Annotation

public interface ContextKey
extends Annotation

This annotation is used to specify that an argument of a method is to be put into the current RequestContext under the key specified by the string in the argument of the annotation. This key/value pair in the RequestContext will end up in all EDRs for the same thread.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 String value()
          Name of the key under which this parameter will be stored in the RequestContext.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

value

public String value()
Name of the key under which this parameter will be stored in the RequestContext. This value is mandatory.


Oracle Corporation