public interface ChangeHeartbeatDetector extends HeartbeatDetector
The following features are supported:
Modifier and Type | Method and Description |
---|---|
long |
getCheckPeriod()
Returns the value of the 'Check Period' attribute.
|
InputDefinition |
getSourceItem()
Returns the value of the 'Source Item' containment reference.
|
long |
getTimeout()
Returns the value of the 'Timeout' attribute.
|
void |
setCheckPeriod(long value)
Sets the value of the '
Check Period ' attribute. |
void |
setSourceItem(InputDefinition value)
Sets the value of the '
Source Item ' containment reference. |
void |
setTimeout(long value)
Sets the value of the '
Timeout ' attribute. |
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
long getTimeout()
"10000"
.
The timeout of the detector in milliseconds.
setTimeout(long)
,
CommonPackage.getChangeHeartbeatDetector_Timeout()
void setTimeout(long value)
Timeout
' attribute.
value
- the new value of the 'Timeout' attribute.getTimeout()
long getCheckPeriod()
"1000"
.
If the meaning of the 'Check Period' attribute isn't clear, there really should be more of a description here...
setCheckPeriod(long)
,
CommonPackage.getChangeHeartbeatDetector_CheckPeriod()
void setCheckPeriod(long value)
Check Period
' attribute.
value
- the new value of the 'Check Period' attribute.getCheckPeriod()
InputDefinition getSourceItem()
If the meaning of the 'Source Item' containment reference isn't clear, there really should be more of a description here...
setSourceItem(InputDefinition)
,
CommonPackage.getChangeHeartbeatDetector_SourceItem()
void setSourceItem(InputDefinition value)
Source Item
' containment reference.
value
- the new value of the 'Source Item' containment reference.getSourceItem()