IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.execution.results.data
Interface IStatModelFacadeStatusListener


public interface IStatModelFacadeStatusListener

A listener registered with IStatModelFacade for status changes.

Since:
7.0 - 2-Feb-2006

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

FACADE_ACTIVE

static final int FACADE_ACTIVE
facade and underlying TRCMonitor attached to an active RPT run.

See Also:
Constant Field Values

FACADE_INACTIVE

static final int FACADE_INACTIVE
facade and underlying TRCMonitor attached to an inactive RPT run.

See Also:
Constant Field Values

SAFE_TO_CLOSE

static final 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. If consumer merely wants to know that a run is inactive, they should react to FACADE_INACTIVE

See Also:
Constant Field Values

UPDATE_STARTING

static final int UPDATE_STARTING
RPT results asset update procedure is about to start

See Also:
Constant Field Values

UPDATE_COMPLETE

static final int UPDATE_COMPLETE
all RPT results assets have been updated to the current releases format

See Also:
Constant Field Values

UNLOADED

static final int UNLOADED
all RPT results assets have been released from memory

See Also:
Constant Field Values

AGGREGATION_COMPLETE

static final int AGGREGATION_COMPLETE
Aggregation has completed

See Also:
Constant Field Values

TESTLOG_INITIALIZED

static final int TESTLOG_INITIALIZED
Test log has been initialized and it's URI has been recorded in the stat model.

See Also:
Constant Field Values

STATS_SAVE_START

static final int STATS_SAVE_START
stat model save has started

See Also:
Constant Field Values

STATS_SAVE_END

static final int STATS_SAVE_END
stat model save has ended

See Also:
Constant Field Values

STATUS_MESSAGE_CHANGE

static final int STATUS_MESSAGE_CHANGE
stat model status message has changed

See Also:
Constant Field Values

STATS_PERIODIC_SAVE_START

static final int STATS_PERIODIC_SAVE_START
periodic save started

See Also:
Constant Field Values

STATS_PERIODIC_SAVE_END

static final int STATS_PERIODIC_SAVE_END
periodic save end

See Also:
Constant Field Values

STATS_TRANSFER_STARTED

static final int STATS_TRANSFER_STARTED
stats transfer has at least started

See Also:
Constant Field Values

LOG_TRANSFER_COMPLETE

static final int LOG_TRANSFER_COMPLETE
See Also:
Constant Field Values

RUN_ERROR

static final int RUN_ERROR
See Also:
Constant Field Values

PRE_ERASE

static final int PRE_ERASE
See Also:
Constant Field Values

ERASED

static final int ERASED
See Also:
Constant Field Values

UNLOAD_STARTED

static final int UNLOAD_STARTED
See Also:
Constant Field Values

TIME_RANGE_CONTROLLER_CREATED

static final int TIME_RANGE_CONTROLLER_CREATED
See Also:
Constant Field Values

SMARTLOAD_REFOCUS

static final int SMARTLOAD_REFOCUS
See Also:
Constant Field Values

RANGE_GENERATION_STARTED

static final int RANGE_GENERATION_STARTED
Range generation started

See Also:
Constant Field Values

RTB_DATA_INITIALIZED

static final int RTB_DATA_INITIALIZED
See Also:
Constant Field Values
Method Detail

statusChanged

void statusChanged(int currentStatus)
api called with status changes...

Parameters:
currentStatus -

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.