Uses of Interface
org.eclipse.keyple.core.plugin.spi.reader.ReaderSpi
Packages that use ReaderSpi
Package
Description
API provided by Keyple Core.
SPI for plugins and factories.
SPI for readers.
SPI for observable readers.
-
Uses of ReaderSpi in org.eclipse.keyple.core.plugin
Method parameters in org.eclipse.keyple.core.plugin with type arguments of type ReaderSpiModifier and TypeMethodDescriptionvoid
AutonomousObservablePluginApi.onReaderConnected
(Set<ReaderSpi> readers) Must be invoked when one or more readers are connected to the system. -
Uses of ReaderSpi in org.eclipse.keyple.core.plugin.spi
Methods in org.eclipse.keyple.core.plugin.spi that return ReaderSpiModifier and TypeMethodDescriptionObservablePluginSpi.searchReader
(String readerName) Searches for the reader whose name is provided and returns itsReaderSpi
if found, null if not.Methods in org.eclipse.keyple.core.plugin.spi that return types with arguments of type ReaderSpiModifier and TypeMethodDescriptionPluginSpi.searchAvailableReaders()
Enumerates currently available readers.Methods in org.eclipse.keyple.core.plugin.spi with parameters of type ReaderSpiModifier and TypeMethodDescriptionvoid
PoolPluginSpi.releaseReader
(ReaderSpi readerSpi) Releases the reader previously allocated withPoolPluginSpi.allocateReader(String)
and whose reference is provided. -
Uses of ReaderSpi in org.eclipse.keyple.core.plugin.spi.reader
Subinterfaces of ReaderSpi in org.eclipse.keyple.core.plugin.spi.readerModifier and TypeInterfaceDescriptioninterface
Reader having an autonomous mechanism to select the cards (for example OMAPI readers).interface
Reader able to manage multiple protocols and which allows the configuration of the protocol to use.interface
Reader extension for pool readers. -
Uses of ReaderSpi in org.eclipse.keyple.core.plugin.spi.reader.observable
Subinterfaces of ReaderSpi in org.eclipse.keyple.core.plugin.spi.reader.observableModifier and TypeInterfaceDescriptioninterface
Reader able to detect the insertion and removal of cards.