Class ConfigurationCompilerPlugInVirtualDataWindow
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
- All Implemented Interfaces:
Serializable
Configuration information for plugging in a custom view.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns any additional configuration passed to the factory as part of the context.Returns the view factory class name.getName()
Returns the view name.Returns the namespacevoid
setConfig
(Serializable config) Sets any additional configuration passed to the factory as part of the context.void
setForgeClassName
(String forgeClassName) Sets the view factory class name.void
Sets the view name.void
setNamespace
(String namespace) Sets the view namespace.
-
Constructor Details
-
ConfigurationCompilerPlugInVirtualDataWindow
public ConfigurationCompilerPlugInVirtualDataWindow()Ctor.
-
-
Method Details
-
getNamespace
Returns the namespace- Returns:
- namespace
-
getName
Returns the view name.- Returns:
- view name
-
getForgeClassName
Returns the view factory class name.- Returns:
- factory class name
-
setNamespace
Sets the view namespace.- Parameters:
namespace
- to set
-
setName
Sets the view name.- Parameters:
name
- to set
-
setForgeClassName
Sets the view factory class name.- Parameters:
forgeClassName
- is the class name of the view factory
-
getConfig
Returns any additional configuration passed to the factory as part of the context.- Returns:
- optional additional configuration
-
setConfig
Sets any additional configuration passed to the factory as part of the context.- Parameters:
config
- optional additional configuration
-