![]() | CoordinatedAdapter Interface |
Namespace: com.espertech.esperio
public interface CoordinatedAdapter : InputAdapter, Adapter
The CoordinatedAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Runtime |
Set the runtime
|
![]() | ScheduleSlot |
Set the scheduleSlot for thisAdapter.
|
![]() | State |
Get the state of this Adapter.
(Inherited from Adapter.) |
![]() | UsingEngineThread |
Set the usingEngineThread value
|
![]() | UsingExternalTimer |
Set the usingExternalTimer value
|
Name | Description | |
---|---|---|
![]() | Destroy |
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 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.
(Inherited from Adapter.) |
![]() | Read |
Get the next event in line to be sent into the runtime , or null if there is no available event.
Return ValueType:an instance of SendableEvent that wraps the next event to send, or null if none |
![]() | Resume |
Resume sending events after the Adapter has been paused.
(Inherited from Adapter.) |
![]() | Start |
Start the sending of events into the runtime egine.
(Inherited from Adapter.) |
![]() | Stop |
Stop sending events and return the Adapter to the OPENED state, ready to be
started once again.
(Inherited from Adapter.) |