|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmoss.modules.UTimerTest
public class UTimerTest
| Constructor Summary | |
|---|---|
UTimerTest()
|
|
| Method Summary | |
|---|---|
int |
main(java.lang.String[] argv,
MEnv envp)
process entry-point |
void |
signal(int signo,
java.lang.Object sigdata)
method provided to handle signals (when a process asks for them) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UTimerTest()
| Method Detail |
|---|
public int main(java.lang.String[] argv,
MEnv envp)
MUserProcess
main in interface MUserProcessargv - "command-line" arguments. Traditionally,
argv[0] is the executable path/nameenvp - process environment
public void signal(int signo,
java.lang.Object sigdata)
MUserProcess
signal in interface MUserProcesssigno - signal numbersigdata - signal-specific data (only some signals)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||