public interface ClientProcessorMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getClientID()
Get the client ID
|
Date |
getConnectionDate()
Get the client last activity timestamp
|
int |
getConsumersCount()
Get the number of consumers in use for this client
|
String |
getEntitiesDescription()
Get a description of entities held by this client
|
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
|
String getClientID()
String getPeerDescription()
boolean isAuthenticated()
Date getConnectionDate()
int getSessionsCount()
int getConsumersCount()
int getProducersCount()
String getEntitiesDescription()
Copyright © 2016. All rights reserved.