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 SummaryFields Modifier and Type Field Description protected java.lang.StringdescriptionThe description.
 - 
Constructor SummaryConstructors Constructor Description Startable()
 - 
Method SummaryAll 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- 
getDescriptionpublic java.lang.String getDescription() Get the model description.- Returns:
- The model description.
 
 - 
setDescriptionpublic void setDescription(java.lang.String description) Set the description.- Parameters:
- description- The description to set.
 
 - 
getSuspendpublic java.lang.Boolean getSuspend() Get the suspend.- Returns:
- the suspend.
 
 - 
setSuspendpublic void setSuspend(java.lang.Boolean suspend) Set the suspend.- Parameters:
- suspend- The suspend to set.
 
 - 
getKeepalivepublic java.lang.Boolean getKeepalive() Get the keepalive.- Returns:
- the keepalive.
 
 - 
setKeepalivepublic void setKeepalive(java.lang.Boolean keepalive) Set the keepalive.- Parameters:
- keepalive- The keepalive to set.
 
 - 
getSynchronouspublic java.lang.Boolean getSynchronous() Get the synchronous.- Returns:
- The synchronous.
 
 - 
setSynchronouspublic void setSynchronous(java.lang.Boolean synchronous) Set the synchronous.- Parameters:
- synchronous- The synchronous to set.
 
 - 
getMonitoringpublic IMonitoringService.PublishEventLevel getMonitoring() Get the monitoring.- Returns:
- The monitoring.
 
 - 
setMonitoringpublic void setMonitoring(IMonitoringService.PublishEventLevel monitoring) Set the monitoring.- Parameters:
- monitoring- The monitoring to set.
 
 - 
getScopepublic ServiceScope getScope() Get the scope.- Returns:
- The scope
 
 - 
setScopepublic void setScope(ServiceScope scope) Set the scope.- Parameters:
- scope- The scope to set
 
 
- 
 
-