IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.kernel
Interface IKSubsystem

All Superinterfaces:
IKThread, Runnable
All Known Implementing Classes:
KSubsystem

public interface IKSubsystem
extends Runnable, IKThread


Field Summary
 
Fields inherited from interface com.ibm.rational.test.lt.kernel.engine.IKThread
ERROR, OK, status, SWAMPED, UNKNOWN, WIGGED_OUT, WORKING
 
Method Summary
 void dispatch(IKAction action)
          Dispatch action for further processing by the engine.
 void enqueue(IKAction action)
          Enqueue an action for service by the subsystem.
 void shutdown()
          Shutdown the subsystem.
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface com.ibm.rational.test.lt.kernel.engine.IKThread
getCurrentJob, getHealth, getLastJob, getNumActiveActions, ringIn, status, updateJob
 

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. 2012. All rights reserved.