IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.xct.annotation
Interface AnnotationValue

All Known Implementing Classes:
Annotation, Association, Attachment, StringValue

public interface AnnotationValue

This interface is provided for WebSphere Application Server stack products and infrastructure extenders that want to use Cross Component Trace for product-specific correlation needs.

For details on usage, please contact IBM support.


Method Summary
 java.util.List<? extends AnnotationValue> getValues()
           
 java.lang.Appendable toString(java.lang.Appendable app)
           
 

Method Detail

toString

java.lang.Appendable toString(java.lang.Appendable app)
                              throws java.io.IOException
Throws:
java.io.IOException

getValues

java.util.List<? extends AnnotationValue> getValues()

IBM WebSphere Application ServerTM
Release 8