com.ibm.wsspi.xct.annotation

Class Association

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

  1. public class Association
  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
Association(java.lang.String name,java.lang.String... values)

Method Summary

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

Constructor Detail

Association

  1. public Association(java.lang.String name,
  2. java.lang.String... values)

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

equals

  1. public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

equals

  1. public boolean equals(Association other)

hashCode

  1. public int hashCode()
Overrides:
hashCode in class java.lang.Object

getValues

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

getName

  1. public java.lang.String getName( )