|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.plugin.PlugInEventRepresentationContext
public class PlugInEventRepresentationContext
Context for use in PlugInEventRepresentation
to initialize an implementation.
Constructor Summary | |
---|---|
PlugInEventRepresentationContext(EventAdapterService eventAdapterService,
java.net.URI eventRepresentationRootURI,
java.io.Serializable representationInitializer)
Ctor. |
Method Summary | |
---|---|
EventAdapterService |
getEventAdapterService()
Returns the service for for creating further event types or wrapping event objects. |
java.net.URI |
getEventRepresentationRootURI()
Ctor. |
java.io.Serializable |
getRepresentationInitializer()
Returns optional configuration for the event representation, 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 PlugInEventRepresentationContext(EventAdapterService eventAdapterService, java.net.URI eventRepresentationRootURI, java.io.Serializable representationInitializer)
eventAdapterService
- for creating further event types or wrapping event objectseventRepresentationRootURI
- URI of the event representationrepresentationInitializer
- initializer objectsMethod Detail |
---|
public java.net.URI getEventRepresentationRootURI()
public java.io.Serializable getRepresentationInitializer()
public EventAdapterService getEventAdapterService()
|
© 2006-2015 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 |