|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MStartable
public class MStartable
Base class for startable elements.
| Constructor Summary | |
|---|---|
MStartable()
|
|
| Method Summary | |
|---|---|
Boolean |
getAutoShutdown()
Get the autoshutdown. |
Boolean |
getDaemon()
Get the daemon. |
Boolean |
getMaster()
Get the master. |
Boolean |
getSuspend()
Get the suspend. |
void |
setAutoShutdown(Boolean autoshutdown)
Set the autoshutdown. |
void |
setDaemon(Boolean daemon)
Set the daemon. |
void |
setMaster(Boolean master)
Set the master. |
void |
setSuspend(Boolean suspend)
Set the suspend. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MStartable()
| Method Detail |
|---|
public Boolean getMaster()
public void setMaster(Boolean master)
master - The master to set.public Boolean getDaemon()
public void setDaemon(Boolean daemon)
daemon - The daemon to set.public Boolean getAutoShutdown()
public void setAutoShutdown(Boolean autoshutdown)
autoshutdown - The autoshutdown to set.public Boolean getSuspend()
public void setSuspend(Boolean suspend)
suspend - The suspend to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||