Interface SessionMXBean
- All Superinterfaces:
BaseMXBean,MessageStatisticsMXBean,Serializable
An MXBean representing a currently open session.
- Author:
- Petr Janouch
-
Method Summary
Methods inherited from interface org.glassfish.tyrus.ext.monitoring.jmx.BaseMXBean
getBinaryMessageStatisticsMXBean, getControlMessageStatisticsMXBean, getErrorCounts, getTextMessageStatisticsMXBeanMethods inherited from interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
getAverageReceivedMessageSize, getAverageSentMessageSize, getMaximalReceivedMessageSize, getMaximalSentMessageSize, getMinimalReceivedMessageSize, getMinimalSentMessageSize, getReceivedMessagesCount, getReceivedMessagesCountPerSecond, getSentMessagesCount, getSentMessagesCountPerSecond
-
Method Details
-
getSessionId
String getSessionId()Get the ID of the session.- Returns:
- the ID of the session.
-