Class ConfigurationCompilerPlugInVirtualDataWindow

java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
All Implemented Interfaces:
Serializable

public class ConfigurationCompilerPlugInVirtualDataWindow extends Object implements Serializable
Configuration information for plugging in a custom view.
See Also:
  • Constructor Details

    • ConfigurationCompilerPlugInVirtualDataWindow

      public ConfigurationCompilerPlugInVirtualDataWindow()
      Ctor.
  • Method Details

    • getNamespace

      public String getNamespace()
      Returns the namespace
      Returns:
      namespace
    • getName

      public String getName()
      Returns the view name.
      Returns:
      view name
    • getForgeClassName

      public String getForgeClassName()
      Returns the view factory class name.
      Returns:
      factory class name
    • setNamespace

      public void setNamespace(String namespace)
      Sets the view namespace.
      Parameters:
      namespace - to set
    • setName

      public void setName(String name)
      Sets the view name.
      Parameters:
      name - to set
    • setForgeClassName

      public void setForgeClassName(String forgeClassName)
      Sets the view factory class name.
      Parameters:
      forgeClassName - is the class name of the view factory
    • getConfig

      public Serializable getConfig()
      Returns any additional configuration passed to the factory as part of the context.
      Returns:
      optional additional configuration
    • setConfig

      public void setConfig(Serializable config)
      Sets any additional configuration passed to the factory as part of the context.
      Parameters:
      config - optional additional configuration