Uses of Interface
org.eclipse.keyple.core.service.DistributedLocalService
-
Packages that use DistributedLocalService Package Description org.eclipse.keyple.core.service Interfaces and classes to manipulate core Keyple objects and services. -
-
Uses of DistributedLocalService in org.eclipse.keyple.core.service
Methods in org.eclipse.keyple.core.service that return DistributedLocalService Modifier and Type Method Description DistributedLocalService
SmartCardService. getDistributedLocalService(java.lang.String distributedLocalServiceName)
Returns the distributed local service having the provided name.DistributedLocalService
SmartCardService. registerDistributedLocalService(org.eclipse.keyple.core.common.KeypleDistributedLocalServiceExtensionFactory distributedLocalServiceExtensionFactory)
Registers a new distributed local service to the service.
-