public interface ExecutorServiceExporterMXBean
Modifier and Type | Method and Description |
---|---|
Integer |
getActiveCount() |
Long |
getCompletedTaskCount() |
Integer |
getCorePoolSize() |
Integer |
getLargestPoolSize() |
Integer |
getMaximumPoolSize() |
Integer |
getPoolSize() |
Integer |
getQueueSize() |
String |
getStatusString() |
Long |
getTaskCount() |
String getStatusString()
Long getTaskCount()
Integer getPoolSize()
Integer getMaximumPoolSize()
Integer getLargestPoolSize()
Integer getCorePoolSize()
Long getCompletedTaskCount()
Integer getActiveCount()
Integer getQueueSize()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.