com.groiss.org
Interface IUserSession


public interface IUserSession


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

Method Detail

getUser

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

getIP

String getIP()

getLoginDate

Date getLoginDate()

getLogoutDate

Date getLogoutDate()

getSessionId

String getSessionId()

getConcurrent

int getConcurrent()

getLastAccessedDate

Date getLastAccessedDate()

getTrace

int getTrace()

getNodeId

String getNodeId()

isInteractive

boolean isInteractive()

getSessiontype

short getSessiontype()


@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.