- makeHighUpdateBooleanArray(short) - Method in interface uicc.services.highupdatearray.HighUpdateArrayBuilder
-
Create a persistent boolean array with the specified array length and with
extended endurance in terms of update operations with respect to arrays created
by means of the Java new keyword.
- makeHighUpdateByteArray(short) - Method in interface uicc.services.highupdatearray.HighUpdateArrayBuilder
-
Create a persistent byte array with the specified array length and with
extended endurance in terms of update operations with respect to arrays created
by means of the Java new keyword
- makeHighUpdateObjectArray(short) - Method in interface uicc.services.highupdatearray.HighUpdateArrayBuilder
-
Create a persistent Object array with the specified array length and with
extended endurance in terms of update operations with respect to arrays created
by means of the Java new keyword.
- makeHighUpdateShortArray(short) - Method in interface uicc.services.highupdatearray.HighUpdateArrayBuilder
-
Create a persistent short array with the specified array length and with
extended endurance in terms of update operations with respect to arrays created
by means of the Java new keyword.
- MAX_VALUE_REACHED - Static variable in exception uicc.access.UICCException
-
This reason code (= 12) is used to indicate that method increase can not be performed as the
maximum value of the record is reached.
- MEMORY_PROBLEM - Static variable in exception uicc.access.UICCException
-
This reason code (= 13) is used to indicate that a memory problem occured.
- MENU_ENTRY_NOT_FOUND - Static variable in exception uicc.toolkit.ToolkitException
-
This reason code (= 4) is used to indicate that the requested menu entry
is not defined for the corresponding applet.