public class DeploymentClassLoaderContext extends Object
DeploymentClassLoaderOption
.Constructor and Description |
---|
DeploymentClassLoaderContext(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader,
com.espertech.esper.common.client.configuration.Configuration configuration)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.common.client.configuration.Configuration |
getConfiguration()
Returns the configuration.
|
com.espertech.esper.common.internal.context.util.ParentClassLoader |
getRuntimeParentClassLoader()
Returns the classloader that is the parent class loader for the runtime.
|
public DeploymentClassLoaderContext(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, com.espertech.esper.common.client.configuration.Configuration configuration)
runtimeParentClassLoader
- runtime parent class loaderconfiguration
- configurationpublic com.espertech.esper.common.internal.context.util.ParentClassLoader getRuntimeParentClassLoader()
public com.espertech.esper.common.client.configuration.Configuration getConfiguration()
Copyright © 2005–2019. All rights reserved.