Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
com.ibm.rational.test.lt.recorder.core.session |
Provides the infrastructure for controlling a recording session.
|
com.ibm.rational.test.lt.testgen.core.conversion |
Provides the classes and interfaces for implementing packet converters.
|
com.ibm.rational.test.lt.testgen.core.testgen |
Provides the classes and interfaces for implementing test generators.
|
Modifier and Type | Method and Description |
---|---|
ITimeReference |
IRecordingComponentContext.getTimeReference()
Returns the time reference that allows to convert back and forth time expressed in
the recording session clock and times expressed in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
ITimeReference |
IRecordingSession.getTimeReference()
Returns the time reference that allows to convert back and forth time expressed in
the recording session clock and times expressed in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
ITimeReference |
IPacketConverterContext.getTimeReference()
Returns the time reference that allows to convert recording timestamps, expressed
in an implementation-dependent but very accurate unit, to times expressed in
milliseconds.
|
Modifier and Type | Method and Description |
---|---|
ITimeReference |
ITestGeneratorContext.getTimeReference()
Returns the time reference that allows to convert recording timestamps, expressed
in an implementation-dependent but very accurate unit, to times expressed in
milliseconds.
|
© Copyright IBM Corp. 2013. All rights reserved.