Package org.frankframework.core
Interface IThreadCountControllable
- All Known Implementing Classes:
PullingListenerContainer
,Receiver
public interface IThreadCountControllable
Interface to be implemented by classes of which the number of threads can be controlled at runtime.
Implementing this class results in receivers that have a number of threads that can be controlled from the console.
- Since:
- Author:
- Gerrit van Brakel
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
void
boolean
boolean
-
Method Details
-
isThreadCountReadable
boolean isThreadCountReadable() -
isThreadCountControllable
boolean isThreadCountControllable() -
getCurrentThreadCount
int getCurrentThreadCount() -
getMaxThreadCount
int getMaxThreadCount() -
increaseThreadCount
void increaseThreadCount() -
decreaseThreadCount
void decreaseThreadCount()
-