Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.hls.sassession |
Service and class definitions for querying SAS sessions.
|
Modifier and Type | Method and Description |
---|---|
JobSubmission |
JobExecutionService.getJobSubmissionForSasSession(String identifier)
Get the
JobSubmission containing job information and job execution status for job that created the specified SAS session. |
Modifier and Type | Method and Description |
---|---|
void |
SasSessionService.deleteSession(String identifier,
boolean forceCleanup)
Delete a single SAS session with the option to forceCleanup which will force kill the remote SAS process, if necessary, and cleanup
the transient workspace, if it exists.
|
SasSession |
SasSessionService.endSession(String identifier)
End a SAS session for the specified SAS session.
|
String |
SasSessionService.getListingContents(String identifier)
Get the listing contents for the specified SAS session if the size of the file does not exceed 5 megabytes (5242880 bytes).
|
long |
SasSessionService.getListingSize(String identifier)
Get the size of the listing file for the specified SAS session in bytes.
|
String |
SasSessionService.getLogContents(String identifier)
Get the log contents for the specified SAS session if the size of the file does not exceed 5 megabytes (5242880 bytes).
|
long |
SasSessionService.getLogSize(String identifier)
Get the size of the log file for the specified SAS session in bytes.
|
SasSession |
SasSessionService.getSession(String identifier)
Get the SAS session with the specified identifier.
|
WorkspaceResource |
SasSessionService.saveListingToCurrentUserWorkspace(String identifier,
String lstPath)
Save the listing file for the specified SAS session to the current user's workspace in the specified location.
|
WorkspaceResource |
SasSessionService.saveLogToCurrentUserWorkspace(String identifier,
String logPath)
Save the log file for the specified SAS session to the current user's workspace in the specified location.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA