| |
|
| java.lang.Object clime.messadmin.model.SessionInfo
SessionInfo | public class SessionInfo implements ISessionInfo(Code) | | Stores/computes extra informations related to a session, such as the ones from requests
Takes care of HttpSession-related stats.
author: Cédrik LIME |
isSecure | protected boolean isSecure(Code) | | |
SessionInfo | public SessionInfo()(Code) | | |
getAge | public int getAge()(Code) | | |
getAttributes | public Map getAttributes()(Code) | |
|
getCreationTime | public long getCreationTime()(Code) | | |
getHits | public int getHits()(Code) | | |
getIdleTime | public int getIdleTime()(Code) | | |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | |
getLastRequestDate | public Date getLastRequestDate()(Code) | | |
getLastResponseDate | public Date getLastResponseDate()(Code) | | |
getLastResponseStatus | public int getLastResponseStatus()(Code) | | |
getLastUsedTime | public int getLastUsedTime()(Code) | | |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | |
getMaxUsedTime | public int getMaxUsedTime()(Code) | | |
getMaxUsedTimeDate | public Date getMaxUsedTimeDate()(Code) | | |
getMeanUsedTime | public double getMeanUsedTime()(Code) | | |
getMinUsedTime | public int getMinUsedTime()(Code) | | |
getMinUsedTimeDate | public Date getMinUsedTimeDate()(Code) | | |
getNErrors | public int getNErrors()(Code) | |
|
getRequestLastLength | public long getRequestLastLength()(Code) | | |
getRequestMaxLength | public long getRequestMaxLength()(Code) | | |
getRequestMaxLengthDate | public Date getRequestMaxLengthDate()(Code) | | |
getRequestMeanLength | public double getRequestMeanLength()(Code) | | |
getRequestMinLength | public long getRequestMinLength()(Code) | | |
getRequestMinLengthDate | public Date getRequestMinLengthDate()(Code) | | |
getRequestStdDevLength | public double getRequestStdDevLength()(Code) | | |
getRequestTotalLength | public long getRequestTotalLength()(Code) | | |
getResponseLastLength | public long getResponseLastLength()(Code) | | |
getResponseMaxLength | public long getResponseMaxLength()(Code) | | |
getResponseMaxLengthDate | public Date getResponseMaxLengthDate()(Code) | | |
getResponseMeanLength | public double getResponseMeanLength()(Code) | | |
getResponseMinLength | public long getResponseMinLength()(Code) | | |
getResponseMinLengthDate | public Date getResponseMinLengthDate()(Code) | | |
getResponseStdDevLength | public double getResponseStdDevLength()(Code) | | |
getResponseTotalLength | public long getResponseTotalLength()(Code) | | |
getSessionSpecificData | public List getSessionSpecificData()(Code) | | |
getSize | public long getSize()(Code) | |
|
getStdDevUsedTime | public double getStdDevUsedTime()(Code) | | |
getTTL | public int getTTL()(Code) | | |
getTotalUsedTime | public int getTotalUsedTime()(Code) | | |
invalidate | public void invalidate()(Code) | | |
isNew | public boolean isNew()(Code) | | |
isSecure | public boolean isSecure()(Code) | | |
isSerializable | public boolean isSerializable()(Code) | |
|
removeAttribute | public void removeAttribute(String name)(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | |
setRemoteUser | public void setRemoteUser(String remoteUser)(Code) | | |
|
|
|