Uses of Class
com.sas.lsaf.execution.session.Session.SessionType
-
Packages that use Session.SessionType Package Description com.sas.lsaf.execution.session 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.SessionType Modifier and Type Method Description Session.SessionType
Session. getType()
Gets the type of the session.Session.SessionType
SessionQuery. getType()
Gets the type of session to query.static Session.SessionType
Session.SessionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Session.SessionType[]
Session.SessionType. 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.SessionType Modifier and Type Method Description void
SessionQuery. setType(Session.SessionType type)
Sets the type of session to query.Constructors in com.sas.lsaf.execution.session with parameters of type Session.SessionType 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.
-