jtux
Class UExitStatus

java.lang.Object
  extended by jtux.UExitStatus

public class UExitStatus
extends java.lang.Object

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

UExitStatus

public UExitStatus()
Method Detail

set

public void set(int s)

get

public int get()

toInt

public int toInt()