Uses of Interface
org.eclipse.keyple.core.service.resource.CardResource
Package
Description
Interfaces and classes of the Card Resource Service.
-
Uses of CardResource in org.eclipse.keyple.core.service.resource
Modifier and TypeMethodDescriptionCardResourceService.getCardResource
(String cardResourceProfileName) Gets the first card resource available for the provided card resource profile name using the configured allocation strategy.Modifier 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.