Package | Description |
---|---|
com.sas.hls.sassession |
Service and class definitions for querying SAS sessions.
|
Modifier and Type | Method and Description |
---|---|
SasSession.SessionType |
SasSession.getType()
Get 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 identifier,
Date started,
Date ended,
SasSession.SessionType type,
SasSession.SessionState state,
String userId,
String submissionLabel,
int clientId)
Initializing constructor.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA