public class ConfigurationPlugInEventType extends Object implements Serializable
Constructor and Description |
---|
ConfigurationPlugInEventType() |
Modifier and Type | Method and Description |
---|---|
URI[] |
getEventRepresentationResolutionURIs()
Returns the URIs to use to resolve the new event type against the plug-in event representations
registered.
|
Serializable |
getInitializer()
Returns optional initialization information that the plug-in event representation
may use to set up the event type.
|
void |
setEventRepresentationResolutionURIs(URI[] eventRepresentationResolutionURIs)
Sets the URIs to use to resolve the new event type against the plug-in event representations
registered.
|
void |
setInitializer(Serializable initializer)
Sets the optional initialization information that the plug-in event representation
may use to set up the event type.
|
public void setEventRepresentationResolutionURIs(URI[] eventRepresentationResolutionURIs)
eventRepresentationResolutionURIs
- URIs to use for resolutionpublic void setInitializer(Serializable initializer)
initializer
- is an object carrying configuration info, or a String XML if coming
from an XML filepublic URI[] getEventRepresentationResolutionURIs()
public Serializable getInitializer()