Uses of Interface
org.teiid.adminapi.QueueWorkerPool

Packages that use QueueWorkerPool
com.metamatrix.admin.objects   
com.metamatrix.dqp.embedded.admin   
org.teiid.adminapi   
 

Uses of QueueWorkerPool in com.metamatrix.admin.objects
 

Classes in com.metamatrix.admin.objects that implement QueueWorkerPool
 class MMQueueWorkerPool
          Dataholder for all the statistics gathered about a worker pool.
 

Methods in com.metamatrix.admin.objects that return QueueWorkerPool
 QueueWorkerPool MMProcess.getQueueWorkerPool()
           
 

Methods in com.metamatrix.admin.objects with parameters of type QueueWorkerPool
 void MMProcess.setQueueWorkerPool(QueueWorkerPool queueWorkerPool)
           
 

Uses of QueueWorkerPool in com.metamatrix.dqp.embedded.admin
 

Methods in com.metamatrix.dqp.embedded.admin that return types with arguments of type QueueWorkerPool
 java.util.Collection<QueueWorkerPool> DQPMonitoringAdminImpl.getQueueWorkerPools(java.lang.String identifier)
           
 

Uses of QueueWorkerPool in org.teiid.adminapi
 

Methods in org.teiid.adminapi that return QueueWorkerPool
 QueueWorkerPool ProcessObject.getQueueWorkerPool()
           
 

Methods in org.teiid.adminapi that return types with arguments of type QueueWorkerPool
 java.util.Collection<QueueWorkerPool> MonitoringAdmin.getQueueWorkerPools(java.lang.String identifier)
          Get the Queue Worker Pools that correspond to the specified identifier pattern.
 



Copyright © 2009. All Rights Reserved.