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 interfaceObservablePluginPlugin able to observe the connection/disconnection ofCardReader.interfacePoolPluginPlugin 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 PluginSmartCardService. getPlugin(java.lang.String pluginName)Returns the plugin whose name is provided as an argument.PluginSmartCardService. getPlugin(org.calypsonet.terminal.reader.CardReader reader)Returns the plugin associated to the providedCardReader.PluginSmartCardService. 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.
-