Package | Description |
---|---|
com.sas.hls.sassession |
Service and class definitions for querying SAS sessions.
|
Modifier and Type | Method and Description |
---|---|
SasSession |
SasSessionService.endSession(String identifier)
End a SAS session for the specified SAS session.
|
SasSession |
SasSessionService.getSession(String identifier)
Get the SAS session with the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
List<SasSession> |
SasSessionService.getAllSessions()
Get a list of all SAS sessions for all users in the system.
|
List<SasSession> |
SasSessionService.getSessionsByUser(String userId)
Get a list of SAS sessions for the user with the userId specified.
|
List<SasSession> |
SasSessionService.getSessionsForCurrentUser()
Get a list of SAS sessions for the current user.
|
Modifier and Type | Method and Description |
---|---|
void |
SasSessionService.deleteSessions(List<SasSession> sessions,
boolean forceCleanup)
Delete the specified SAS sessions with the option to forceCleanup which will force kill the remote SAS processes, if necessary, and cleanup
the transient workspaces, if they exist.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA