public class WebappStatistics extends Object
Constructor and Description |
---|
WebappStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
getActiveSessions() |
int |
getAvgSessionLifetime() |
long |
getExpiredSessions() |
int |
getMaxActiveSessions() |
int |
getMaxSessionInactivityInterval() |
int |
getMaxSessionLifetime() |
int |
getRejectedSessions() |
void |
setActiveSessions(int activeSessions) |
void |
setAvgSessionLifetime(int avgSessionLifetime) |
void |
setExpiredSessions(long expiredSessions) |
void |
setMaxActiveSessions(int maxActive) |
void |
setMaxSessionInactivityInterval(int maxInactiveInterval) |
void |
setMaxSessionLifetime(int maxSessionLifetime) |
void |
setRejectedSessions(int rejectedSessions) |
public int getMaxActiveSessions()
public void setMaxActiveSessions(int maxActive)
public int getMaxSessionInactivityInterval()
public void setMaxSessionInactivityInterval(int maxInactiveInterval)
public int getMaxSessionLifetime()
public void setMaxSessionLifetime(int maxSessionLifetime)
public int getAvgSessionLifetime()
public void setAvgSessionLifetime(int avgSessionLifetime)
public int getRejectedSessions()
public void setRejectedSessions(int rejectedSessions)
public int getActiveSessions()
public void setActiveSessions(int activeSessions)
public long getExpiredSessions()
public void setExpiredSessions(long expiredSessions)
Copyright © 2021 WSO2. All rights reserved.