com.ibm.wsspi.xct.annotation
Class Attachment
java.lang.Object
com.ibm.wsspi.xct.annotation.Attachment
- All Implemented Interfaces:
- AnnotationValue
public class Attachment
- extends java.lang.Object
- 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 |
Attachment(java.lang.String suffix)
|
Attachment(java.lang.String prefix,
java.lang.String suffix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Attachment
public Attachment(java.lang.String suffix)
throws java.io.IOException,
java.lang.IllegalArgumentException
- Throws:
java.io.IOException
java.lang.IllegalArgumentException
Attachment
public Attachment(java.lang.String prefix,
java.lang.String suffix)
throws java.io.IOException,
java.lang.IllegalArgumentException
- Throws:
java.io.IOException
java.lang.IllegalArgumentException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
public java.lang.Appendable toString(java.lang.Appendable app)
throws java.io.IOException
- Specified by:
toString
in interface AnnotationValue
- Throws:
java.io.IOException
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getValues
public java.util.List<? extends AnnotationValue> getValues()
- Specified by:
getValues
in interface AnnotationValue