Uses of Interface
com.espertech.esperio.Adapter

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

Uses of Adapter in com.espertech.esperio
 

Subinterfaces of Adapter in com.espertech.esperio
 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 com.espertech.esperio 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 com.espertech.esperio.csv
 

Classes in com.espertech.esperio.csv that implement Adapter
 class CSVInputAdapter
          An event Adapter that uses a CSV file for a source.
 

Uses of Adapter in com.espertech.esperio.jms
 

Classes in com.espertech.esperio.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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com