Uses of Class
com.sas.lsaf.execution.session.Session.SessionEngine
-
Packages that use Session.SessionEngine Package Description com.sas.lsaf.execution.session 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.SessionEngine Modifier and Type Method Description Session.SessionEngine
Session. getEngine()
Gets the engine of session.Session.SessionEngine
SessionQuery. getEngine()
Gets the session engine to query.static Session.SessionEngine
Session.SessionEngine. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Session.SessionEngine[]
Session.SessionEngine. 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.SessionEngine Modifier and Type Method Description void
SessionQuery. setEngine(Session.SessionEngine engine)
Sets the session engine to query.Constructors in com.sas.lsaf.execution.session with parameters of type Session.SessionEngine 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, Session.SessionEngine engine, long logErrors, long logWarnings)
The initializing constructor.
-