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