public interface ThreadPoolExecutorMBean extends ThreadExecutorMBean
Modifier and Type | Method and Description |
---|---|
long |
getKeepAliveTime() |
int |
getMaxThreads() |
void |
setKeepAliveTime(long milliseconds) |
void |
setMaxThreads(int newSize) |
getCurrentThreadCount, getLargestThreadCount, getQueueSize, getRejectedCount
Copyright © 2024 JBoss by Red Hat. All rights reserved.