|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportSituation
Interface representing a ReportSituation.
The following description is from the Common Base Event v1.0.1 specification entitled "Canonical Situation Data Format: The Common Base Event V1.0.1":
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:
| 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.tptp.logging.events.cbe.SituationType |
|---|
getReasoningScope, setReasoningScope, validate |
| Method Detail |
|---|
java.lang.String getReportCategory()
Returns the value of the 'Report Category' attribute.
setReportCategory(String)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()void init()
init in interface SituationType
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||