Uses of Interface
org.eclipse.keyple.core.distributed.remote.spi.RemoteReaderSpi
Packages that use RemoteReaderSpi
Package
Description
API provided by Keyple Core.
SPI for remote plugins and factories.
-
Uses of RemoteReaderSpi in org.eclipse.keyple.core.distributed.remote
Methods in org.eclipse.keyple.core.distributed.remote with parameters of type RemoteReaderSpiModifier and TypeMethodDescriptionvoid
ObservableRemotePluginApi.addRemoteReader
(RemoteReaderSpi remoteReaderSpi, int clientCoreApiLevel) Creates a remote reader using the providedRemoteReaderSpi
orObservableRemoteReaderSpi
, registers it and notifies all plugin's observers for the connection of the new reader. -
Uses of RemoteReaderSpi in org.eclipse.keyple.core.distributed.remote.spi
Subinterfaces of RemoteReaderSpi in org.eclipse.keyple.core.distributed.remote.spiModifier and TypeInterfaceDescriptioninterface
Distributed remote observable reader extension able to communicate with a distributed local service extension.Methods in org.eclipse.keyple.core.distributed.remote.spi that return RemoteReaderSpiModifier and TypeMethodDescriptionRemotePluginSpi.createRemoteReader
(String remoteReaderName, String localReaderName) Creates aRemoteReaderSpi
associated to the local reader having the provided name.RemotePoolPluginSpi.createRemoteReader
(String remoteReaderName, String localReaderName) Creates aRemoteReaderSpi
associated to the local reader having the provided name.