public class PullingListenerContainer<M> extends Object implements IThreadCountControllable
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
void |
decreaseThreadCount() |
int |
getCurrentThreadCount() |
int |
getMaxThreadCount() |
void |
increaseThreadCount() |
boolean |
isIdle() |
boolean |
isThreadCountControllable() |
boolean |
isThreadCountReadable() |
void |
setIdle(boolean b) |
void |
start() |
void |
stop() |
public void configure()
public void start()
public void stop()
public boolean isThreadCountReadable()
isThreadCountReadable
in interface IThreadCountControllable
public boolean isThreadCountControllable()
isThreadCountControllable
in interface IThreadCountControllable
public int getCurrentThreadCount()
getCurrentThreadCount
in interface IThreadCountControllable
public int getMaxThreadCount()
getMaxThreadCount
in interface IThreadCountControllable
public void increaseThreadCount()
increaseThreadCount
in interface IThreadCountControllable
public void decreaseThreadCount()
decreaseThreadCount
in interface IThreadCountControllable
public void setIdle(boolean b)
public boolean isIdle()
Copyright © 2023 Frank!Framework. All rights reserved.