Click or drag to resize

AdapterCoordinatorImpl Methods

The AdapterCoordinatorImpl type exposes the following members.

Methods
  NameDescription
Protected methodClose
Does nothing.
(Overrides AbstractCoordinatedAdapterClose.)
Public methodCoordinate
@see com.espertech.esper.adapter.AdapterCoordinator#add(com.espertech.esper.adapter.Adapter)
Public methodDestroy
Dispose the Adapter, stopping the sending of all events and releasing all the resources, and disallowing any further state changes on the Adapter.
(Inherited from AbstractCoordinatedAdapter.)
Public methodDisallowStateTransitions
Disallow subsequent state changes and throw an IllegalStateTransitionException if they are attempted.
(Inherited from AbstractCoordinatedAdapter.)
Public methodPause
Pause the sending of events after a Adapter has been started.
(Inherited from AbstractCoordinatedAdapter.)
Public methodRead
@see com.espertech.esper.adapter.ReadableAdapter#read()
(Overrides AbstractCoordinatedAdapterRead.)
Protected methodReplaceFirstEventToSend
Replace the first member of eventsToSend with the next event returned by the read() method of the same Adapter that provided the first event.
(Overrides AbstractCoordinatedAdapterReplaceFirstEventToSend.)
Protected methodReset
Reset all the changeable state of this ReadableAdapter, as if it were just created.
(Overrides AbstractCoordinatedAdapterReset.)
Public methodResume
Resume sending events after the Adapter has been paused.
(Inherited from AbstractCoordinatedAdapter.)
Public methodStart
Start the sending of events into the runtime egine.
(Inherited from AbstractCoordinatedAdapter.)
Public methodStop
Stop sending events and return the Adapter to the OPENED state, ready to be started once again.
(Inherited from AbstractCoordinatedAdapter.)
Top
See Also