Weaver 3.1.0a1-D1

com.oldlight.weaver.admin.beans
Class SessionDetailsBean

java.lang.Object
  extended bycom.oldlight.weaver.admin.beans.SessionDetailsBean

public class SessionDetailsBean
extends Object


Field Summary
private  String id
           
private  long lastAccessedTime
           
private  long maxInactiveInterval
           
private  String remoteHost
           
private  String remoteIp
           
private  long start
           
private  String userAgent
           
 
Constructor Summary
SessionDetailsBean(long start, long lastAccessedTime, long maxInactiveInterval, String remoteIp, String remoteHost, String id, String userAgent)
           
 
Method Summary
 String getId()
           
 Date getLastAccessedTime()
           
 long getMaxInactiveInterval()
           
 String getRemoteHost()
           
 String getRemoteIp()
           
 Date getStart()
           
 String getUserAgent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private long start

lastAccessedTime

private long lastAccessedTime

maxInactiveInterval

private long maxInactiveInterval

remoteIp

private String remoteIp

remoteHost

private String remoteHost

id

private String id

userAgent

private String userAgent
Constructor Detail

SessionDetailsBean

public SessionDetailsBean(long start,
                          long lastAccessedTime,
                          long maxInactiveInterval,
                          String remoteIp,
                          String remoteHost,
                          String id,
                          String userAgent)
Method Detail

getStart

public Date getStart()

getLastAccessedTime

public Date getLastAccessedTime()

getMaxInactiveInterval

public long getMaxInactiveInterval()

getRemoteIp

public String getRemoteIp()

getRemoteHost

public String getRemoteHost()

getId

public String getId()

getUserAgent

public String getUserAgent()

Copyright ©Paul Harvey