Uses of Package
org.eclipse.keyple.core.plugin
-
Packages that use org.eclipse.keyple.core.plugin Package Description org.eclipse.keyple.core.plugin.spi SPI for plugins and factories.org.eclipse.keyple.core.plugin.spi.reader SPI for readers.org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion SPI for the card insertion observation profile definition.org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing SPI for the card processing observation profile definition.org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal SPI for the card removal observation profile definition. -
Classes in org.eclipse.keyple.core.plugin used by org.eclipse.keyple.core.plugin.spi Class Description AutonomousObservablePluginApi API associated to aAutonomousObservablePluginSpi
PluginIOException Indicates that an error occurred while managing the readers. -
Classes in org.eclipse.keyple.core.plugin used by org.eclipse.keyple.core.plugin.spi.reader Class Description CardIOException Indicates that an error occurred while communicating with a card.ReaderIOException Indicates that an error occurred while communicating with a reader. -
Classes in org.eclipse.keyple.core.plugin used by org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion Class Description CardInsertionWaiterAsynchronousApi API associated to aCardInsertionWaiterAsynchronousSpi
ReaderIOException Indicates that an error occurred while communicating with a reader.TaskCanceledException Indicates that a task (for example, waiting for a card to be inserted) has been cancelled and is no longer active.WaitForCardInsertionAutonomousReaderApi Deprecated.UseCardInsertionWaiterAsynchronousApi
instead (will be removed in a future version of this API). -
Classes in org.eclipse.keyple.core.plugin used by org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing Class Description ReaderIOException Indicates that an error occurred while communicating with a reader.TaskCanceledException Indicates that a task (for example, waiting for a card to be inserted) has been cancelled and is no longer active. -
Classes in org.eclipse.keyple.core.plugin used by org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal Class Description CardRemovalWaiterAsynchronousApi API associated to aWaitForCardRemovalAutonomousSpi
ReaderIOException Indicates that an error occurred while communicating with a reader.TaskCanceledException Indicates that a task (for example, waiting for a card to be inserted) has been cancelled and is no longer active.WaitForCardRemovalAutonomousReaderApi Deprecated.UseCardRemovalWaiterAsynchronousApi
instead (will be removed in a future version of this API).