public class ConfigurationPlugInEventRepresentation extends Object implements Serializable
Constructor and Description |
---|
ConfigurationPlugInEventRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getEventRepresentationClassName()
Returns the class name of the class providing the pluggable event representation.
|
Serializable |
getInitializer()
Returns the optional initialization or configuration information for the plug-in event representation.
|
void |
setEventRepresentationClassName(String factoryClassName)
Sets the class name of the class providing the pluggable event representation.
|
void |
setInitializer(Serializable initializer)
Sets the optional initialization or configuration information for the plug-in event representation.
|
public ConfigurationPlugInEventRepresentation()
public String getEventRepresentationClassName()
PlugInEventRepresentation
public void setEventRepresentationClassName(String factoryClassName)
factoryClassName
- class name of class implementing PlugInEventRepresentation
public Serializable getInitializer()
public void setInitializer(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