| java.lang.Object de.schlund.pfixxml.serverutil.SessionInfoStruct
SessionInfoStruct | public class SessionInfoStruct (Code) | | |
Inner Class :public class TrailElement | |
SessionInfoStruct | public SessionInfoStruct(HttpSession session, LinkedList<TrailElement> traillog, String serverName, String remoteAddr)(Code) | | Create a SessionInfoStruct with the given session, traillog and conutil.
Parameters: session - Parameters: trailog - a trailog from another session used as the inital value for the trailog of this SessionInfoStruct.May be null. Parameters: conutil - |
getMaxTrailElem | public int getMaxTrailElem()(Code) | | |
getNumberOfHits | public long getNumberOfHits()(Code) | | Get the number of times the session has been accessed (access to subframes isn't counted)
value of numberofhits |
getSessionIdURI | public String getSessionIdURI()(Code) | | Get the value of URI part with sessid.
value of URI part with sessid. |
setMaxTrailElem | public void setMaxTrailElem(int max)(Code) | | |
|
|