Click or drag to resize

AbstractCoordinatedAdapter Methods

The AbstractCoordinatedAdapter type exposes the following members.

Methods
  NameDescription
Protected methodClose
Perform any actions specific to this Adapter that should be completed before the Adapter is stopped.
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.
Public methodDisallowStateTransitions
Disallow subsequent state changes and throw an IllegalStateTransitionException if they are attempted.
Public methodPause
Pause the sending of events after a Adapter has been started.
Public methodRead
Protected methodReplaceFirstEventToSend
Remove the first member of eventsToSend and insert another event chosen in some fashion specific to this Adapter.
Protected methodReset
Reset all the changeable state of this Adapter, as if it were just created.
Public methodResume
Resume sending events after the Adapter has been paused.
Public methodStart
Start the sending of events into the runtime egine.
Public methodStop
Stop sending events and return the Adapter to the OPENED state, ready to be started once again.
Top
See Also