Uses of Class
com.sas.lsaf.execution.session.Session
-
Packages that use Session Package Description com.sas.lsaf.execution.session The classes and interfaces to query and manage execution sessions. -
-
Uses of Session in com.sas.lsaf.execution.session
Methods in com.sas.lsaf.execution.session that return Session Modifier and Type Method Description Session
SessionService. endSession(java.lang.String id)
Ends a session.Session
SessionService. getSession(java.lang.String id)
Gets the session with the identifier.Methods in com.sas.lsaf.execution.session that return types with arguments of type Session Modifier and Type Method Description java.util.Set<Session>
SessionService. getAllSessions()
Gets a list of all of the sessions for all of the users.java.util.Set<Session>
SessionService. getCurrentUserSessions()
Gets a list of all of the sessions for the current user.java.util.Set<Session>
SessionSearchResults. getSessions()
The sessions found that match the query.java.util.Set<Session>
SessionService. getSessionsByUser(java.lang.String userId)
Gets a list of the sessions for the user with the specified userId.Constructor parameters in com.sas.lsaf.execution.session with type arguments of type Session Constructor Description SessionSearchResults(java.util.Set<Session> sessions, boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
-