com.groiss.org
Interface IUserSession


public interface IUserSession


Method Summary
 int getConcurrent()
           
 java.lang.String getIP()
           
 java.util.Date getLastAccessedDate()
           
 java.util.Date getLoginDate()
           
 java.util.Date getLogoutDate()
           
 java.lang.String getNodeId()
           
 java.lang.String getSessionId()
           
 short getSessiontype()
           
 int getTrace()
           
 com.dec.avw.core.User getUser()
           
 boolean isInteractive()
           
 

Method Detail

getUser

com.dec.avw.core.User getUser()

getIP

java.lang.String getIP()

getLoginDate

java.util.Date getLoginDate()

getLogoutDate

java.util.Date getLogoutDate()

getSessionId

java.lang.String getSessionId()

getConcurrent

int getConcurrent()

getLastAccessedDate

java.util.Date getLastAccessedDate()

getTrace

int getTrace()

getNodeId

java.lang.String getNodeId()

isInteractive

boolean isInteractive()

getSessiontype

short getSessiontype()


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.