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 String
getJvmArguments()
String
getParentType()
Class<? extends ScriptSession>
getSessionClass()
String
getSessionName()
static List<SessionType>
getSessionsFromProp()
static SessionType
sessionTypeFromName(String sessionName)
String
toString()