public class PluginLoaderInitContext extends Object
Constructor and Description |
---|
PluginLoaderInitContext(String name,
Properties properties,
String configXml,
EPRuntime runtime)
Initialization context for use with the adapter loader.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigXml()
Returns plugin configuration XML, if any.
|
String |
getName()
Returns plugin name.
|
Properties |
getProperties()
Returns plugin properties.
|
EPRuntime |
getRuntime()
Returns the runtimeloading the plugin.
|
public PluginLoaderInitContext(String name, Properties properties, 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 String getName()
public Properties getProperties()
public String getConfigXml()
public EPRuntime getRuntime()
Copyright © 2005–2018. All rights reserved.