Interface SessionMXBean
-
- All Superinterfaces:
BaseMXBean,MessageStatisticsMXBean,java.io.Serializable
public interface SessionMXBean extends BaseMXBean
An MXBean representing a currently open session.- Author:
- Petr Janouch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSessionId()Get the ID of the session.-
Methods inherited from interface org.glassfish.tyrus.ext.monitoring.jmx.BaseMXBean
getBinaryMessageStatisticsMXBean, getControlMessageStatisticsMXBean, getErrorCounts, getTextMessageStatisticsMXBean
-
Methods inherited from interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
getAverageReceivedMessageSize, getAverageSentMessageSize, getMaximalReceivedMessageSize, getMaximalSentMessageSize, getMinimalReceivedMessageSize, getMinimalSentMessageSize, getReceivedMessagesCount, getReceivedMessagesCountPerSecond, getSentMessagesCount, getSentMessagesCountPerSecond
-
-