com.ibm.websphere.models.config.coreserver
Interface ServiceMonitorAgent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ServiceMonitorAgentImpl

public interface ServiceMonitorAgent
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Service Monitor Agent'.

The following features are supported:

See Also:
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

isEnable

boolean isEnable()
Returns the value of the 'Enable' attribute.

If the meaning of the 'Enable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enable' attribute.
See Also:
setEnable(boolean), CoreserverPackage.getServiceMonitorAgent_Enable()

setEnable

void setEnable(boolean value)
Sets the value of the 'Enable' attribute.

Parameters:
value - the new value of the 'Enable' attribute.
See Also:
isEnable()

isEnableSwitchOffTimeout

boolean isEnableSwitchOffTimeout()
Returns the value of the 'Enable Switch Off Timeout' attribute.

If the meaning of the 'Enable Switch Off Timeout' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enable Switch Off Timeout' attribute.
See Also:
setEnableSwitchOffTimeout(boolean), CoreserverPackage.getServiceMonitorAgent_EnableSwitchOffTimeout()

setEnableSwitchOffTimeout

void setEnableSwitchOffTimeout(boolean value)
Sets the value of the 'Enable Switch Off Timeout' attribute.

Parameters:
value - the new value of the 'Enable Switch Off Timeout' attribute.
See Also:
isEnableSwitchOffTimeout()

getSwitchOffTimeout

java.lang.Integer getSwitchOffTimeout()
Returns the value of the 'Switch Off Timeout' attribute.

If the meaning of the 'Switch Off Timeout' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Switch Off Timeout' attribute.
See Also:
setSwitchOffTimeout(Integer), CoreserverPackage.getServiceMonitorAgent_SwitchOffTimeout()

setSwitchOffTimeout

void setSwitchOffTimeout(java.lang.Integer value)
Sets the value of the 'Switch Off Timeout' attribute.

Parameters:
value - the new value of the 'Switch Off Timeout' attribute.
See Also:
getSwitchOffTimeout()

getDataUpdateInterval

java.lang.Integer getDataUpdateInterval()
Returns the value of the 'Data Update Interval' attribute.

If the meaning of the 'Data Update Interval' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Update Interval' attribute.
See Also:
setDataUpdateInterval(Integer), CoreserverPackage.getServiceMonitorAgent_DataUpdateInterval()

setDataUpdateInterval

void setDataUpdateInterval(java.lang.Integer value)
Sets the value of the 'Data Update Interval' attribute.

Parameters:
value - the new value of the 'Data Update Interval' attribute.
See Also:
getDataUpdateInterval()

getDataBufferSize

java.lang.Integer getDataBufferSize()
Returns the value of the 'Data Buffer Size' attribute.

If the meaning of the 'Data Buffer Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Buffer Size' attribute.
See Also:
setDataBufferSize(Integer), CoreserverPackage.getServiceMonitorAgent_DataBufferSize()

setDataBufferSize

void setDataBufferSize(java.lang.Integer value)
Sets the value of the 'Data Buffer Size' attribute.

Parameters:
value - the new value of the 'Data Buffer Size' attribute.
See Also:
getDataBufferSize()