Uses of Package
net.esper.adapter

Packages that use net.esper.adapter
net.esper.adapter This package contains adapter framework classes applicable to multiple adapter implementations. 
net.esper.adapter.csv CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams 
 

Classes in net.esper.adapter used by net.esper.adapter
AbstractCoordinatedAdapter
          A skeleton implementation of the ReadableAdapter interface.
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.
AdapterState
          The state of a Adapter.
AdapterStateManager
          A utility to manage the state transitions for an InputAdapter.
CoordinatedAdapter
          An Adapter that can be coordinated by an AdapterCoordinator.
IllegalStateTransitionException
          Thrown when an illegal Adapter state transition is attempted.
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.
 

Classes in net.esper.adapter used by net.esper.adapter.csv
AbstractCoordinatedAdapter
          A skeleton implementation of the ReadableAdapter interface.
AdapterInputSource
          An input source for adapters.
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.