Package net.esper.adapter

This package contains adapter framework classes applicable to multiple adapter implementations.

See:
          Description

Interface Summary
AdapterCoordinator A AdapterCoordinator coordinates several Adapters so that the events they send into the runtime engine arrive in some well-defined order, in effect making the several Adapters into one large sending Adapter.
CoordinatedAdapter An Adapter that can be coordinated by an AdapterCoordinator.
InputAdapter An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.
SendableEvent A wrapper that packages an event up so that it can be sent into the caller-specified runtime.
 

Class Summary
AbstractCoordinatedAdapter A skeleton implementation of the ReadableAdapter interface.
AdapterCoordinatorImpl An implementation of AdapterCoordinator.
AdapterInputSource An input source for adapters.
AdapterStateManager A utility to manage the state transitions for an InputAdapter.
SendableEventComparator A comparator that orders SendableEvents first on sendTime, and then on schedule slot.
SendableMapEvent An implementation of SendableEvent that wraps a Map event for sending into the runtime.
 

Enum Summary
AdapterState The state of a Adapter.
 

Exception Summary
IllegalStateTransitionException Thrown when an illegal Adapter state transition is attempted.
 

Package net.esper.adapter Description

This package contains adapter framework classes applicable to multiple adapter implementations.