public class ConfigurationPlugInEventRepresentation
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ConfigurationPlugInEventRepresentation() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ConfigurationPlugInEventRepresentation()
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