Uses of Class
com.sas.lsaf.execution.session.Session
Packages that use Session
Package
Description
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 SessionModifier and TypeMethodDescriptionSessionService.endSession(String id) Ends a session.SessionService.getSession(String id) Gets the session with the identifier.Methods in com.sas.lsaf.execution.session that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionService.getAllSessions()Gets a list of all of the sessions for all of the users.SessionService.getCurrentUserSessions()Gets a list of all of the sessions for the current user.SessionSearchResults.getSessions()The sessions found that match the query.SessionService.getSessionsByUser(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 SessionModifierConstructorDescriptionSessionSearchResults(Set<Session> sessions, boolean limitReached) It is not intended or recommended that the consumer of this API construct these objects.