|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sod.util.AbstractApplication | +--sod.exec.Run2
Fields inherited from class sod.util.AbstractApplication |
out |
Constructor Summary | |
Run2()
|
Method Summary | |
void |
resume()
This method will be called to resume execution of the application after a it was suspended. |
void |
run()
This method will be called to run this application. |
void |
suspend()
This method will be called to suspend the application, so the process can be migrated. |
Methods inherited from class sod.util.AbstractApplication |
init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Run2()
Method Detail |
public void suspend()
AbstractApplication
suspend
in class AbstractApplication
public void resume()
AbstractApplication
resume
in class AbstractApplication
public void run()
AbstractApplication
run
in class AbstractApplication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |