Uses of Enum Class
com.sas.lsaf.execution.session.Session.SessionType
Packages that use Session.SessionType
Package
Description
The classes and interfaces to query and manage execution sessions.
-
Uses of Session.SessionType in com.sas.lsaf.execution.session
Methods in com.sas.lsaf.execution.session that return Session.SessionTypeModifier and TypeMethodDescriptionSession.getType()Gets the type of the session.SessionQuery.getType()Gets the type of session to query.static Session.SessionTypeReturns the enum constant of this class with the specified name.static Session.SessionType[]Session.SessionType.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.SessionTypeModifier and TypeMethodDescriptionvoidSessionQuery.setType(Session.SessionType type) Sets the type of session to query.Constructors in com.sas.lsaf.execution.session with parameters of type Session.SessionTypeModifierConstructorDescriptionSession(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.