| Package | Description |
|---|---|
| java.lang |
Core Java classes
|
| tijos.framework.platform |
System Settings related classes, like host name and other settings
|
| Modifier and Type | Method and Description |
|---|---|
static Thread |
Thread.currentThread() |
| Modifier and Type | Method and Description |
|---|---|
void |
Runtime.addShutdownHook(Thread hook)
Add a shutdown hook.
|
boolean |
Runtime.removeShutdownHook(Thread hook)
Remove a previously installed shutdown hook from the system.
|
void |
Thread.UncaughtExceptionHandler.uncaughtException(Thread t,
Throwable e) |
| Modifier and Type | Field and Description |
|---|---|
Thread[] |
TiDebugger.systemThreads |
| Modifier and Type | Method and Description |
|---|---|
int |
TiDebugger.operateProgram(int event,
int option,
Thread targetThread,
int targetMethodNo,
int targetMethodPc)
Allow events to be enabled/disabled/ignored.
|