Uses of Interface
com.espertech.esperio.InputAdapter

Packages that use InputAdapter
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 InputAdapter in com.espertech.esperio
 

Subinterfaces of InputAdapter 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.
 

Classes in com.espertech.esperio that implement InputAdapter
 class AbstractCoordinatedAdapter
          A skeleton implementation for coordinated adapter reading, for adapters that can do timestamp-coordinated input.
 class AdapterCoordinatorImpl
          An implementation of AdapterCoordinator.
 

Methods in com.espertech.esperio with parameters of type InputAdapter
 void AdapterCoordinator.coordinate(InputAdapter adapter)
          Coordinate an InputAdapter.
 void AdapterCoordinatorImpl.coordinate(InputAdapter inputAdapter)
           
 

Uses of InputAdapter in com.espertech.esperio.csv
 

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

Uses of InputAdapter in com.espertech.esperio.jms
 

Classes in com.espertech.esperio.jms that implement InputAdapter
 class JMSInputAdapter
          Created for ESPER.
 class SpringJMSTemplateInputAdapter
          Input adapter for receiving engine from the JMS world using Spring JMS templates and sending these to an engine.
 


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