Java Card
v2.2.1

Uses of Class
javacard.framework.TransactionException

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. 
 

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 Card
v2.2.1

Copyright © 1993-2003 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA-95054, U.S.A. All Rights Reserved.