public class PluginLoaderInitContext
extends java.lang.Object
Constructor and Description |
---|
PluginLoaderInitContext(java.lang.String name,
java.util.Properties properties,
java.lang.String configXml,
EPServiceProvider epService)
Initialization context for use with the adapter loader.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigXml()
Returns plugin configuration XML, if any.
|
EPServiceProvider |
getEpServiceProvider()
Returns the engine loading the plugin.
|
java.lang.String |
getName()
Returns plugin name.
|
java.util.Properties |
getProperties()
Returns plugin properties.
|
public PluginLoaderInitContext(java.lang.String name, java.util.Properties properties, java.lang.String configXml, EPServiceProvider epService)
name
- is the loader nameproperties
- is a set of properties from the configurationepService
- is the SPI of the engine itself for sending events toconfigXml
- config xmlpublic java.lang.String getName()
public java.util.Properties getProperties()
public java.lang.String getConfigXml()
public EPServiceProvider getEpServiceProvider()