NIOTcpListenerMBean, TcpListenerMBeanAbstractClientListener, AbstractTcpClientListener, NIOTcpListener, TcpListenerpublic interface ClientListener
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAcceptedTotal() |
Get the total number of clients accepted by this listener
since startup or statistics reset
|
int |
getActiveClients() |
Get the current number of active clients for this listener
|
int |
getCapacity() |
Get the listener max capacity
|
int |
getDroppedTotal() |
Get the total number of clients dropped by this listener
since startup or statistics reset
|
java.lang.String |
getEngineName() |
Get the associated local engine name
|
int |
getMaxActiveClients() |
Get the peak number of active clients for this listener
since startup or statistics reset
|
java.lang.String |
getName() |
Get the listener name
|
boolean |
isStarted() |
Test if the listener is started
|
void |
resetStats() |
Reset this listener's statistics
|
void |
start() |
Start the listener
|
void |
stop() |
Stop the listener
|
java.lang.String getName()
java.lang.String getEngineName()
void start()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid stop()
boolean isStarted()
int getActiveClients()
int getAcceptedTotal()
int getDroppedTotal()
int getMaxActiveClients()
int getCapacity()
void resetStats()
Copyright © 2021. All rights reserved.