public class Startable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description
The description.
|
| Constructor and Description |
|---|
Startable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the model description.
|
java.lang.Boolean |
getKeepalive()
Get the keepalive.
|
IMonitoringService.PublishEventLevel |
getMonitoring()
Get the monitoring.
|
ServiceScope |
getScope()
Get the scope.
|
java.lang.Boolean |
getSuspend()
Get the suspend.
|
java.lang.Boolean |
getSynchronous()
Get the synchronous.
|
void |
setDescription(java.lang.String description)
Set the description.
|
void |
setKeepalive(java.lang.Boolean keepalive)
Set the keepalive.
|
void |
setMonitoring(IMonitoringService.PublishEventLevel monitoring)
Set the monitoring.
|
void |
setScope(ServiceScope scope)
Set the scope.
|
void |
setSuspend(java.lang.Boolean suspend)
Set the suspend.
|
void |
setSynchronous(java.lang.Boolean synchronous)
Set the synchronous.
|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public java.lang.Boolean getSuspend()
public void setSuspend(java.lang.Boolean suspend)
suspend - The suspend to set.public java.lang.Boolean getKeepalive()
public void setKeepalive(java.lang.Boolean keepalive)
keepalive - The keepalive to set.public java.lang.Boolean getSynchronous()
public void setSynchronous(java.lang.Boolean synchronous)
synchronous - The synchronous to set.public IMonitoringService.PublishEventLevel getMonitoring()
public void setMonitoring(IMonitoringService.PublishEventLevel monitoring)
monitoring - The monitoring to set.public ServiceScope getScope()
public void setScope(ServiceScope scope)
scope - The scope to set