jadex.application.model
Class MStartable

java.lang.Object
  extended by jadex.application.model.MStartable
Direct Known Subclasses:
MApplicationInstance, MApplicationType, MComponentInstance, MComponentType

public class MStartable
extends Object

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

MStartable

public MStartable()
Method Detail

getMaster

public Boolean getMaster()
Get the master.

Returns:
the master.

setMaster

public void setMaster(Boolean master)
Set the master.

Parameters:
master - The master to set.

getDaemon

public Boolean getDaemon()
Get the daemon.

Returns:
the daemon.

setDaemon

public void setDaemon(Boolean daemon)
Set the daemon.

Parameters:
daemon - The daemon to set.

getAutoShutdown

public Boolean getAutoShutdown()
Get the autoshutdown.

Returns:
the autoshutdown.

setAutoShutdown

public void setAutoShutdown(Boolean autoshutdown)
Set the autoshutdown.

Parameters:
autoshutdown - The autoshutdown to set.

getSuspend

public Boolean getSuspend()
Get the suspend.

Returns:
the suspend.

setSuspend

public void setSuspend(Boolean suspend)
Set the suspend.

Parameters:
suspend - The suspend to set.


Copyright © 2010. All Rights Reserved.