public class PlugInEventTypeHandlerContext extends Object
PlugInEventRepresentation
to provide information to help decide
whether an event representation can handle the requested event type.Constructor and Description |
---|
PlugInEventTypeHandlerContext(URI eventTypeResolutionURI,
Serializable typeInitializer,
String eventTypeName,
int eventTypeId)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getEventTypeId()
Returns the event type id.
|
String |
getEventTypeName()
Returns the name assigned to the event type.
|
URI |
getEventTypeResolutionURI()
Returns the URI specified for resolving the event type, may be a child URI
of the event representation URI and may carry additional parameters
|
Serializable |
getTypeInitializer()
Returns optional configuration for the type, or null if none supplied.
|
public PlugInEventTypeHandlerContext(URI eventTypeResolutionURI, Serializable typeInitializer, String eventTypeName, int eventTypeId)
eventTypeResolutionURI
- the URI specified for resolving the event type, may be a child URI
of the event representation URI and may carry additional parameterstypeInitializer
- optional configuration for the type, or null if none suppliedeventTypeName
- the name of the eventeventTypeId
- event type idpublic int getEventTypeId()
public URI getEventTypeResolutionURI()
public Serializable getTypeInitializer()
public String getEventTypeName()