Uses of Class
org.eclipse.keyple.core.plugin.PluginIOException
Packages that use PluginIOException
-
Uses of PluginIOException in org.eclipse.keyple.core.plugin.spi
Methods in org.eclipse.keyple.core.plugin.spi that throw PluginIOExceptionModifier and TypeMethodDescriptionPoolPluginSpi.allocateReader(String readerGroupReference) Obtains an available reader resource and makes it exclusive to the caller until the releaseReader method is invoked.PoolPluginSpi.getReaderGroupReferences()Gets a list of group references that will be used as an argument toPoolPluginSpi.allocateReader(String).voidPoolPluginSpi.releaseReader(ReaderSpi readerSpi) Releases the reader previously allocated withPoolPluginSpi.allocateReader(String)and whose reference is provided.ObservablePluginSpi.searchAvailableReaderNames()Enumerates currently available readers and returns their names as a collection of String.PluginSpi.searchAvailableReaders()Enumerates currently available readers.ObservablePluginSpi.searchReader(String readerName) Searches for the reader whose name is provided and returns itsReaderSpiif found, null if not.