Package org.wso2.carbon.webapp.mgt
Class WebApplication.Statistics
java.lang.Object
org.wso2.carbon.webapp.mgt.WebApplication.Statistics
- Enclosing class:
WebApplication
Represents statistics corresponding to this webapp
-
Method Summary
Modifier and TypeMethodDescriptionintintlongintintintint
-
Method Details
-
getMaxActiveSessions
public int getMaxActiveSessions() -
getMaxSessionInactivityInterval
public int getMaxSessionInactivityInterval() -
getMaxSessionLifetime
public int getMaxSessionLifetime() -
getAvgSessionLifetime
public int getAvgSessionLifetime() -
getRejectedSessions
public int getRejectedSessions() -
getActiveSessions
public int getActiveSessions() -
getExpiredSessions
public long getExpiredSessions()
-