Click or drag to resize

CSVInputAdapter Methods

The CSVInputAdapter type exposes the following members.

Methods
  NameDescription
Protected methodClose
Close the CSVReader.
(Overrides AbstractCoordinatedAdapterClose.)
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.
(Inherited from AbstractCoordinatedAdapter.)
Public methodDisallowStateTransitions
Disallow subsequent state changes and throw an IllegalStateTransitionException if they are attempted.
(Inherited from AbstractCoordinatedAdapter.)
Public methodPause
Pause the sending of events after a Adapter has been started.
(Inherited from AbstractCoordinatedAdapter.)
Public methodRead (Overrides AbstractCoordinatedAdapterRead.)
Protected methodReplaceFirstEventToSend
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.)
Protected methodReset
Reset all the changeable state of this ReadableAdapter, as if it were just created.
(Overrides AbstractCoordinatedAdapterReset.)
Public methodResume
Resume sending events after the Adapter has been paused.
(Inherited from AbstractCoordinatedAdapter.)
Public methodStart
Start the sending of events into the runtime egine.
(Inherited from AbstractCoordinatedAdapter.)
Public methodStop
Stop sending events and return the Adapter to the OPENED state, ready to be started once again.
(Inherited from AbstractCoordinatedAdapter.)
Top
See Also