JBoss Threads 2.0.0.GA

org.jboss.threads.management
Interface BoundedThreadPoolExecutorMBean

All Superinterfaces:
ThreadExecutorMBean, ThreadPoolExecutorMBean
All Known Subinterfaces:
BoundedQueueThreadPoolExecutorMBean
All Known Implementing Classes:
JBossThreadPoolExecutor, QueueExecutor, QueuelessExecutor

public interface BoundedThreadPoolExecutorMBean
extends ThreadPoolExecutorMBean


Method Summary
 boolean isBlocking()
           
 void setBlocking(boolean blocking)
           
 
Methods inherited from interface org.jboss.threads.management.ThreadPoolExecutorMBean
getKeepAliveTime, getMaxThreads, setKeepAliveTime, setMaxThreads
 
Methods inherited from interface org.jboss.threads.management.ThreadExecutorMBean
getCurrentThreadCount, getLargestThreadCount, getRejectedCount
 

Method Detail

isBlocking

boolean isBlocking()

setBlocking

void setBlocking(boolean blocking)

JBoss Threads 2.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.