![]() | AbstractCoordinatedAdapter Methods |
The AbstractCoordinatedAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Perform any actions specific to this Adapter that should
be completed before the Adapter is stopped.
|
![]() | Destroy |
Dispose the Adapter, stopping the sending of all events and releasing all
the resources, and disallowing any further state changes on the Adapter.
|
![]() | DisallowStateTransitions |
Disallow subsequent state changes and throw an IllegalStateTransitionException
if they are attempted.
|
![]() | Pause |
Pause the sending of events after a Adapter has been started.
|
![]() | Read | |
![]() | ReplaceFirstEventToSend |
Remove the first member of eventsToSend and insert
another event chosen in some fashion specific to this
Adapter.
|
![]() | Reset |
Reset all the changeable state of this Adapter, as if it were just created.
|
![]() | Resume |
Resume sending events after the Adapter has been paused.
|
![]() | Start |
Start the sending of events into the runtime egine.
|
![]() | Stop |
Stop sending events and return the Adapter to the OPENED state, ready to be
started once again.
|