Package | Description |
---|---|
com.ibm.rational.test.lt.kernel.engine | |
com.ibm.rational.test.lt.kernel.logging |
Modifier and Type | Interface and Description |
---|---|
interface |
IActionQueue |
Modifier and Type | Method and Description |
---|---|
IQueue |
IWorker.getQueue() |
IQueue |
IQueueFactory.getQueue() |
IQueue |
IDispatcher.getQueue() |
IQueue[] |
IQueueFactory.getQueueList() |
IQueue[] |
IDispatcher.getQueues()
Get a list of the queues about which this dispatcher knows.
|
Modifier and Type | Method and Description |
---|---|
void |
IDispatcher.add(IQueue queue)
Add a queue to this dispatcher.
|
void |
IDispatcher.dispatch(IKAction action,
IQueue queue)
Dispatch an action to a particular queue.
|
void |
IDispatcher.remove(IQueue queue)
Remove a queue from a dispatcher.
|
void |
IWorker.setQueue(IQueue queue) |
void |
IDispatcher.setQueue(IQueue queue) |
Modifier and Type | Method and Description |
---|---|
IQueue |
ILogger.getQueue() |
IQueue |
IHistory.getQueue() |
© Copyright IBM Corp. 2013. All rights reserved.