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 Detail

      • FACADE_ACTIVE

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

        static final int FACADE_INACTIVE
        facade and underlying TRCMonitor attached to an inactive RPT run.
      • 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
      • UPDATE_STARTING

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

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

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

        static final int AGGREGATION_COMPLETE
        Aggregation has completed
      • TESTLOG_INITIALIZED

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

        static final int STATS_SAVE_START
        stat model save has started
      • STATS_SAVE_END

        static final int STATS_SAVE_END
        stat model save has ended
      • STATUS_MESSAGE_CHANGE

        static final int STATUS_MESSAGE_CHANGE
        stat model status message has changed
      • STATS_PERIODIC_SAVE_START

        static final int STATS_PERIODIC_SAVE_START
        periodic save started
      • STATS_PERIODIC_SAVE_END

        static final int STATS_PERIODIC_SAVE_END
        periodic save end
      • STATS_TRANSFER_STARTED

        static final int STATS_TRANSFER_STARTED
        stats transfer has at least started
      • LOG_TRANSFER_COMPLETE

        static final int LOG_TRANSFER_COMPLETE
      • RUN_ERROR

        static final int RUN_ERROR
      • PRE_ERASE

        static final int PRE_ERASE
      • ERASED

        static final int ERASED
      • UNLOAD_STARTED

        static final int UNLOAD_STARTED
      • TIME_RANGE_CONTROLLER_CREATED

        static final int TIME_RANGE_CONTROLLER_CREATED
      • SMARTLOAD_REFOCUS

        static final int SMARTLOAD_REFOCUS
      • RANGE_GENERATION_STARTED

        static final int RANGE_GENERATION_STARTED
        Range generation started
      • RTB_DATA_INITIALIZED

        static final int RTB_DATA_INITIALIZED
    • Method Detail

      • statusChanged

        void statusChanged(int currentStatus)
        api called with status changes...
        Parameters:
        currentStatus -
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.