com.ibm.wsspi.xct.annotation

Interface AnnotationValue

All known implementing classes:
Annotation, Association, Attachment, StringValue

  1. 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

Modifier and Type Method and Description
  1. java.util.List<? extends AnnotationValue>
getValues()
  1. java.lang.Appendable
toString(java.lang.Appendable app)

Method Detail

toString

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

getValues

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