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