JBoss Threads 2.0.0.GA-redhat-2

org.jboss.threads.management
Interface ThreadExecutorMBean

All Known Subinterfaces:
BoundedQueueThreadPoolExecutorMBean, BoundedThreadPoolExecutorMBean, ThreadPoolExecutorMBean
All Known Implementing Classes:
JBossScheduledThreadPoolExecutor, JBossThreadPoolExecutor, QueueExecutor, QueuelessExecutor

public interface ThreadExecutorMBean


Method Summary
 int getCurrentThreadCount()
           
 int getLargestThreadCount()
           
 int getRejectedCount()
           
 

Method Detail

getRejectedCount

int getRejectedCount()

getCurrentThreadCount

int getCurrentThreadCount()

getLargestThreadCount

int getLargestThreadCount()

JBoss Threads 2.0.0.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.