org.camunda.bpm.container.impl.jmx.services
Interface JmxManagedThreadPoolMBean

All Known Implementing Classes:
JmxManagedThreadPool

public interface JmxManagedThreadPoolMBean

MBean responsible for controlling a Thread Pool. The thread pool is used by the JobExecutor component.

Author:
Daniel Meyer

Method Summary
 int getActiveCount()
           
 long getCompletedTaskCount()
           
 int getLargestPoolSize()
           
 int getMaximumPoolSize()
           
 int getPoolSize()
           
 int getQueueCount()
           
 long getTaskCount()
           
 void purgeThreadPool()
           
 void setCorePoolSize(int corePoolSize)
           
 void setMaximumPoolSize(int maximumPoolSize)
           
 

Method Detail

getQueueCount

int getQueueCount()

getCompletedTaskCount

long getCompletedTaskCount()

getTaskCount

long getTaskCount()

getLargestPoolSize

int getLargestPoolSize()

getActiveCount

int getActiveCount()

getPoolSize

int getPoolSize()

purgeThreadPool

void purgeThreadPool()

getMaximumPoolSize

int getMaximumPoolSize()

setMaximumPoolSize

void setMaximumPoolSize(int maximumPoolSize)

setCorePoolSize

void setCorePoolSize(int corePoolSize)


Copyright © 2014 camunda services GmbH. All Rights Reserved.