See: Description
| Interface | Description |
|---|---|
| IAnnotationServerHandler |
Responsible of processing the raw buffer received by the annotation server
and transforming it into an RecorderAnnotation.
|
| IAnnotationStateEvent |
Basic interface for all events dispatched by a
IAnnotationStateHandler to
its listeners. |
| IAnnotationStateHandler |
An annotation state handler is responsible of coordinating the management of one
or several annotation types.
|
| IAnnotationStateListener |
A listener a to
events sent by a IAnnotationStateHandler. |
| IRecorderAnnotationPacket |
A recorder packet that carries a recording annotation.
|
| ITransactionAnnotationStateHandler |
A state handler that manages transaction-related annotations.
|
| ITransactionStateEvent |
A state event broadcasted by a
ITransactionAnnotationStateHandler to its
listeners. |
| Class | Description |
|---|---|
| ITransactionStateEvent.TransactionEndEvent |
An event indicating that a new transaction was ended.
|
| ITransactionStateEvent.TransactionStartEvent |
An event indicating that a new transaction was started.
|
| RecorderAnnotation |
A recording annotation is an indication, within a recording, that can be taken into
account by test generators.
|
| RecorderAnnotationFactory |
Factory used to load annotation from a serialized XML form.
|
| RecordingSessionAmendmentAnnotation |
An annotation describing an amendment to a recording session configuration while the session
is running.
|
© Copyright IBM Corp. 2013. All rights reserved.