Uses of Enum Class
com.sas.lsaf.execution.session.Session.SessionState
Packages that use Session.SessionState
Package
Description
Service and class definitions for retrieving resource utilization information.
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.SessionStateModifier and TypeMethodDescriptionResourceUtilizationTransientWorkspaceInfo.getSessionState()Gets the state of the session.Constructors in com.sas.lsaf.content.utilization with parameters of type Session.SessionStateModifierConstructorDescriptionResourceUtilizationTransientWorkspaceInfo(String owner, long size, Session.SessionState sessionState, int sessionClientId, 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.SessionStateModifier and TypeMethodDescriptionSession.getState()Gets the state of the session.SessionQuery.getState()Gets the state of the session to query.static Session.SessionStateReturns the enum constant of this class with the specified name.static Session.SessionState[]Session.SessionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.execution.session with parameters of type Session.SessionStateModifier and TypeMethodDescriptionvoidSessionQuery.setState(Session.SessionState state) Sets the state of the session to query.Constructors in com.sas.lsaf.execution.session with parameters of type Session.SessionStateModifierConstructorDescriptionSession(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.