Uses of Class
javacard.framework.TransactionException

Packages that use TransactionException
javacard.framework   
 

Uses of TransactionException in javacard.framework
 

Methods in javacard.framework that throw TransactionException
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 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.
static void JCSystem.beginTransaction()
          Begins an atomic transaction.
static void JCSystem.abortTransaction()
          Aborts the atomic transaction.
static void JCSystem.commitTransaction()
          Commits an atomic transaction.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.