|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Report Situation'.
The ReportSituation deals with the situations reported from the component, such as heartbeat or performance information. Data such as current CPU utilization, current memory heap size, etc. would fall into this category. Existing messages include words like "utilization value is", "buffer size is", and "number of threads is", for example:
IEE890I WTO Buffers in console backup storage = 1024
The following features are supported:
EventPackage.getReportSituation()
Method Summary | |
---|---|
java.lang.String |
getReportCategory()
Returns the value of the 'Report Category' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. null) state. |
void |
setReportCategory(java.lang.String value)
Sets the value of the ' Report Category ' attribute |
Methods inherited from interface org.eclipse.hyades.logging.events.cbe.SituationType |
---|
getReasoningScope, setReasoningScope, validate |
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 |
public java.lang.String getReportCategory()
Returns the value of the 'Report Category' attribute.
setReportCategory(String)
,
EventPackage.getReportSituation_ReportCategory()
public void setReportCategory(java.lang.String value)
Report Category
' attribute.
This property specifies the category of the reported situation. The reportCategory is a string with the following set of values:
value
- the new value of the 'Report Category' attribute.getReportCategory()
public void init()
init
in interface SituationType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |