Uses of Interface
org.eclipse.keyple.core.service.Reader
-
Packages that use Reader Package Description org.eclipse.keyple.core.service Interfaces and classes to manipulate core Keyple objects and services. -
-
Uses of Reader in org.eclipse.keyple.core.service
Subinterfaces of Reader in org.eclipse.keyple.core.service Modifier and Type Interface Description interface
ConfigurableReader
Deprecated.UseConfigurableCardReader
instead.interface
ObservableReader
Deprecated.UseObservableCardReader
instead.Methods in org.eclipse.keyple.core.service that return Reader Modifier and Type Method Description Reader
PoolPlugin. allocateReader(java.lang.String readerGroupReference)
Gets aCardReader
and makes it exclusive to the caller until thePoolPlugin.releaseReader(CardReader)
method is invoked.Reader
Plugin. getReader(java.lang.String name)
Gets theCardReader
whose name is provided.Methods in org.eclipse.keyple.core.service that return types with arguments of type Reader Modifier and Type Method Description java.util.Set<Reader>
Plugin. getReaders()
Gets all connected readers.
-