Package net.esper.core

Implementation of client package interfaces, glue code

See:
          Description

Interface Summary
EPServiceProviderSPI A service provider interface that makes available internal engine services.
EPStatementStopMethod Method to call to stop an EPStatement.
InternalEventRouter Interface for a service that routes events within the engine for further processing.
 

Class Summary
EPAdministratorImpl Implementation for the admin interface.
EPEQLStatementImpl Statement implementation for EQL statements.
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.
EPServiceProviderImpl Service provider encapsulates the engine's services for runtime and administration interfaces.
EPServiceProviderImpl.ConfigurationSnapshot Snapshot of Configuration is held for re-initializing engine state from prior configuration values that may have been muted.
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.
 

Package net.esper.core Description

Implementation of client package interfaces, glue code