Uses of Class
org.eclipse.keyple.core.service.resource.CardResource
-
Packages that use CardResource Package Description org.eclipse.keyple.core.service.resource 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 CardResource Modifier and Type Method Description CardResource
CardResourceService. getCardResource(java.lang.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 CardResource Modifier and Type Method Description void
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.
-