|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceMonitorAgent
A representation of the model object 'Service Monitor Agent'.
The following features are supported:
CoreserverPackage.getServiceMonitorAgent()
Method Summary | |
---|---|
java.lang.Integer |
getDataBufferSize()
Returns the value of the 'Data Buffer Size' attribute |
java.lang.Integer |
getDataUpdateInterval()
Returns the value of the 'Data Update Interval' attribute |
java.lang.Integer |
getSwitchOffTimeout()
Returns the value of the 'Switch Off Timeout' attribute |
boolean |
isEnable()
Returns the value of the 'Enable' attribute |
boolean |
isEnableSwitchOffTimeout()
Returns the value of the 'Enable Switch Off Timeout' attribute |
void |
setDataBufferSize(java.lang.Integer value)
Sets the value of the ' Data Buffer Size ' attribute |
void |
setDataUpdateInterval(java.lang.Integer value)
Sets the value of the ' Data Update Interval ' attribute |
void |
setEnable(boolean value)
Sets the value of the ' Enable ' attribute |
void |
setEnableSwitchOffTimeout(boolean value)
Sets the value of the ' Enable Switch Off Timeout ' attribute |
void |
setSwitchOffTimeout(java.lang.Integer value)
Sets the value of the ' Switch Off Timeout ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isEnable()
If the meaning of the 'Enable' attribute isn't clear, there really should be more of a description here...
setEnable(boolean)
,
CoreserverPackage.getServiceMonitorAgent_Enable()
void setEnable(boolean value)
Enable
' attribute.
value
- the new value of the 'Enable' attribute.isEnable()
boolean isEnableSwitchOffTimeout()
If the meaning of the 'Enable Switch Off Timeout' attribute isn't clear, there really should be more of a description here...
setEnableSwitchOffTimeout(boolean)
,
CoreserverPackage.getServiceMonitorAgent_EnableSwitchOffTimeout()
void setEnableSwitchOffTimeout(boolean value)
Enable Switch Off Timeout
' attribute.
value
- the new value of the 'Enable Switch Off Timeout' attribute.isEnableSwitchOffTimeout()
java.lang.Integer getSwitchOffTimeout()
If the meaning of the 'Switch Off Timeout' attribute isn't clear, there really should be more of a description here...
setSwitchOffTimeout(Integer)
,
CoreserverPackage.getServiceMonitorAgent_SwitchOffTimeout()
void setSwitchOffTimeout(java.lang.Integer value)
Switch Off Timeout
' attribute.
value
- the new value of the 'Switch Off Timeout' attribute.getSwitchOffTimeout()
java.lang.Integer getDataUpdateInterval()
If the meaning of the 'Data Update Interval' attribute isn't clear, there really should be more of a description here...
setDataUpdateInterval(Integer)
,
CoreserverPackage.getServiceMonitorAgent_DataUpdateInterval()
void setDataUpdateInterval(java.lang.Integer value)
Data Update Interval
' attribute.
value
- the new value of the 'Data Update Interval' attribute.getDataUpdateInterval()
java.lang.Integer getDataBufferSize()
If the meaning of the 'Data Buffer Size' attribute isn't clear, there really should be more of a description here...
setDataBufferSize(Integer)
,
CoreserverPackage.getServiceMonitorAgent_DataBufferSize()
void setDataBufferSize(java.lang.Integer value)
Data Buffer Size
' attribute.
value
- the new value of the 'Data Buffer Size' attribute.getDataBufferSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |