Package | Description |
---|---|
com.sas.lsaf.execution.session |
Provides the classes and interfaces needed to query and manage SAS sessions.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionService.deleteSession(String id)
Deletes a SAS session.
|
void |
SessionService.deleteSession(String id,
boolean forceKill)
Deprecated.
As of Java API 2.3. Use
SessionService.deleteSession(String) . |
SasSession |
SessionService.endSession(String id)
Ends a SAS session.
|
String |
SessionService.getListingContents(String id)
Gets the SAS listing file for the SAS session, if the size of the file does not exceed 5 megabytes (5,242,880
bytes).
|
long |
SessionService.getListingSize(String id)
Gets the size (in bytes) of the listing file for the SAS session.
|
String |
SessionService.getLogContents(String id)
Gets the SAS log file contents for the SAS session, if the size of the file does not exceed 5 megabytes
(5,242,880 bytes).
|
long |
SessionService.getLogSize(String id)
Gets the size (in bytes) of the log file for the SAS session.
|
SasSession |
SessionService.getSession(String id)
Gets the SAS session with the identifier.
|
String |
SessionService.saveListingToCurrentUserWorkspace(String id,
String lstPath)
Saves the SAS listing file for the SAS session to the current user's workspace, in the specified location.
|
String |
SessionService.saveLogToCurrentUserWorkspace(String id,
String logPath)
Saves the SAS log file for the SAS session to the current user's workspace, in the specified location.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA