Class ConfigurationRuntimePluginLoader
java.lang.Object
com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
- All Implemented Interfaces:
Serializable
Holds configuration for a plugin such as an input/output adapter loader.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the loader class name.Returns loader configuration properties.Returns configuration XML for the plugin.Returns the loader name.void
setClassName
(String className) Sets the loader classname.void
setConfigProperties
(Properties configProperties) Sets the loader configuration.void
setConfigurationXML
(String configurationXML) Sets configuration XML for the plugin.void
setLoaderName
(String loaderName) Sets the loader name.toString()
-
Constructor Details
-
ConfigurationRuntimePluginLoader
public ConfigurationRuntimePluginLoader()Ctor.
-
-
Method Details
-
getClassName
Returns the loader class name.- Returns:
- class name of loader
-
setClassName
Sets the loader classname.- Parameters:
className
- of loader
-
getConfigProperties
Returns loader configuration properties.- Returns:
- config entries
-
setConfigProperties
Sets the loader configuration.- Parameters:
configProperties
- is the configuration of the loader
-
getLoaderName
Returns the loader name.- Returns:
- loader name
-
setLoaderName
Sets the loader name.- Parameters:
loaderName
- is the loader name
-
getConfigurationXML
Returns configuration XML for the plugin.- Returns:
- xml
-
setConfigurationXML
Sets configuration XML for the plugin.- Parameters:
configurationXML
- xml to set
-
toString
-