com.ibm.rational.test.lt.kernel

Interface IKSubsystem

    • Method Detail

      • enqueue

        void enqueue(IKAction action)
        Enqueue an action for service by the subsystem.
        Parameters:
        action - An action wanting subsystem serivces.
      • dispatch

        void dispatch(IKAction action)
        Dispatch action for further processing by the engine.
        Parameters:
        action - An action that needs to continue execution.
      • shutdown

        void shutdown()
        Shutdown the subsystem. Calls to notify() or interrupt() should be made here to stop the subsystem as quickly as possible.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.