com.espertech.esper.client
Class ConfigurationPluginLoader

java.lang.Object
  extended by com.espertech.esper.client.ConfigurationPluginLoader
All Implemented Interfaces:
Serializable

public class ConfigurationPluginLoader
extends Object
implements Serializable

Holds configuration for a plugin such as an input/output adapter loader.

See Also:
Serialized Form

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

ConfigurationPluginLoader

public ConfigurationPluginLoader()
Ctor.

Method Detail

getClassName

public String getClassName()
Returns the loader class name.

Returns:
class name of loader

setClassName

public void setClassName(String className)
Sets the loader classname.

Parameters:
className - of loader

getConfigProperties

public Properties getConfigProperties()
Returns loader configuration properties.

Returns:
config entries

setConfigProperties

public void setConfigProperties(Properties configProperties)
Sets the loader configuration.

Parameters:
configProperties - is the configuration of the loader

getLoaderName

public String getLoaderName()
Returns the loader name.

Returns:
loader name

setLoaderName

public void setLoaderName(String loaderName)
Sets the loader name.

Parameters:
loaderName - is the loader name

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com