public class PluginLoaderInitContext extends Object
Constructor and Description |
---|
PluginLoaderInitContext(String name,
Properties properties,
String configXml,
EPServiceProvider epService)
Initialization context for use with the adapter loader.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigXml()
Returns plugin configuration XML, if any.
|
EPServiceProvider |
getEpServiceProvider()
Returns the engine loading the plugin.
|
String |
getName()
Returns plugin name.
|
Properties |
getProperties()
Returns plugin properties.
|
public PluginLoaderInitContext(String name, Properties properties, 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 String getName()
public Properties getProperties()
public String getConfigXml()
public EPServiceProvider getEpServiceProvider()