Uses of Class
com.metamatrix.common.queue.WorkerPoolStats

Packages that use WorkerPoolStats
com.metamatrix.common.comm.platform.socket   
com.metamatrix.common.queue   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.service.api   
com.metamatrix.platform.service.controller   
com.metamatrix.platform.vm.controller   
com.metamatrix.server.connector.service   
com.metamatrix.server.query.service   
 

Uses of WorkerPoolStats in com.metamatrix.common.comm.platform.socket
 

Methods in com.metamatrix.common.comm.platform.socket that return WorkerPoolStats
protected  WorkerPoolStats SocketVMController.getProcessPoolStats()
           
 

Uses of WorkerPoolStats in com.metamatrix.common.queue
 

Methods in com.metamatrix.common.queue that return WorkerPoolStats
 WorkerPoolStats WorkerPool.getStats()
           
 

Uses of WorkerPoolStats in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that return WorkerPoolStats
 WorkerPoolStats RuntimeStateAdminAPI.getServiceQueueStatistics(ServiceID serviceID, java.lang.String queueName)
          Return QueueStats object for queue.
 

Uses of WorkerPoolStats in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that return WorkerPoolStats
 WorkerPoolStats RuntimeStateAdminAPIImpl.getServiceQueueStatistics(ServiceID serviceID, java.lang.String queueName)
          Return QueueStats object for queue.
 

Uses of WorkerPoolStats in com.metamatrix.platform.service.api
 

Methods in com.metamatrix.platform.service.api that return WorkerPoolStats
 WorkerPoolStats ServiceInterface.getQueueStatistics(java.lang.String name)
          Returns a QueueStats object that represent the queue in this service.
 

Uses of WorkerPoolStats in com.metamatrix.platform.service.controller
 

Methods in com.metamatrix.platform.service.controller that return WorkerPoolStats
 WorkerPoolStats AbstractService.getQueueStatistics(java.lang.String name)
          Returns a QueueStats object that represent the queue in this service.
 

Uses of WorkerPoolStats in com.metamatrix.platform.vm.controller
 

Fields in com.metamatrix.platform.vm.controller declared as WorkerPoolStats
 WorkerPoolStats ProcessStatistics.processPoolStats
           
 

Methods in com.metamatrix.platform.vm.controller that return WorkerPoolStats
protected abstract  WorkerPoolStats ProcessController.getProcessPoolStats()
           
 

Uses of WorkerPoolStats in com.metamatrix.server.connector.service
 

Methods in com.metamatrix.server.connector.service that return WorkerPoolStats
 WorkerPoolStats ConnectorService.getQueueStatistics(java.lang.String name)
          Returns a QueueStats object that represent the queue in this service.
 

Uses of WorkerPoolStats in com.metamatrix.server.query.service
 

Methods in com.metamatrix.server.query.service that return WorkerPoolStats
 WorkerPoolStats QueryService.getQueueStatistics(java.lang.String name)
          Returns a QueueStats object that represent the queue in this service.
 



Copyright © 2009. All Rights Reserved.