| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.transaction.sammanager |
| Modifier and Type | Method and Description |
|---|---|
static SamResourceManager.AllocationMode |
SamResourceManager.AllocationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SamResourceManager.AllocationMode[] |
SamResourceManager.AllocationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|