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

Packages that use WorkerPoolStats
com.metamatrix.common.comm.platform.socket   
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.common.queue   
com.metamatrix.console.ui.views.runtime   
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.comm.platform.socket.server
 

Methods in com.metamatrix.common.comm.platform.socket.server that return WorkerPoolStats
 WorkerPoolStats SocketListener.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.console.ui.views.runtime
 

Methods in com.metamatrix.console.ui.views.runtime that return WorkerPoolStats
 WorkerPoolStats[] QueueStatisticsRefreshRequestHandlerImp.getQueueStatistics(ServiceData sd)
           
 

Methods in com.metamatrix.console.ui.views.runtime with parameters of type WorkerPoolStats
 void QueueStatisticsDisplayHandler.refreshDisplayForService(java.lang.String serviceDisplayName, ServiceData sd, WorkerPoolStats[] queueStatistics)
           
 void QueueStatisticsPanel.repopulate(WorkerPoolStats[] queueStat)
           
 com.metamatrix.console.ui.views.runtime.QueueStatisticsFrame QueueStatisticsDisplayHandler.startDisplayForService(java.lang.String serviceDisplayName, ServiceData sd, WorkerPoolStats[] queueStatistics)
          Create a QueueStatisticsFrame for the specified ProcessData.
 

Constructors in com.metamatrix.console.ui.views.runtime with parameters of type WorkerPoolStats
QueueStatisticsPanel(QueueStatisticsRefreshRequestHandler ctrlr, ServiceData sd, WorkerPoolStats[] queueStat)
           
 

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.