net.esper.client
Class ConfigurationAdapterLoader

java.lang.Object
  extended by net.esper.client.ConfigurationAdapterLoader

public class ConfigurationAdapterLoader
extends Object

Holds configuration for an input/output adapter loader.


Constructor Summary
ConfigurationAdapterLoader()
          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

ConfigurationAdapterLoader

public ConfigurationAdapterLoader()
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