A C D G I K O P R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addObserver(PluginObserverSpi) - Method in interface org.eclipse.keyple.core.service.ObservablePlugin
-
Registers a new observer to be notified when a plugin event occurs.
- allocateReader(String) - Method in interface org.eclipse.keyple.core.service.PoolPlugin
-
Gets a
CardReader
and makes it exclusive to the caller until thePoolPlugin.releaseReader(CardReader)
method is invoked.
C
- checkCardExtension(KeypleCardExtension) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Verifies the compatibility with the service of the provided card extension.
- clearObservers() - Method in interface org.eclipse.keyple.core.service.ObservablePlugin
-
Unregisters all observers at once.
- ConfigurableReader - Interface in org.eclipse.keyple.core.service
-
Deprecated.Use
ConfigurableCardReader
instead. - countObservers() - Method in interface org.eclipse.keyple.core.service.ObservablePlugin
-
Provides the current number of registered observers.
- createCardSelectionManager() - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Create a new instance of a
CardSelectionManager
in order to perform a card selection.
D
- DistributedLocalService - Interface in org.eclipse.keyple.core.service
-
Local Service API of the Keyple Distributed Solution.
G
- getDistributedLocalService(String) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Returns the distributed local service having the provided name.
- getExtension(Class<T>) - Method in interface org.eclipse.keyple.core.service.DistributedLocalService
-
Returns the specific implementation of a
KeypleDistributedLocalServiceExtension
- getExtension(Class<T>) - Method in interface org.eclipse.keyple.core.service.Plugin
-
Returns the
KeyplePluginExtension
that is plugin-specific. - getExtension(Class<T>) - Method in interface org.eclipse.keyple.core.service.Reader
-
Deprecated.Use
Plugin.getReaderExtension(Class, String)
instead. - getName() - Method in interface org.eclipse.keyple.core.service.DistributedLocalService
-
Returns the name of the distributed local service.
- getName() - Method in interface org.eclipse.keyple.core.service.Plugin
-
Gets the name of the plugin.
- getPlugin(String) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Returns the plugin whose name is provided as an argument.
- getPlugin(CardReader) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Returns the plugin associated to the provided
CardReader
. - getPluginName() - Method in interface org.eclipse.keyple.core.service.PluginEvent
-
Gets the name of the plugin to which the reader that generated the event belongs.
- getPluginName() - Method in interface org.eclipse.keyple.core.service.ReaderEvent
-
Deprecated.No longer supported.
- getPluginNames() - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Returns the names of all registered plugins.
- getPlugins() - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Returns all registered plugins.
- getReader(String) - Method in interface org.eclipse.keyple.core.service.Plugin
-
Gets the
CardReader
whose name is provided. - getReader(String) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Returns the reader associated to the provided unique name.
- getReaderExtension(Class<T>, String) - Method in interface org.eclipse.keyple.core.service.Plugin
-
Returns the
KeypleReaderExtension
that is reader-specific. - getReaderGroupReferences() - Method in interface org.eclipse.keyple.core.service.PoolPlugin
-
Gets a list of group references that identify a group of readers.
- getReaderNames() - Method in interface org.eclipse.keyple.core.service.Plugin
-
Gets the names of all connected readers.
- getReaderNames() - Method in interface org.eclipse.keyple.core.service.PluginEvent
-
Gets the names of the readers related to the event in the form of a sorted set.
- getReaders() - Method in interface org.eclipse.keyple.core.service.Plugin
-
Gets all connected readers.
- getSelectedSmartCard(CardReader) - Method in interface org.eclipse.keyple.core.service.PoolPlugin
-
Returns the selected
SmartCard
from aCardReader
. - getService() - Static method in class org.eclipse.keyple.core.service.SmartCardServiceProvider
-
Gets the unique instance of
SmartCardService
. - getType() - Method in interface org.eclipse.keyple.core.service.PluginEvent
-
Gets the plugin event type.
I
- isDistributedLocalServiceRegistered(String) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Checks whether a distributed local service is already registered to the service or not.
K
- KeyplePluginException - Exception in org.eclipse.keyple.core.service
-
Indicates that an error occurred in the specific plugin.
- KeyplePluginException(String) - Constructor for exception org.eclipse.keyple.core.service.KeyplePluginException
- KeyplePluginException(String, Throwable) - Constructor for exception org.eclipse.keyple.core.service.KeyplePluginException
O
- ObservablePlugin - Interface in org.eclipse.keyple.core.service
-
Plugin able to observe the connection/disconnection of
CardReader
. - ObservableReader - Interface in org.eclipse.keyple.core.service
-
Deprecated.Use
ObservableCardReader
instead. - onPluginEvent(PluginEvent) - Method in interface org.eclipse.keyple.core.service.spi.PluginObserverSpi
-
Invoked when a plugin event occurs.
- onPluginObservationError(String, Throwable) - Method in interface org.eclipse.keyple.core.service.spi.PluginObservationExceptionHandlerSpi
-
Invoked when a runtime exception occurs in the observed plugin.
- org.eclipse.keyple.core.service - package org.eclipse.keyple.core.service
-
Interfaces and classes to manipulate core Keyple objects and services.
- org.eclipse.keyple.core.service.spi - package org.eclipse.keyple.core.service.spi
-
Interfaces to be implemented by applications to allow Keyple services to call the dedicated methods.
P
- Plugin - Interface in org.eclipse.keyple.core.service
-
Manager for one or more
CardReader
from the same family. - PluginEvent - Interface in org.eclipse.keyple.core.service
-
All information about a change of reader state within an
ObservablePlugin
. - PluginEvent.Type - Enum in org.eclipse.keyple.core.service
-
The two types of reader event
- PluginObservationExceptionHandlerSpi - Interface in org.eclipse.keyple.core.service.spi
-
Plugin observation error handler to be notified of exceptions that may occur during operations carried out by the monitoring processes.
- PluginObserverSpi - Interface in org.eclipse.keyple.core.service.spi
-
Plugin observer recipient of the
PluginEvent
from aObservablePlugin
. - PoolPlugin - Interface in org.eclipse.keyple.core.service
-
Plugin able to handle the access to an undefined number of
CardReader
.
R
- Reader - Interface in org.eclipse.keyple.core.service
-
Deprecated.Use
CardReader
instead. - READER_CONNECTED - org.eclipse.keyple.core.service.PluginEvent.Type
-
A reader has been connected.
- READER_DISCONNECTED - org.eclipse.keyple.core.service.PluginEvent.Type
-
A reader has been disconnected.
- ReaderEvent - Interface in org.eclipse.keyple.core.service
-
Deprecated.Use
CardReaderEvent
instead. - registerDistributedLocalService(KeypleDistributedLocalServiceExtensionFactory) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Registers a new distributed local service to the service.
- registerPlugin(KeyplePluginExtensionFactory) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Registers a new plugin to the service.
- releaseReader(CardReader) - Method in interface org.eclipse.keyple.core.service.PoolPlugin
-
Releases a Reader previously allocated with allocateReader.
- removeObserver(PluginObserverSpi) - Method in interface org.eclipse.keyple.core.service.ObservablePlugin
-
Unregisters a plugin observer.
S
- setPluginObservationExceptionHandler(PluginObservationExceptionHandlerSpi) - Method in interface org.eclipse.keyple.core.service.ObservablePlugin
-
Sets the exception handler.
- SmartCardService - Interface in org.eclipse.keyple.core.service
-
Keyple main service.
- SmartCardServiceProvider - Class in org.eclipse.keyple.core.service
-
Provider of the
SmartCardService
.
U
- UNAVAILABLE - org.eclipse.keyple.core.service.PluginEvent.Type
-
This plugin has become unavailable.
- unregisterDistributedLocalService(String) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Attempts to unregister the distributed local service having the provided name from the service.
- unregisterPlugin(String) - Method in interface org.eclipse.keyple.core.service.SmartCardService
-
Attempts to unregister the plugin having the provided name from the service.
V
- valueOf(String) - Static method in enum org.eclipse.keyple.core.service.PluginEvent.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.keyple.core.service.PluginEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages