|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jtux.UExitStatus
Class for exit status as returned by wait system calls.
Need to augment with native functions to break down returned value. What we have is OK for now.
| Constructor Summary | |
UExitStatus()
|
|
| Method Summary | |
int |
get()
|
void |
set(int s)
|
int |
toInt()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UExitStatus()
| Method Detail |
public void set(int s)
public int get()
public int toInt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||