Package com.illumon.iris.controller
Class SessionType
java.lang.Object
com.illumon.iris.controller.SessionType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PythonVersion
public class SessionType extends Object implements Serializable
A basic holder class for the different types of sessions available for running queries.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SessionType(String sessionName, String parentType)SessionType(String sessionName, String parentType, String sessionProvider) -
Method Summary
Modifier and Type Method Description StringgetJvmArguments()StringgetParentType()Class<? extends ScriptSession>getSessionClass()StringgetSessionName()static List<SessionType>getSessionsFromProp()static SessionTypesessionTypeFromName(String sessionName)StringtoString()