|
|||||||||||
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.FeatureSituationImpl
The FeatureSituation deals with the situations that announce that a feature
of a component is now ready (or not ready) for service requests. Situations
that indicate things like services being available and services or features
being unavailable fall into this category. Existing situations include words
like now available, currently available, and transport is listening on port
123, for example:
SRVE0171I: Transport HTTPS is listening on port 9443
MSGS0601I: WebSphere Embedded Messaging has not been installed
IFeatureSituation
,
ISituationType
,
Serialized FormField Summary | |
---|---|
protected java.lang.String |
featureDisposition
Deprecated. |
Fields inherited from class org.eclipse.hyades.logging.events.SituationTypeImpl |
---|
reasoningScope |
Constructor Summary | |
---|---|
protected |
FeatureSituationImpl()
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 |
getFeatureDisposition()
Deprecated. Returns the featureDisposition. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. |
void |
setFeatureDisposition(java.lang.String featureDisposition)
Deprecated. Sets the featureDisposition. |
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 featureDisposition
Constructor Detail |
protected FeatureSituationImpl()
Method Detail |
public java.lang.String getFeatureDisposition()
getFeatureDisposition
in interface IFeatureSituation
public void setFeatureDisposition(java.lang.String featureDisposition)
setFeatureDisposition
in interface IFeatureSituation
featureDisposition
- The featureDisposition 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 |