|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Jamama Configurable objects which can run. The main Jamama class can manage startup/shutdown of Server objects.
| Method Summary | |
boolean |
getRun()
Say whether main thread of this Server is running. |
void |
restoreRunState()
Start up server iff server is configured to start automatically. |
void |
setRun(boolean inRun)
Start or stop the main thread in this object. |
| Methods inherited from interface com.admc.jamama.Configurable |
configure, getConfig, getName |
| Methods inherited from interface java.lang.Runnable |
run |
| Method Detail |
public void setRun(boolean inRun)
inRun - true to start up thread; false to stop itpublic boolean getRun()
public void restoreRunState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||