Uses of Interface
org.eclipse.keyple.core.service.Plugin
-
Packages that use Plugin Package Description org.eclipse.keyple.core.service Interfaces and classes to manipulate core Keyple objects and services. -
-
Uses of Plugin in org.eclipse.keyple.core.service
Subinterfaces of Plugin in org.eclipse.keyple.core.service Modifier and Type Interface Description interface
ObservablePlugin
Plugin able to observe the connection/disconnection ofCardReader
.interface
PoolPlugin
Plugin able to handle the access to an undefined number ofCardReader
.Methods in org.eclipse.keyple.core.service that return Plugin Modifier and Type Method Description Plugin
SmartCardService. getPlugin(java.lang.String pluginName)
Returns the plugin whose name is provided as an argument.Plugin
SmartCardService. getPlugin(org.calypsonet.terminal.reader.CardReader reader)
Returns the plugin associated to the providedCardReader
.Plugin
SmartCardService. registerPlugin(org.eclipse.keyple.core.common.KeyplePluginExtensionFactory pluginFactory)
Registers a new plugin to the service.Methods in org.eclipse.keyple.core.service that return types with arguments of type Plugin Modifier and Type Method Description java.util.Set<Plugin>
SmartCardService. getPlugins()
Returns all registered plugins.
-