Class DeploymentClassLoaderContext
java.lang.Object
com.espertech.esper.runtime.client.option.DeploymentClassLoaderContext
Provides the environment to
DeploymentClassLoaderOption
.-
Constructor Summary
ConstructorDescriptionDeploymentClassLoaderContext
(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, Configuration configuration) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration.com.espertech.esper.common.internal.context.util.ParentClassLoader
Returns the classloader that is the parent class loader for the runtime.
-
Constructor Details
-
DeploymentClassLoaderContext
public DeploymentClassLoaderContext(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, Configuration configuration) Ctor.- Parameters:
runtimeParentClassLoader
- runtime parent class loaderconfiguration
- configuration
-
-
Method Details
-
getRuntimeParentClassLoader
public com.espertech.esper.common.internal.context.util.ParentClassLoader getRuntimeParentClassLoader()Returns the classloader that is the parent class loader for the runtime.- Returns:
- parent class loader
-
getConfiguration
Returns the configuration.- Returns:
- configuration
-