|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.eclipse.hyades.logging.events.SituationTypeImpl
|
+--org.eclipse.hyades.logging.events.ReportSituationImpl
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
IReportSituation,
ISituationType,
Serialized Form| Field Summary | |
|---|---|
protected java.lang.String |
reportCategory
Deprecated. |
| Fields inherited from class org.eclipse.hyades.logging.events.SituationTypeImpl |
|---|
reasoningScope |
| Constructor Summary | |
|---|---|
protected |
ReportSituationImpl()
Deprecated. No-argument protected constructor for ReportSituationImpl. |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deprecated. Return a clone (copy by value) of this object. |
boolean |
equals(java.lang.Object object)
Deprecated. Overrides the java.lang.Object's equals() API to
determine if the parameter object is equal to this object. |
java.lang.String |
getReportCategory()
Deprecated. Returns the reportCategory. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. null) state. |
void |
setReportCategory(java.lang.String reportCategory)
Deprecated. Sets the reportCategory. |
| Methods inherited from class org.eclipse.hyades.logging.events.SituationTypeImpl |
|---|
getReasoningScope, setReasoningScope |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.logging.events.ISituationType |
|---|
getReasoningScope, setReasoningScope |
| Field Detail |
protected java.lang.String reportCategory
| Constructor Detail |
protected ReportSituationImpl()
| Method Detail |
public java.lang.String getReportCategory()
getReportCategory in interface IReportSituationpublic void setReportCategory(java.lang.String reportCategory)
setReportCategory in interface IReportSituationreportCategory - The reportCategory to be set.public boolean equals(java.lang.Object object)
java.lang.Object's equals() API to
determine if the parameter object is equal to this object.
equals in class SituationTypeImplobject - The java.lang.Object to be compared to this object.
object, false otherwise.Object.equals(java.lang.Object)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class SituationTypeImpljava.lang.CloneNotSupportedExceptionpublic void init()
init in interface ISituationTypeinit in class SituationTypeImplISituationType.init()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||