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 TypeMethodDescriptionvoidAutonomousObservablePluginApi.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 itsReaderSpiif 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 TypeMethodDescriptionvoidPoolPluginSpi.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 TypeInterfaceDescriptioninterfaceReader having an autonomous mechanism to select the cards (for example OMAPI readers).interfaceReader able to manage multiple protocols and which allows the configuration of the protocol to use.interfaceReader 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 TypeInterfaceDescriptioninterfaceReader able to detect the insertion and removal of cards.