Package jadex.bridge.modelinfo
Class Startable
- java.lang.Object
 - 
- jadex.bridge.modelinfo.Startable
 
 
- 
- Direct Known Subclasses:
 ComponentInstanceInfo,ConfigurationInfo,ModelInfo,SubcomponentTypeInfo
public class Startable extends java.lang.ObjectBase class for startable elements. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdescriptionThe description. 
- 
Constructor Summary
Constructors Constructor Description Startable() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Get the model description.java.lang.BooleangetKeepalive()Get the keepalive.IMonitoringService.PublishEventLevelgetMonitoring()Get the monitoring.ServiceScopegetScope()Get the scope.java.lang.BooleangetSuspend()Get the suspend.java.lang.BooleangetSynchronous()Get the synchronous.voidsetDescription(java.lang.String description)Set the description.voidsetKeepalive(java.lang.Boolean keepalive)Set the keepalive.voidsetMonitoring(IMonitoringService.PublishEventLevel monitoring)Set the monitoring.voidsetScope(ServiceScope scope)Set the scope.voidsetSuspend(java.lang.Boolean suspend)Set the suspend.voidsetSynchronous(java.lang.Boolean synchronous)Set the synchronous. 
 - 
 
- 
- 
Method Detail
- 
getDescription
public java.lang.String getDescription()
Get the model description.- Returns:
 - The model description.
 
 
- 
setDescription
public void setDescription(java.lang.String description)
Set the description.- Parameters:
 description- The description to set.
 
- 
getSuspend
public java.lang.Boolean getSuspend()
Get the suspend.- Returns:
 - the suspend.
 
 
- 
setSuspend
public void setSuspend(java.lang.Boolean suspend)
Set the suspend.- Parameters:
 suspend- The suspend to set.
 
- 
getKeepalive
public java.lang.Boolean getKeepalive()
Get the keepalive.- Returns:
 - the keepalive.
 
 
- 
setKeepalive
public void setKeepalive(java.lang.Boolean keepalive)
Set the keepalive.- Parameters:
 keepalive- The keepalive to set.
 
- 
getSynchronous
public java.lang.Boolean getSynchronous()
Get the synchronous.- Returns:
 - The synchronous.
 
 
- 
setSynchronous
public void setSynchronous(java.lang.Boolean synchronous)
Set the synchronous.- Parameters:
 synchronous- The synchronous to set.
 
- 
getMonitoring
public IMonitoringService.PublishEventLevel getMonitoring()
Get the monitoring.- Returns:
 - The monitoring.
 
 
- 
setMonitoring
public void setMonitoring(IMonitoringService.PublishEventLevel monitoring)
Set the monitoring.- Parameters:
 monitoring- The monitoring to set.
 
- 
getScope
public ServiceScope getScope()
Get the scope.- Returns:
 - The scope
 
 
- 
setScope
public void setScope(ServiceScope scope)
Set the scope.- Parameters:
 scope- The scope to set
 
 - 
 
 -