Uses of Interface
com.atlassian.jira.web.session.currentusers.JiraUserSession

Packages that use JiraUserSession
com.atlassian.jira.web.session.currentusers   
 

Uses of JiraUserSession in com.atlassian.jira.web.session.currentusers
 

Fields in com.atlassian.jira.web.session.currentusers with type parameters of type JiraUserSession
static Comparator<JiraUserSession> JiraUserSessionTracker.BY_LAST_ACCESS_TIME
          A Comparator that sorts by last access time ascending
 

Methods in com.atlassian.jira.web.session.currentusers that return types with arguments of type JiraUserSession
 List<JiraUserSession> JiraUserSessionTracker.getSnapshot()
          This returns a "snapshot" list of sessions that are currently in JIRA, sorted by last access time descending
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.