ClientProcessorpublic interface ClientProcessorMBean
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClientID() |
Get the client ID
|
java.util.Date |
getConnectionDate() |
Get the client last activity timestamp
|
int |
getConsumersCount() |
Get the number of consumers in use for this client
|
java.lang.String |
getEntitiesDescription() |
Get a description of entities held by this client
|
java.lang.String |
getPeerDescription() |
Get the client peer description
|
int |
getProducersCount() |
Get the number of producers in use for this client
|
int |
getSessionsCount() |
Get the number of sessions in use for this client
|
boolean |
isAuthenticated() |
Test if the client is authenticated
|
java.lang.String getClientID()
java.lang.String getPeerDescription()
boolean isAuthenticated()
java.util.Date getConnectionDate()
int getSessionsCount()
int getConsumersCount()
int getProducersCount()
java.lang.String getEntitiesDescription()
Copyright © 2021. All rights reserved.