|
|||||||||||
| 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.StopSituationImpl
The StopSituation deals with the shutdown process for a component. Message that
indicate that a component has begun to stop, that it has stopped, or that the
stopping process has failed all fall into this category. Existing messages include
words like stop, stopping, stopped, completed, and exiting, for example:
WSVR0220I: Application stopped: {0}
WSVR0102E: An error occurred stopping, {0}
MSGS0657I: Stopping the MQJD JMS Provider
IStopSituation,
ISituationType,
Serialized Form| Field Summary | |
|---|---|
protected java.lang.String |
situationQualifier
Deprecated. |
protected java.lang.String |
successDisposition
Deprecated. |
| Fields inherited from class org.eclipse.hyades.logging.events.SituationTypeImpl |
|---|
reasoningScope |
| Constructor Summary | |
|---|---|
protected |
StopSituationImpl()
Deprecated. No-argument protected constructor for StopSituationImpl. |
| 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 |
getSituationQualifier()
Deprecated. Returns the situationQualifier. |
java.lang.String |
getSuccessDisposition()
Deprecated. Returns the successDisposition. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. null) state. |
void |
setSituationQualifier(java.lang.String situationQualifier)
Deprecated. Sets the situationQualifier. |
void |
setSuccessDisposition(java.lang.String successDisposition)
Deprecated. Sets the successDisposition. |
| 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 successDisposition
protected java.lang.String situationQualifier
| Constructor Detail |
protected StopSituationImpl()
| Method Detail |
public java.lang.String getSuccessDisposition()
getSuccessDisposition in interface IStopSituationpublic java.lang.String getSituationQualifier()
getSituationQualifier in interface IStopSituationpublic void setSuccessDisposition(java.lang.String successDisposition)
setSuccessDisposition in interface IStopSituationsuccessDisposition - The successDisposition to be set.public void setSituationQualifier(java.lang.String situationQualifier)
setSituationQualifier in interface IStopSituationsituationQualifier - The situationQualifier 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 | ||||||||||