Class DeploymentClassLoaderContext

java.lang.Object
com.espertech.esper.runtime.client.option.DeploymentClassLoaderContext

public class DeploymentClassLoaderContext extends Object
Provides the environment to DeploymentClassLoaderOption.
  • Constructor Details

    • DeploymentClassLoaderContext

      public DeploymentClassLoaderContext(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, Configuration configuration)
      Ctor.
      Parameters:
      runtimeParentClassLoader - runtime parent class loader
      configuration - 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

      public Configuration getConfiguration()
      Returns the configuration.
      Returns:
      configuration