|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.ibm.rational.test.lt.kernel.engine.impl.KThread
com.ibm.rational.test.lt.kernel.impl.KSubsystem
public abstract class KSubsystem
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 |
---|
public KSubsystem(String name)
Method Detail |
---|
public final void dispatch(IKAction action)
IKSubsystem
dispatch
in interface IKSubsystem
action
- An action that needs to continue execution.
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |