|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationPlugInEventRepresentation
public class ConfigurationPlugInEventRepresentation
Configuration object for plug-in event representations.
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 |
---|
public ConfigurationPlugInEventRepresentation()
Method Detail |
---|
public java.lang.String getEventRepresentationClassName()
PlugInEventRepresentation
public void setEventRepresentationClassName(java.lang.String factoryClassName)
factoryClassName
- class name of class implementing PlugInEventRepresentation
public java.io.Serializable getInitializer()
public void setInitializer(java.io.Serializable initializer)
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |