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