[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | ConfigurationSnapshot | Snapshot of Configuration is held for re-initializing engine state
from prior configuration values that may have been muted.
|
![]() | EPAdministratorImpl |
Implementation for the admin interface.
|
![]() | EPEQLStatementImpl | Statement implementation for EQL statements.
The statement Starts on construction. When listeners are added and removed from the view a child dispatch view is added/removed to/from the parent view to support push mode. |
![]() | EPEQLStmtStartMethod |
Starts and provides the Stop method for EQL statements.
|
![]() | EPPatternStatementImpl |
Statement for patterns.
|
![]() | EPPatternStmtStartMethod |
Method for Starting a pattern statement.
|
![]() | EPRuntimeImpl |
Implements runtime interface. Also accepts timer callbacks for synchronizing time
events with regular events sent in.
|
![]() | EPServiceProviderImpl |
Service provider encapsulates the engine's services for runtime and administration interfaces.
|
![]() | EPServicesContext |
Convenience class to instantiate implementations for all services.
|
![]() | EPStatementSupport |
Base class for an EPStatement - provides listener registration functions.
|
![]() | PatternListenerDispatch |
Dispatchable for dispatching events to update listeners.
|
![]() | UpdateDispatchView |
Convenience view for dispatching view updates received from a parent view to update listeners
via the dispatch service.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | InternalEventRouter |
Interface for a service that routes events within the engine for further processing.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | EPStatementStopMethod |
Method to call to Stop an EPStatement.
|