Class ConfigurationCompilerPlugInView
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
- All Implemented Interfaces:
Serializable
Configuration information for plugging in a custom view.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the view forge class name.getName()
Returns the view name.Returns the namespacevoid
setForgeClassName
(String forgeClassName) Sets the view factory class name.void
Sets the view name.void
setNamespace
(String namespace) Sets the view namespace.
-
Constructor Details
-
ConfigurationCompilerPlugInView
public ConfigurationCompilerPlugInView()Ctor.
-
-
Method Details
-
getNamespace
Returns the namespace- Returns:
- namespace
-
getName
Returns the view name.- Returns:
- view name
-
getForgeClassName
Returns the view forge 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
-