IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.kernel.impl
Class KSubsystem

java.lang.Object
  extended by java.lang.Thread
      extended by com.ibm.rational.test.lt.kernel.engine.impl.KThread
          extended by com.ibm.rational.test.lt.kernel.impl.KSubsystem
All Implemented Interfaces:
IKThread, IKSubsystem, Runnable

public abstract class KSubsystem
extends com.ibm.rational.test.lt.kernel.engine.impl.KThread
implements IKSubsystem


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class com.ibm.rational.test.lt.kernel.engine.impl.KThread
currentJob, lastJob, lastRingIn, numActiveActions, pingTime, working
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Fields inherited from interface com.ibm.rational.test.lt.kernel.engine.IKThread
ERROR, OK, status, SWAMPED, UNKNOWN, WIGGED_OUT, WORKING
 
Constructor Summary
KSubsystem(String name)
           
 
Method Summary
 void dispatch(IKAction action)
          Dispatch action for further processing by the engine.
 
Methods inherited from class com.ibm.rational.test.lt.kernel.engine.impl.KThread
getCheckIn, getCurrentJob, getHealth, getLastJob, getNumActiveActions, ringIn, status, updateJob
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.rational.test.lt.kernel.IKSubsystem
enqueue, shutdown
 
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
 

Constructor Detail

KSubsystem

public KSubsystem(String name)
Method Detail

dispatch

public final void dispatch(IKAction action)
Description copied from interface: IKSubsystem
Dispatch action for further processing by the engine.

Specified by:
dispatch in interface IKSubsystem
Parameters:
action - An action that needs to continue execution.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.