com.ibm.wsspi.xct.annotation

Class Attachment

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.xct.annotation.Attachment
All implemented interfaces:
AnnotationValue

  1. public class Attachment
  2. extends java.lang.Object
  3. implements AnnotationValue
This class 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.


Constructor Summary

Constructor and Description
Attachment(java.lang.String suffix)
Attachment(java.lang.String prefix,java.lang.String suffix)

Method Summary

Modifier and Type Method and Description
  1. java.io.OutputStream
getOutputStream()
  1. java.util.List<? extends AnnotationValue>
getValues()
  1. java.lang.String
toString()
  1. java.lang.Appendable
toString(java.lang.Appendable app)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

Attachment

  1. public Attachment(java.lang.String suffix)
  2. throws java.io.IOException
  3. java.lang.IllegalArgumentException
Throws:
java.io.IOException
java.lang.IllegalArgumentException

Attachment

  1. public Attachment(java.lang.String prefix,
  2. java.lang.String suffix)
  3. throws java.io.IOException
  4. java.lang.IllegalArgumentException
Throws:
java.io.IOException
java.lang.IllegalArgumentException

Method Detail

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object

toString

  1. public java.lang.Appendable toString( java.lang.Appendable app)
  2. throws java.io.IOException
Specified by:
toString in interface AnnotationValue
Throws:
java.io.IOException

getOutputStream

  1. public java.io.OutputStream getOutputStream( )
  2. throws java.io.IOException
Throws:
java.io.IOException

getValues

  1. public java.util.List<? extends AnnotationValue> getValues( )
Specified by:
getValues in interface AnnotationValue