![]() | CSVInputAdapter Methods |
The CSVInputAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Close the CSVReader.
(Overrides AbstractCoordinatedAdapterClose.) |
![]() | 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 AbstractCoordinatedAdapter.) |
![]() | DisallowStateTransitions |
Disallow subsequent state changes and throw an IllegalStateTransitionException
if they are attempted.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Pause |
Pause the sending of events after a Adapter has been started.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Read | (Overrides AbstractCoordinatedAdapterRead.) |
![]() | ReplaceFirstEventToSend |
Remove the first member of eventsToSend. If there is another record in the CSV file,
insert the event created from it into eventsToSend.
(Overrides AbstractCoordinatedAdapterReplaceFirstEventToSend.) |
![]() | Reset |
Reset all the changeable state of this ReadableAdapter, as if it were just created.
(Overrides AbstractCoordinatedAdapterReset.) |
![]() | Resume |
Resume sending events after the Adapter has been paused.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Start |
Start the sending of events into the runtime egine.
(Inherited from AbstractCoordinatedAdapter.) |
![]() | Stop |
Stop sending events and return the Adapter to the OPENED state, ready to be
started once again.
(Inherited from AbstractCoordinatedAdapter.) |