| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| org.eclipse.keyple.calypso.transaction.sammanager |
| Modifier and Type | Method and Description |
|---|---|
protected CalypsoSam |
SamSelection.parse(org.eclipse.keyple.core.card.message.CardSelectionResponse cardSelectionResponse)
Create a CalypsoSam object containing the selection data received from the plugin
If an Unlock command has been prepared, its status is checked. |
| Constructor and Description |
|---|
PoSecuritySettingsBuilder(org.eclipse.keyple.core.card.selection.CardResource<CalypsoSam> samResource)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.eclipse.keyple.core.card.selection.CardResource<CalypsoSam> |
SamResourceManager.allocateSamResource(SamResourceManager.AllocationMode allocationMode,
SamIdentifier samIdentifier)
Allocate a SAM resource from the specified SAM group.
|
org.eclipse.keyple.core.card.selection.CardResource<CalypsoSam> |
SamResourceManagerDefault.allocateSamResource(SamResourceManager.AllocationMode allocationMode,
SamIdentifier samIdentifier)
Deprecated.
|
org.eclipse.keyple.core.card.selection.CardResource<CalypsoSam> |
SamResourceManagerPool.allocateSamResource(SamResourceManager.AllocationMode allocationMode,
SamIdentifier samIdentifier)
Deprecated.
Allocate a SAM resource from the specified SAM group.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SamResourceManager.freeSamResource(org.eclipse.keyple.core.card.selection.CardResource<CalypsoSam> samResource)
Free a previously allocated SAM resource.
|
void |
SamResourceManagerDefault.freeSamResource(org.eclipse.keyple.core.card.selection.CardResource<CalypsoSam> samResource)
Deprecated.
|
void |
SamResourceManagerPool.freeSamResource(org.eclipse.keyple.core.card.selection.CardResource<CalypsoSam> samResource)
Deprecated.
|