KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > JCSystem

javacard.framework
Class JCSystem

java.lang.Object
  |
  +--javacard.framework.JCSystem
See Also:
SystemException, TransactionException, Applet

public static void abortTransaction()
                             throws TransactionException
See Also:
commitTransaction(), beginTransaction()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void beginTransaction()
                             throws TransactionException
See Also:
abortTransaction(), commitTransaction()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte CLEAR_ON_DESELECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte CLEAR_ON_RESET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void commitTransaction()
                              throws TransactionException
See Also:
abortTransaction(), beginTransaction()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static AID getAID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Shareable getAppletShareableInterfaceObject(AID serverAID,
                                                          byte parameter)
See Also:
Applet.getShareableInterfaceObject(AID, byte)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static byte getAssignedChannel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static short getAvailableMemory(byte memoryType)
                                throws SystemException
See Also:
MEMORY_TYPE_PERSISTENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static short getMaxCommitCapacity()
See Also:
getUnusedCommitCapacity()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static AID getPreviousContextAID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static byte getTransactionDepth()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static short getUnusedCommitCapacity()
See Also:
getMaxCommitCapacity()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static short getVersion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean isAppletActive(AID theApplet)
See Also:
lookupAID( byte[] buffer, short offset, byte length )
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean isObjectDeletionSupported()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static byte isTransient(Object theObj)
See Also:
makeTransientObjectArray(short, byte), makeTransientShortArray(short, byte), makeTransientByteArray(short, byte), makeTransientBooleanArray(short, byte)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static AID lookupAID(byte[] buffer,
                            short offset,
                            byte length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean[] makeTransientBooleanArray(short length,
                                                  byte event)
                                           throws NegativeArraySizeException,
                                                  SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static byte[] makeTransientByteArray(short length,
                                            byte event)
                                     throws NegativeArraySizeException,
                                            SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Object[] makeTransientObjectArray(short length,
                                                byte event)
                                         throws NegativeArraySizeException,
                                                SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static short[] makeTransientShortArray(short length,
                                              byte event)
                                       throws NegativeArraySizeException,
                                              SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte MEMORY_TYPE_PERSISTENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte MEMORY_TYPE_TRANSIENT_DESELECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte MEMORY_TYPE_TRANSIENT_RESET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte NOT_A_TRANSIENT_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void requestObjectDeletion()
                                  throws SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags