Uses of Interface
net.esper.adapter.Adapter

Packages that use 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 
net.esper.adapter.jms   
 

Uses of Adapter in net.esper.adapter
 

Subinterfaces of Adapter in net.esper.adapter
 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.
 interface CoordinatedAdapter
          An Adapter that can be coordinated by an AdapterCoordinator.
 interface InputAdapter
          An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.
 interface OutputAdapter
          An output adapter transforms engine events and
 

Classes in net.esper.adapter that implement Adapter
 class AbstractCoordinatedAdapter
          A skeleton implementation for coordinated adapter reading, for adapters that can do timestamp-coordinated input.
 class AdapterCoordinatorImpl
          An implementation of AdapterCoordinator.
 

Uses of Adapter in net.esper.adapter.csv
 

Classes in net.esper.adapter.csv that implement Adapter
 class CSVInputAdapter
          An event Adapter that uses a CSV file for a source.
 

Uses of Adapter in net.esper.adapter.jms
 

Classes in net.esper.adapter.jms that implement Adapter
 class JMSInputAdapter
          Created for ESPER.
 class JMSOutputAdapter
          Implements a JMS output adapter.
 class SpringJMSTemplateInputAdapter
          Input adapter for receiving engine from the JMS world using Spring JMS templates and sending these to an engine.
 class SpringJMSTemplateOutputAdapter
          Output adapter for sending engine events out into the JMS world using Spring JMS templates.