com.ibm.rational.test.lt.kernel.engine

Interface IKThread

  • All Known Subinterfaces:
    IKSubsystem, IWorker
    All Known Implementing Classes:
    KSubsystem, com.ibm.rational.test.lt.kernel.engine.impl.KThread


    public interface IKThread
    • Field Detail

      • OK

        static final short OK
      • UNKNOWN

        static final short UNKNOWN
      • WORKING

        static final short WORKING
      • SWAMPED

        static final short SWAMPED
      • WIGGED_OUT

        static final short WIGGED_OUT
      • ERROR

        static final short ERROR
      • status

        static final String[] status
    • Method Detail

      • getHealth

        String getHealth()
        Thread health.
        Returns:
        Any string thread wishes to inform engine of health.
      • status

        String status()
        Thread status.
        Returns:
        The static string status.
      • ringIn

        void ringIn()
        A ping a thread should call to indicate it is still alive.
      • getLastJob

        String getLastJob()
        Thread's last task.
        Returns:
        The last job performed by the thread.
      • getCurrentJob

        String getCurrentJob()
        Thread's current task.
        Returns:
        The current job being performaned by the thread.
      • getNumActiveActions

        int getNumActiveActions()
        Number of actions managed by the thread.
        Returns:
        The number of actions or items managed by the thread.
      • updateJob

        void updateJob(String job)
        Update current job.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.