public interface IThreadCountControllable
Modifier and Type | Method and Description |
---|---|
void |
decreaseThreadCount() |
int |
getCurrentThreadCount() |
int |
getMaxThreadCount() |
void |
increaseThreadCount() |
boolean |
isThreadCountControllable() |
boolean |
isThreadCountReadable() |
boolean isThreadCountReadable()
boolean isThreadCountControllable()
int getCurrentThreadCount()
int getMaxThreadCount()
void increaseThreadCount()
void decreaseThreadCount()
Copyright © 2023 Frank!Framework. All rights reserved.