public interface BrokerServerMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxThreads() |
int |
getMinThreads() |
int |
getPort() |
int |
getThreadPoolBusyThreadCount() |
long |
getThreadPoolCompletedTaskCount() |
int |
getThreadPoolCurrentThreadCount() |
int |
getThreadPoolIdleThreadCount() |
int |
getThreadPoolMaxThreadCount() |
int |
getThreadPoolMinThreadCount() |
int |
getThreadPoolPeakThreadCount() |
long |
getThreadPoolSubmittedTaskCount() |
long |
getThreadPoolWaitingTaskCount()
Troubleshooting requests/responses and why things may be hanging...
|
boolean |
isStarted() |
boolean |
isStopped() |
void |
start() |
void |
stop() |
boolean isStarted()
boolean isStopped()
int getPort()
int getMinThreads()
int getMaxThreads()
long getThreadPoolWaitingTaskCount()
long getThreadPoolSubmittedTaskCount()
long getThreadPoolCompletedTaskCount()
int getThreadPoolIdleThreadCount()
int getThreadPoolBusyThreadCount()
int getThreadPoolCurrentThreadCount()
int getThreadPoolMinThreadCount()
int getThreadPoolMaxThreadCount()
int getThreadPoolPeakThreadCount()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.