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