@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") @ManageableBean(kind="jobs") public class ManageableExecutor extends AutoManageable<ManageableExecutor>
| Constructor and Description |
|---|
ManageableExecutor(String id,
ThreadPoolExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
int |
getLargestPoolSize() |
List<String> |
getManageableProperties() |
int |
getMaximumPoolSize() |
int |
getPoolSize() |
long |
getTaskCount() |
boolean |
isShutdown() |
group, id, resetdoManageableAction, doReloadManageable, getManageableActions, getManageableChildren, getManageableDisplay, kind, reloadManageable, runManageableAction, sourcepublic ManageableExecutor(String id, ThreadPoolExecutor executor)
public List<String> getManageableProperties()
getManageableProperties in interface ManageablegetManageableProperties in class AbstractManageablepublic boolean isShutdown()
public int getCorePoolSize()
public int getMaximumPoolSize()
public int getPoolSize()
public int getActiveCount()
public int getLargestPoolSize()
public long getTaskCount()
public long getCompletedTaskCount()
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.