Weaver 3.1.0a1-D1

com.oldlight.weaver.admin
Class WeaverStatistics.SessionInfo

java.lang.Object
  extended bycom.oldlight.weaver.admin.WeaverStatistics.SessionInfo
Enclosing class:
WeaverStatistics

public static class WeaverStatistics.SessionInfo
extends Object


Field Summary
private  String remoteHost
           
private  String remoteIp
           
private  Object requestDataLock
           
private  HttpSession session
           
private  long start
           
private  String userAgent
           
 
Constructor Summary
private WeaverStatistics.SessionInfo(HttpSession session)
           
 
Method Summary
 String getId()
           
 long getLastAccessedTime()
           
 long getMaxIntervalTime()
           
 String getRemoteHost()
           
 String getRemoteIp()
           
 long getStart()
           
 String getUserAgent()
           
private  void setSessionInfo(HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

private HttpSession session

remoteIp

private String remoteIp

userAgent

private String userAgent

remoteHost

private String remoteHost

start

private long start

requestDataLock

private Object requestDataLock
Constructor Detail

WeaverStatistics.SessionInfo

private WeaverStatistics.SessionInfo(HttpSession session)
Method Detail

setSessionInfo

private void setSessionInfo(HttpServletRequest request)

getStart

public long getStart()

getLastAccessedTime

public long getLastAccessedTime()

getMaxIntervalTime

public long getMaxIntervalTime()

getRemoteIp

public String getRemoteIp()

getRemoteHost

public String getRemoteHost()

getId

public String getId()

getUserAgent

public String getUserAgent()

Copyright ©Paul Harvey