Class DeploymentClassLoaderContext

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

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

    Constructors
    Constructor
    Description
    DeploymentClassLoaderContext(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, com.espertech.esper.common.client.configuration.Configuration configuration)
    Ctor.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.espertech.esper.common.client.configuration.Configuration
    Returns the configuration.
    com.espertech.esper.common.internal.context.util.ParentClassLoader
    Returns the classloader that is the parent class loader for the runtime.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeploymentClassLoaderContext

      public DeploymentClassLoaderContext(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, com.espertech.esper.common.client.configuration.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 com.espertech.esper.common.client.configuration.Configuration getConfiguration()
      Returns the configuration.
      Returns:
      configuration