Uses of Class
com.sas.lsaf.execution.session.SessionNotFoundException
Packages that use SessionNotFoundException
Package
Description
The classes and interfaces to query and manage execution sessions.
-
Uses of SessionNotFoundException in com.sas.lsaf.execution.session
Methods in com.sas.lsaf.execution.session that throw SessionNotFoundExceptionModifier and TypeMethodDescriptionvoidSessionService.deleteSession(String id) Deletes a session.SessionService.endSession(String id) Ends a session.SessionService.getLogFileContents(String id) Gets the log file contents for the session, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).SessionService.getLogFileContentsForEngine(String id, EngineType engineType) Gets the log file contents for the specifiedenginethat generated the file, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).longSessionService.getLogFileSize(String id) Gets the size (in bytes) of the log file for the session.longSessionService.getLogFileSizeForEngine(String id, EngineType engineType) Gets the size (in bytes) of the log file for the specifiedenginethat generated the file.SessionService.getResultsFileContents(String id) Gets the results file for the session, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).SessionService.getResultsFileContentsForEngine(String id, EngineType engineType) Gets the results file for the specifiedenginethat generated the file, if the size of the file does not exceed 5 megabytes (5,242,880 bytes).longSessionService.getResultsFileSize(String id) Gets the size (in bytes) of the results file for the session.longSessionService.getResultsFileSizeForEngine(String id, EngineType engineType) Gets the size (in bytes) of the results file for the specifiedenginethat generated the file.SessionService.getSession(String id) Gets the session with the identifier.SessionService.saveLogFileForEngineToCurrentUserWorkspace(String id, EngineType engineType, String logPath) Saves the log file for the specifiedengineto the current user's workspace, in the specified location.SessionService.saveLogFileToCurrentUserWorkspace(String id, String logPath) Saves the log file for the session to the current user's workspace, in the specified location.SessionService.saveResultsFileForEngineToCurrentUserWorkspace(String id, EngineType engineType, String resultsPath) Saves the results file for the specifiedengineto the current user's workspace, in the specified location.SessionService.saveResultsFileToCurrentUserWorkspace(String id, String resultsPath) Saves the results file for the session to the current user's workspace, in the specified location.