![]() | AbstractCoordinatedAdapter Class |
Namespace: com.espertech.esperio
public abstract class AbstractCoordinatedAdapter : CoordinatedAdapter, InputAdapter, Adapter
The AbstractCoordinatedAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractCoordinatedAdapter |
Ctor.
|
Name | Description | |
---|---|---|
![]() | ProcessEvent |
Gets the process event.
|
![]() | Runtime |
Sets the service.
|
![]() | ScheduleSlot |
Gets or sets the schedule slot.
|
![]() | Sender |
Gets or sets the sender.
|
![]() | State |
Get the state of this Adapter.
|
![]() | UsingEngineThread |
Gets or sets the using engine thread.
|
![]() | UsingExternalTimer |
Gets or sets a value indicating whether to use esper's external timer mechanism
instead of internal timing
|
![]() | UsingTimeSpanEvents |
Gets or sets a value indicating whether to use timespan events.
|
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.
|
Name | Description | |
---|---|---|
![]() | EventsToSend |
Sorted events to be sent.
|
![]() | StateManager |
Statement management.
|