Package | Description |
---|---|
com.sas.lsaf.execution.session |
Provides the classes and interfaces needed to query and manage SAS sessions.
|
Modifier and Type | Method and Description |
---|---|
SasSession.SessionType |
SasSession.getType()
Gets the type of the SAS session.
|
static SasSession.SessionType |
SasSession.SessionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SasSession.SessionType[] |
SasSession.SessionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SasSession(String typeId,
String id,
Date started,
Date ended,
SasSession.SessionType type,
SasSession.SessionState state,
String userId,
String submissionLabel,
int clientId)
The initializing constructor.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA