Uses of Class
com.sas.lsaf.execution.session.Session.SessionState
-
Packages that use Session.SessionState Package Description com.sas.lsaf.content.utilization Service and class definitions for retrieving resource utilization information.com.sas.lsaf.execution.session The classes and interfaces to query and manage execution sessions. -
-
Uses of Session.SessionState in com.sas.lsaf.content.utilization
Methods in com.sas.lsaf.content.utilization that return Session.SessionState Modifier and Type Method Description Session.SessionState
ResourceUtilizationTransientWorkspaceInfo. getSessionState()
Gets the state of the session.Constructors in com.sas.lsaf.content.utilization with parameters of type Session.SessionState Constructor Description ResourceUtilizationTransientWorkspaceInfo(java.lang.String owner, long size, Session.SessionState sessionState, int sessionClientId, java.lang.String sessionSubmissionName)
It is not intended or recommended that the consumer of this API construct these objects. -
Uses of Session.SessionState in com.sas.lsaf.execution.session
Methods in com.sas.lsaf.execution.session that return Session.SessionState Modifier and Type Method 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(java.lang.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.Methods in com.sas.lsaf.execution.session with parameters of type Session.SessionState Modifier and Type Method Description void
SessionQuery. setState(Session.SessionState state)
Sets the state of the session to query.Constructors in com.sas.lsaf.execution.session with parameters of type Session.SessionState Constructor Description Session(java.lang.String typeId, java.lang.String id, java.util.Date started, java.util.Date ended, Session.SessionType type, Session.SessionState state, java.lang.String userId, java.lang.String submissionLabel, int clientId)
The initializing constructor.Session(java.lang.String typeId, java.lang.String id, java.util.Date started, java.util.Date ended, Session.SessionType type, Session.SessionState state, java.lang.String userId, java.lang.String submissionLabel, int clientId, Session.SessionEngine engine, long logErrors, long logWarnings)
The initializing constructor.
-