Interface Summary
|
ActivatableBean |
Interface to be implemented by beans that need to react when dynamic configuration
has been set and the containing EPN is activated. |
Adapter |
Marker interface for Adapters. |
AdapterFactory |
Factory for creating Adapters. |
ApplicationIdentityAware |
Interface to be implemented by beans that wish to know the application id
of the containing EPN. |
DisposableBean |
Interface to be implemented by beans that want to release resources
when the containing EPN is destroyed and the application undeployed. |
EventBuilder |
Builder that knows how to create events of a certain event type. |
EventBuilder.Factory |
Factory for event builder. |
EventSender |
An EventSender sends events emitted by an EventSource |
EventSink |
An EventSink receives events emitted by an EventSource . |
EventSource |
Interface to be implemented by beans that want to emit events. |
EventType |
This interface provides metadata for events. |
EventTypeRepository |
EventTypeRepository is a repository for all of the registered event types
in the Event Server. |
InitializingBean |
Interface to be implemented by beans that need to react once all their
properties have been set by the EPN container, for example, to perform custom
initialization, or merely to check that all mandatory properties have been set. |
Manageable |
Marker interface to denote monitoring and configuration capability. |
MapEventObject |
An event may either be represented as a JavaBean or as a Map. |
Processor |
Processors filter, correlate, aggregate, and perform other event processing functions. |
ProcessorFactory |
Factory for creating Processors. |
Stage |
A Stage is a node of an Event Processing Network (EPN). |
StageConstants |
Predefined property names uses in Stage creation and advertisement |
StageFactory |
Factory interface that is implemented by all Stage creators |
StageIdentityAware |
Interface to be implemented by Stage components that wish to be aware of their
identity. |
Statement |
Represent a single compiled query. |
StatementManager |
Manages compiled statements. |
Stream |
Streams are virtual pipes that continously handle events. |
StreamFactory |
Factory for creating Streams. |
SuspendableBean |
Interface to be implemented by beans that want to suspend resources or
stop processing events when the containing EPN is suspended. |