|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatModelFacadeStatusListener
A listener registered with IStatModelFacade for status changes.
Field Summary | |
---|---|
static int |
AGGREGATION_COMPLETE
Aggregation has completed |
static int |
ERASED
|
static int |
FACADE_ACTIVE
facade and underlying TRCMonitor attached to an active RPT run. |
static int |
FACADE_INACTIVE
facade and underlying TRCMonitor attached to an inactive RPT run. |
static int |
LOG_TRANSFER_COMPLETE
|
static int |
PRE_ERASE
|
static int |
RANGE_GENERATION_STARTED
Range generation started |
static int |
RTB_DATA_INITIALIZED
|
static int |
RUN_ERROR
|
static int |
SAFE_TO_CLOSE
facade and underlying TRCMonitor are attached to an inactive run and it is safe to close the workbench This should only be reacted to by plugins who wish to close the workspace. |
static int |
SMARTLOAD_REFOCUS
|
static int |
STATS_PERIODIC_SAVE_END
periodic save end |
static int |
STATS_PERIODIC_SAVE_START
periodic save started |
static int |
STATS_SAVE_END
stat model save has ended |
static int |
STATS_SAVE_START
stat model save has started |
static int |
STATS_TRANSFER_STARTED
stats transfer has at least started |
static int |
STATUS_MESSAGE_CHANGE
stat model status message has changed |
static int |
TESTLOG_INITIALIZED
Test log has been initialized and it's URI has been recorded in the stat model. |
static int |
TIME_RANGE_CONTROLLER_CREATED
|
static int |
UNLOAD_STARTED
|
static int |
UNLOADED
all RPT results assets have been released from memory |
static int |
UPDATE_COMPLETE
all RPT results assets have been updated to the current releases format |
static int |
UPDATE_STARTING
RPT results asset update procedure is about to start |
Method Summary | |
---|---|
void |
statusChanged(int currentStatus)
api called with status changes... |
Field Detail |
---|
static final int FACADE_ACTIVE
static final int FACADE_INACTIVE
static final int SAFE_TO_CLOSE
static final int UPDATE_STARTING
static final int UPDATE_COMPLETE
static final int UNLOADED
static final int AGGREGATION_COMPLETE
static final int TESTLOG_INITIALIZED
static final int STATS_SAVE_START
static final int STATS_SAVE_END
static final int STATUS_MESSAGE_CHANGE
static final int STATS_PERIODIC_SAVE_START
static final int STATS_PERIODIC_SAVE_END
static final int STATS_TRANSFER_STARTED
static final int LOG_TRANSFER_COMPLETE
static final int RUN_ERROR
static final int PRE_ERASE
static final int ERASED
static final int UNLOAD_STARTED
static final int TIME_RANGE_CONTROLLER_CREATED
static final int SMARTLOAD_REFOCUS
static final int RANGE_GENERATION_STARTED
static final int RTB_DATA_INITIALIZED
Method Detail |
---|
void statusChanged(int currentStatus)
currentStatus
-
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |