IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.kernel.engine.IQueue

Packages that use IQueue
com.ibm.rational.test.lt.kernel.engine   
com.ibm.rational.test.lt.kernel.logging   
 

Uses of IQueue in com.ibm.rational.test.lt.kernel.engine
 

Subinterfaces of IQueue in com.ibm.rational.test.lt.kernel.engine
 interface IActionQueue
           
 

Methods in com.ibm.rational.test.lt.kernel.engine that return IQueue
 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.
 

Methods in com.ibm.rational.test.lt.kernel.engine with parameters of type IQueue
 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)
           
 

Uses of IQueue in com.ibm.rational.test.lt.kernel.logging
 

Methods in com.ibm.rational.test.lt.kernel.logging that return IQueue
 IQueue ILogger.getQueue()
           
 IQueue IHistory.getQueue()
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.