Package com.illumon.iris.controller
Class SessionType
java.lang.Object
com.illumon.iris.controller.SessionType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PythonVersion
A basic holder class for the different types of sessions available for running queries.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionType
(String sessionName, String parentType) SessionType
(String sessionName, String parentType, String sessionProvider) -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends ScriptSession>
static List<SessionType>
static SessionType
sessionTypeFromName
(String sessionName) toString()