public class SimulatorSystem extends Object
JCSystem.JCSystem| Modifier and Type | Field and Description |
|---|---|
static SimulatorRuntime |
DEFAULT_RUNTIME
the default instance.
|
static short |
SW_APPLET_CRATION_FAILED
Deprecated.
Use
SW_APPLET_CREATION_FAILED |
static short |
SW_APPLET_CREATION_FAILED
Response status : Applet creation failed = 0x6444
|
static short |
SW_EXCEPTION_OCCURED
Deprecated.
Use
SW_EXCEPTION_OCCURRED |
static short |
SW_EXCEPTION_OCCURRED
Response status : Exception occurred = 0x6424
|
| Constructor and Description |
|---|
SimulatorSystem() |
| Modifier and Type | Method and Description |
|---|---|
static SimulatorRuntime |
instance()
Get the currently active SimulatorRuntime instance
This method should be only called by JCE implementation classes like
JCSystem |
public static final short SW_APPLET_CREATION_FAILED
public static final short SW_EXCEPTION_OCCURRED
public static final short SW_APPLET_CRATION_FAILED
SW_APPLET_CREATION_FAILEDpublic static final short SW_EXCEPTION_OCCURED
SW_EXCEPTION_OCCURREDpublic static final SimulatorRuntime DEFAULT_RUNTIME
Simulatorpublic static SimulatorRuntime instance()
JCSystem