net.esper.adapter
Interface AdapterCoordinator

All Superinterfaces:
InputAdapter
All Known Implementing Classes:
AdapterCoordinatorImpl

public interface AdapterCoordinator
extends InputAdapter

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.


Method Summary
 void coordinate(InputAdapter adapter)
          Coordinate an InputAdapter.
 
Methods inherited from interface net.esper.adapter.InputAdapter
destroy, getState, pause, resume, start, stop
 

Method Detail

coordinate

void coordinate(InputAdapter adapter)
Coordinate an InputAdapter.

Parameters:
adapter - - the InputAdapter to coordinate