|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.hyades.logging.events.SituationTypeImpl
org.eclipse.hyades.logging.events.DestroySituationImpl
The DestroySituation deals with the situations documenting when an entity or
component was removed or destroyed. Messages telling that a document was destroyed
or a file was deleted all fall into this category. Existing message include words
like was created, about to create, and now exists, for example:
CONM6007I: The connection pool was destroyed for data source (UDDI.Datasource.techs8.server1)
IDestroySituation
,
ISituationType
,
Serialized FormField Summary | |
---|---|
protected java.lang.String |
successDisposition
Deprecated. |
Fields inherited from class org.eclipse.hyades.logging.events.SituationTypeImpl |
---|
reasoningScope |
Constructor Summary | |
---|---|
protected |
DestroySituationImpl()
Deprecated. No-argument protected constructor for DestroySituationImpl. |
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 |
getSuccessDisposition()
Deprecated. Returns the successDisposition. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. |
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
Constructor Detail |
protected DestroySituationImpl()
Method Detail |
public java.lang.String getSuccessDisposition()
getSuccessDisposition
in interface IDestroySituation
public void setSuccessDisposition(java.lang.String successDisposition)
setSuccessDisposition
in interface IDestroySituation
successDisposition
- The successDisposition 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 SituationTypeImpl
object
- 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 SituationTypeImpl
java.lang.CloneNotSupportedException
public void init()
init
in interface ISituationType
init
in class SituationTypeImpl
ISituationType.init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |