Package | Description |
---|---|
com.sas.lsaf.execution.session |
The classes and interfaces to query and manage execution sessions.
|
Modifier and Type | Method and Description |
---|---|
Session.SessionType |
Session.getType()
Gets the type of the session.
|
Session.SessionType |
SessionQuery.getType()
Gets the type of session to query.
|
static Session.SessionType |
Session.SessionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.SessionType[] |
Session.SessionType.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.setType(Session.SessionType type)
Sets the type of session 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)
The initializing constructor.
|
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) 2022, SAS Institute Inc., Cary, NC, USA</i>