Package | Description |
---|---|
com.sas.hls.sassession |
Service and class definitions for querying SAS sessions.
|
com.sas.hls.sassession.exception |
Exceptions that can be thrown while using the sasSessionService.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionNotFoundException
Thrown if the specified session can not be found.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA