|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IRecordingSessionProducer
This interface allows the caller to directly create a recording session file, without actually launching a recorder session. It is used in various scenarios, like the upgrade process from a .recmodel file to a .recsession file.
| Method Summary | |
|---|---|
RecordingSessionConfiguration |
getConfiguration()
Returns the (initially empty) recording session configuration of the session to create. |
IPacketOutputStream |
getPacketWriter()
Returns the packet output stream. |
IFile[] |
getProducedFiles()
Returns the files that were produced by this producer. |
void |
setConfiguration(RecordingSessionConfiguration configuration)
Replaces the session configuration with the specified one. |
void |
setInitialTime(long initialTime)
Sets the recording initial time, expressed as milliseconds since the time 00:00:00 UTC on January 1, 1970. |
| Method Detail |
|---|
RecordingSessionConfiguration getConfiguration()
void setConfiguration(RecordingSessionConfiguration configuration)
configuration - A recording configuration. This configuration may still
be modified until the writer associated to this producer
is closed.
IPacketOutputStream getPacketWriter()
throws IOException
IOExceptionvoid setInitialTime(long initialTime)
initialTime - the recording initial time, expressed as milliseconds since the time
00:00:00 UTC on January 1, 1970.IFile[] getProducedFiles()
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||