|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionException | |
|---|---|
| javacard.framework | Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. |
| javacardx.framework.util | Extension package that contains common utility functions for manipulating arrays of primitive components - byte, short or int. |
| javacardx.framework.util.intx | Extension package that contains common utility functions for using int components. |
| Uses of TransactionException in javacard.framework |
|---|
| Methods in javacard.framework that throw TransactionException | |
|---|---|
static void |
JCSystem.abortTransaction()
Aborts the atomic transaction. |
static short |
Util.arrayCopy(byte[] src,
short srcOff,
byte[] dest,
short destOff,
short length)
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array. |
static void |
JCSystem.beginTransaction()
Begins an atomic transaction. |
static void |
JCSystem.commitTransaction()
Commits an atomic transaction. |
static short |
Util.setShort(byte[] bArray,
short bOff,
short sValue)
Deposits the short value as two successive bytes at the specified offset in the byte array. |
| Uses of TransactionException in javacardx.framework.util |
|---|
| Methods in javacardx.framework.util that throw TransactionException | |
|---|---|
static short |
ArrayLogic.arrayCopyRepack(Object src,
short srcOff,
short srcLen,
Object dest,
short destOff)
Copies data from the specified source array, beginning at the specified position, to the specified position of the destination array. |
| Uses of TransactionException in javacardx.framework.util.intx |
|---|
| Methods in javacardx.framework.util.intx that throw TransactionException | |
|---|---|
static short |
JCint.setInt(byte[] bArray,
short bOff,
int iValue)
Deposits the int value as four successive bytes at the specified offset in the byte array. |
|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||