|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.plugin.PluginLoaderInitContext
public class PluginLoaderInitContext
Context for plugin initialization.
Constructor Summary | |
---|---|
PluginLoaderInitContext(java.lang.String name,
java.util.Properties properties,
java.lang.String configXml,
EPServiceProvider epService)
Initialization context for use with the adapter loader. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 xmlMethod Detail |
---|
public java.lang.String getName()
public java.util.Properties getProperties()
public java.lang.String getConfigXml()
public EPServiceProvider getEpServiceProvider()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |