JBoss Threads 2.0.0.GA

org.jboss.threads.management
Interface BoundedQueueThreadPoolExecutorMBean

All Superinterfaces:
BoundedThreadPoolExecutorMBean, ThreadExecutorMBean, ThreadPoolExecutorMBean
All Known Implementing Classes:
JBossThreadPoolExecutor, QueueExecutor

public interface BoundedQueueThreadPoolExecutorMBean
extends BoundedThreadPoolExecutorMBean


Method Summary
 int getCoreThreads()
           
 boolean isAllowCoreThreadTimeout()
           
 void setAllowCoreThreadTimeout(boolean allow)
           
 void setCoreThreads(int newSize)
           
 
Methods inherited from interface org.jboss.threads.management.BoundedThreadPoolExecutorMBean
isBlocking, setBlocking
 
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

isAllowCoreThreadTimeout

boolean isAllowCoreThreadTimeout()

setAllowCoreThreadTimeout

void setAllowCoreThreadTimeout(boolean allow)

getCoreThreads

int getCoreThreads()

setCoreThreads

void setCoreThreads(int newSize)

JBoss Threads 2.0.0.GA

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