| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.transaction.sammanager |
| Modifier and Type | Method and Description |
|---|---|
SamIdentifier |
SamIdentifier.SamIdentifierBuilder.build()
Build a new
SamIdentifier. |
| 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.
|
boolean |
SamIdentifier.matches(SamIdentifier samIdentifier)
Deprecated.
Compare two SamIdentifiers with the following rules:
when the provided
SamIdentifier is null the result is true
when the provided SamIdentifier is not null
the AUTO revision matches any revision
if not null, the serial number is used as a regular expression to check the current
serial number
if not null the group reference is compared as a string
|