com.ibm.websphere.models.config.monitoring
Interface GlobalMonitoring

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

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

A representation of the model object 'Global Monitoring'. Server-scoped Global Monitoring configuration.

The following features are supported:

See Also:
MonitoringPackage.getGlobalMonitoring()

Method Summary
 org.eclipse.emf.common.util.EList getProperties()
          Returns the value of the 'Properties' containment reference list.
 boolean isSessionMonitored()
          Returns the value of the 'Session Monitored' attribute.
 void setSessionMonitored(boolean value)
          Sets the value of the 'Session Monitored' 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

isSessionMonitored

boolean isSessionMonitored()
Returns the value of the 'Session Monitored' attribute. The default value is "false".

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

Returns:
the value of the 'Session Monitored' attribute.
See Also:
setSessionMonitored(boolean), MonitoringPackage.getGlobalMonitoring_SessionMonitored()

setSessionMonitored

void setSessionMonitored(boolean value)
Sets the value of the 'Session Monitored' attribute.

Parameters:
value - the new value of the 'Session Monitored' attribute.
See Also:
isSessionMonitored()

getProperties

org.eclipse.emf.common.util.EList getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type Property.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
MonitoringPackage.getGlobalMonitoring_Properties()