Package | Description |
---|---|
com.sas.lsaf.execution.session |
The classes and interfaces to query and manage execution sessions.
|
Modifier and Type | Method and Description |
---|---|
Session.SessionEngine |
Session.getEngine()
Gets the engine of session.
|
Session.SessionEngine |
SessionQuery.getEngine()
Gets the session engine to query.
|
static Session.SessionEngine |
Session.SessionEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.SessionEngine[] |
Session.SessionEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionQuery.setEngine(Session.SessionEngine engine)
Sets the session engine to query.
|
Constructor and Description |
---|
Session(String typeId,
String id,
Date started,
Date ended,
Session.SessionType type,
Session.SessionState state,
String userId,
String submissionLabel,
int clientId,
Session.SessionEngine engine,
long logErrors,
long logWarnings)
The initializing constructor.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>