IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.message
Class AnnotationMessage

java.lang.Object
  extended by com.ibm.rational.test.lt.recorder.core.message.Message
      extended by com.ibm.rational.test.lt.recorder.core.message.AnnotationMessage
All Implemented Interfaces:
Serializable

public class AnnotationMessage
extends Message

Message sent to the AnnotationRecorder to emit an annotation.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.rational.test.lt.recorder.core.message.Message
Message.Destination
 
Field Summary
 
Fields inherited from class com.ibm.rational.test.lt.recorder.core.message.Message
destination, filter
 
Constructor Summary
protected AnnotationMessage()
           
  AnnotationMessage(RecorderAnnotation annotation, long interactionTime)
           
 
Method Summary
 RecorderAnnotation getAnnotation()
           
 long getInteractionTime()
           
 String getPluginId()
          Returns the plugin id (bundle id) that is able to load the implementation class.
 
Methods inherited from class com.ibm.rational.test.lt.recorder.core.message.Message
getDestination, getFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationMessage

protected AnnotationMessage()

AnnotationMessage

public AnnotationMessage(RecorderAnnotation annotation,
                         long interactionTime)
Method Detail

getAnnotation

public final RecorderAnnotation getAnnotation()

getInteractionTime

public final long getInteractionTime()

getPluginId

public String getPluginId()
Description copied from class: Message
Returns the plugin id (bundle id) that is able to load the implementation class. This is usually the plugin where the class is defined.

Specified by:
getPluginId in class Message
Returns:
the plugin id (bundle id) that is able to load the implementation class.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.