|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.plugin.PlugInEventTypeHandlerContext
public class PlugInEventTypeHandlerContext
Context for use in PlugInEventRepresentation
to provide information to help decide
whether an event representation can handle the requested event type.
Constructor Summary | |
---|---|
PlugInEventTypeHandlerContext(URI eventTypeResolutionURI,
Serializable typeInitializer,
String eventTypeAlias)
Ctor. |
Method Summary | |
---|---|
String |
getEventTypeAlias()
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlugInEventTypeHandlerContext(URI eventTypeResolutionURI, Serializable typeInitializer, String eventTypeAlias)
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 suppliedeventTypeAlias
- the name of the eventMethod Detail |
---|
public URI getEventTypeResolutionURI()
public Serializable getTypeInitializer()
public String getEventTypeAlias()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |