|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationPluginLoader
public class ConfigurationPluginLoader
Holds configuration for a plugin such as an input/output adapter loader.
Constructor Summary | |
---|---|
ConfigurationPluginLoader()
Ctor. |
Method Summary | |
---|---|
String |
getClassName()
Returns the loader class name. |
Properties |
getConfigProperties()
Returns loader configuration properties. |
String |
getLoaderName()
Returns the loader name. |
void |
setClassName(String className)
Sets the loader classname. |
void |
setConfigProperties(Properties configProperties)
Sets the loader configuration. |
void |
setLoaderName(String loaderName)
Sets the loader name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationPluginLoader()
Method Detail |
---|
public String getClassName()
public void setClassName(String className)
className
- of loaderpublic Properties getConfigProperties()
public void setConfigProperties(Properties configProperties)
configProperties
- is the configuration of the loaderpublic String getLoaderName()
public void setLoaderName(String loaderName)
loaderName
- is the loader name
|
© 2007 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 |