com.espertech.esper.client
Class ConfigurationPlugInEventRepresentation

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

public class ConfigurationPlugInEventRepresentation
extends java.lang.Object
implements java.io.Serializable

Configuration object for plug-in event representations.

See Also:
Serialized Form

Constructor Summary
ConfigurationPlugInEventRepresentation()
           
 
Method Summary
 java.lang.String getEventRepresentationClassName()
          Returns the class name of the class providing the pluggable event representation.
 java.io.Serializable getInitializer()
          Returns the optional initialization or configuration information for the plug-in event representation.
 void setEventRepresentationClassName(java.lang.String factoryClassName)
          Sets the class name of the class providing the pluggable event representation.
 void setInitializer(java.io.Serializable initializer)
          Sets the optional initialization or configuration information for the plug-in event representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPlugInEventRepresentation

public ConfigurationPlugInEventRepresentation()
Method Detail

getEventRepresentationClassName

public java.lang.String getEventRepresentationClassName()
Returns the class name of the class providing the pluggable event representation.

Returns:
class name of class implementing PlugInEventRepresentation

setEventRepresentationClassName

public void setEventRepresentationClassName(java.lang.String factoryClassName)
Sets the class name of the class providing the pluggable event representation.

Parameters:
factoryClassName - class name of class implementing PlugInEventRepresentation

getInitializer

public java.io.Serializable getInitializer()
Returns the optional initialization or configuration information for the plug-in event representation.

Returns:
any configuration object specific to the event representation, or a XML string if supplied via configuration XML file, or null if none supplied

setInitializer

public void setInitializer(java.io.Serializable initializer)
Sets the optional initialization or configuration information for the plug-in event representation.

Parameters:
initializer - any configuration object specific to the event representation, or a XML string if supplied via configuration XML file, or null if none to supply

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com