public interface ClientListener
| Modifier and Type | Method and 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
|
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
|
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
|
String getName()
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 © 2018. All rights reserved.