Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationEventTypeXMLDOM> |
Configuration.eventTypesXMLDOM
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationEventTypeXMLDOM> |
ConfigurationInformation.getEventTypesXMLDOM()
Returns the mapping of event type name to XML DOM event type information.
|
Map<String,ConfigurationEventTypeXMLDOM> |
Configuration.getEventTypesXMLDOM() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperations.addEventType(String eventTypeName,
ConfigurationEventTypeXMLDOM xmlDOMEventTypeDesc)
Add an name for an event type that represents org.w3c.dom.Node events.
|
void |
Configuration.addEventType(String eventTypeName,
ConfigurationEventTypeXMLDOM xmlDOMEventTypeDesc)
Add an name for an event type that represents org.w3c.dom.Node events.
|
void |
ConfigurationOperations.replaceXMLEventType(String xmlEventTypeName,
ConfigurationEventTypeXMLDOM config)
Rebuild the XML event type based on changed type informaton, please read below for limitations.
|
void |
Configuration.replaceXMLEventType(String xmlEventTypeName,
ConfigurationEventTypeXMLDOM config) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperationsImpl.addEventType(String eventTypeName,
ConfigurationEventTypeXMLDOM xmlDOMEventTypeDesc) |
void |
ConfigurationOperationsImpl.replaceXMLEventType(String xmlEventTypeName,
ConfigurationEventTypeXMLDOM config) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventAdapterServiceImpl.addXMLDOMType(String eventTypeName,
ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM,
SchemaModel optionalSchemaModel,
boolean isPreconfiguredStatic)
Add a configured XML DOM event type.
|
EventType |
EventAdapterService.addXMLDOMType(String eventTypeName,
ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM,
SchemaModel optionalSchemaModel,
boolean isPreconfiguredStatic)
Adds an XML DOM event type.
|
EventType |
EventAdapterServiceImpl.replaceXMLEventType(String xmlEventTypeName,
ConfigurationEventTypeXMLDOM config,
SchemaModel schemaModel) |
EventType |
EventAdapterService.replaceXMLEventType(String xmlEventTypeName,
ConfigurationEventTypeXMLDOM config,
SchemaModel schemaModel) |
Modifier and Type | Method and Description |
---|---|
ConfigurationEventTypeXMLDOM |
BaseXMLEventType.getConfigurationEventTypeXMLDOM()
Returns the configuration XML for the XML type.
|
Constructor and Description |
---|
BaseXMLEventType(EventTypeMetadata metadata,
int eventTypeId,
ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM,
EventAdapterService eventAdapterService)
Ctor.
|
SchemaXMLEventType(EventTypeMetadata eventTypeMetadata,
int eventTypeId,
ConfigurationEventTypeXMLDOM config,
SchemaModel schemaModel,
EventAdapterService eventAdapterService)
Ctor.
|
SimpleXMLEventType(EventTypeMetadata eventTypeMetadata,
int eventTypeId,
ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM,
EventAdapterService eventAdapterService)
Ctor.
|