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.Boolean |
getAutoShutdown()
Get the autoshutdown.
|
java.lang.Boolean |
getDaemon()
Get the daemon.
|
java.lang.String |
getDescription()
Get the model description.
|
java.lang.Boolean |
getKeepalive()
Get the keepalive.
|
java.lang.Boolean |
getMaster()
Get the master.
|
IMonitoringService.PublishEventLevel |
getMonitoring()
Get the monitoring.
|
java.lang.Boolean |
getPersistable()
Get the persistable.
|
java.lang.String |
getScope()
Get the scope.
|
java.lang.Boolean |
getSuspend()
Get the suspend.
|
java.lang.Boolean |
getSynchronous()
Get the synchronous.
|
void |
setAutoShutdown(java.lang.Boolean autoshutdown)
Set the autoshutdown.
|
void |
setDaemon(java.lang.Boolean daemon)
Set the daemon.
|
void |
setDescription(java.lang.String description)
Set the description.
|
void |
setKeepalive(java.lang.Boolean keepalive)
Set the keepalive.
|
void |
setMaster(java.lang.Boolean master)
Set the master.
|
void |
setMonitoring(IMonitoringService.PublishEventLevel monitoring)
Set the monitoring.
|
void |
setPersistable(java.lang.Boolean persistable)
Set the persistable flag.
|
void |
setScope(java.lang.String 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 getMaster()
public void setMaster(java.lang.Boolean master)
master
- The master to set.public java.lang.Boolean getDaemon()
public void setDaemon(java.lang.Boolean daemon)
daemon
- The daemon to set.public java.lang.Boolean getAutoShutdown()
public void setAutoShutdown(java.lang.Boolean autoshutdown)
autoshutdown
- The autoshutdown 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 java.lang.Boolean getPersistable()
public void setPersistable(java.lang.Boolean persistable)
persistable
- The persistable flag to set.public IMonitoringService.PublishEventLevel getMonitoring()
public void setMonitoring(IMonitoringService.PublishEventLevel monitoring)
monitoring
- The monitoring to set.public java.lang.String getScope()
public void setScope(java.lang.String scope)
scope
- The scope to set