Uses of Interface
org.eclipse.keyple.core.service.resource.CardResource
Packages that use CardResource
Package
Description
Interfaces and classes of the Card Resource Service.
-
Uses of CardResource in org.eclipse.keyple.core.service.resource
Methods in org.eclipse.keyple.core.service.resource that return CardResourceModifier and TypeMethodDescriptionCardResourceService.getCardResource
(String cardResourceProfileName) Gets the first card resource available for the provided card resource profile name using the configured allocation strategy.Methods in org.eclipse.keyple.core.service.resource with parameters of type CardResourceModifier and TypeMethodDescriptionvoid
CardResourceService.releaseCardResource
(CardResource cardResource) Releases the card resource to make it available to other users.void
CardResourceService.removeCardResource
(CardResource cardResource) Removes the card resource and releases it if it is in use.