|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jtux.UClock
| Constructor Summary | |
UClock()
|
|
| Method Summary | |
static int |
alarm(int secs)
Calls alarm. |
static void |
nanosleep(UProcess.s_timespec nsecs,
UProcess.s_timespec remain)
Calls nanosleep. |
static int |
sleep(int secs)
Calls sleep. |
static void |
usleep(int usecs)
Calls usleep. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UClock()
| Method Detail |
public static int alarm(int secs)
Click here for Posix/SUS C API.
public static void nanosleep(UProcess.s_timespec nsecs,
UProcess.s_timespec remain)
throws UErrorException
Click here for Posix/SUS C API.
UErrorExceptionpublic static int sleep(int secs)
Click here for Posix/SUS C API.
public static void usleep(int usecs)
throws UErrorException
Click here for Posix/SUS C API.
UErrorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||