com.ibm.rational.test.lt.recorder.core.annotations
Class RecordingSessionAmendmentAnnotation
java.lang.Object
com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
com.ibm.rational.test.lt.recorder.core.property.AbstractTypedConfiguration
com.ibm.rational.test.lt.recorder.core.annotations.RecorderAnnotation
com.ibm.rational.test.lt.recorder.core.annotations.RecordingSessionAmendmentAnnotation
- All Implemented Interfaces:
- Serializable, Cloneable
public class RecordingSessionAmendmentAnnotation
- extends RecorderAnnotation
An annotation describing an amendment to a recording session configuration while the session
is running. These annotations are emitted by the framework whenever a recorder monitor amends
the session.
- See Also:
- Serialized Form
Fields inherited from class com.ibm.rational.test.lt.recorder.core.annotations.RecorderAnnotation |
COMMENT_PROPERTY, END_TRANSACTION_TYPE, IGNORE_TYPE, INSERT_COMMENT_TYPE, NAME_PROPERTY, RECORDER_ID_ATTRIBUTE, RECORDING_STATE_TYPE, RESUMED_ATTRIBUTE, SCREENSHOT_DATA_ATTRIBUTE, SCREENSHOT_TYPE, SESSION_AMENDMENT_TYPE, SPLIT_TEST_TYPE, START_TRANSACTION_TYPE, SYNCHRONIZATION_POINT_TYPE, TIMESTAMP_PROPERTY |
Methods inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration |
afterXmlDeserialization, assignUniqueIds, beforeXmlSerialization, cloneProperties, get, getBoolean, getData, getEnum, getInteger, getList, getMap, getObfuscatedList, getObfuscatedString, getPreferedIdPrefixForChild, getString, getString, isOperand, loadAttributes, remove, saveDataToAttachment, serialize, setBoolean, setData, setData, setEnum, setInteger, setList, setMap, setObfuscatedList, setObfuscatedString, setString, toString, write, write, write, writeAttributes, writeChildConfiguration, writeChildConfigurations |
DESCRIPTION_ATTRIBUTE
public static final String DESCRIPTION_ATTRIBUTE
- Name of the property holding the description of a session amendment. This description is typically
provided by the
IRecorderMonitor
that issued the amendment.
- See Also:
- Constant Field Values
RecordingSessionAmendmentAnnotation
public RecordingSessionAmendmentAnnotation()
getConfiguration
public RecordingSessionConfiguration getConfiguration()
setConfiguration
public void setConfiguration(RecordingSessionConfiguration configuration)
addChildConfiguration
protected void addChildConfiguration(AbstractConfiguration config,
String operandName)
throws InvalidConfigurationException
- Overrides:
addChildConfiguration
in class AbstractConfiguration
- Throws:
InvalidConfigurationException
writeChildConfigurations
protected void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Overrides:
writeChildConfigurations
in class AbstractConfiguration
- Throws:
javax.xml.stream.XMLStreamException
© Copyright IBM Corp. 2012. All rights reserved.