Interface SessionStatsMXBean
- 
 public interface SessionStatsMXBeanManagement interface for the MBean "WebSphere:type=SessionStats". The Liberty profile makes this MBean available in its platform MBean server when the monitor-1.0 feature is enabled to allow monitoring of the Session.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetActiveCount()The number of concurrently active sessions.longgetCreateCount()The number of sessions that were createdlonggetInvalidatedCount()The number of sessions that were invalidatedlonggetInvalidatedCountbyTimeout()The number of sessions that were invalidated caused by timeoutlonggetLiveCount()The number of local sessions that are currently cached in memory from the time at which this metric is enabled
 
- 
- 
- 
Method Detail- 
getActiveCountlong getActiveCount() The number of concurrently active sessions. A session is active if the WebSphere Application Server is currently processing a request that uses that session.
 - 
getLiveCountlong getLiveCount() The number of local sessions that are currently cached in memory from the time at which this metric is enabled
 - 
getCreateCountlong getCreateCount() The number of sessions that were created
 - 
getInvalidatedCountbyTimeoutlong getInvalidatedCountbyTimeout() The number of sessions that were invalidated caused by timeout
 - 
getInvalidatedCountlong getInvalidatedCount() The number of sessions that were invalidated
 
- 
 
-