org.eclipse.hyades.logging.events
Class FeatureSituationImpl

java.lang.Object
  extended byorg.eclipse.hyades.logging.events.SituationTypeImpl
      extended byorg.eclipse.hyades.logging.events.FeatureSituationImpl
All Implemented Interfaces:
java.lang.Cloneable, IFeatureSituation, ISituationType, java.io.Serializable

Deprecated. This class is deprecated as of 2004-05-17. Use the corresponding class available in org.eclipse.hyades.logging.events.cbe*

public class FeatureSituationImpl
extends SituationTypeImpl
implements IFeatureSituation, java.io.Serializable, java.lang.Cloneable

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

Since:
1.0.1
Version:
1.0.1
Author:
Richard K. Duggan, Paul E. Slauenwhite
See Also:
IFeatureSituation, ISituationType, Serialized Form

Field 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

featureDisposition

protected java.lang.String featureDisposition
Deprecated. 
Constructor Detail

FeatureSituationImpl

protected FeatureSituationImpl()
Deprecated. 
No-argument protected constructor for ReportSituationImpl.

Method Detail

getFeatureDisposition

public java.lang.String getFeatureDisposition()
Deprecated. 
Returns the featureDisposition. This property specifies the availability disposition of a feature of a component that caused the situation to be reported. The featureDisposition is a string with the following set of values: AVAILABLE NOT AVAILABLE This is a REQUIRED property and once it is set it MUST NOT change. The string length for this property MUST NOT exceed 64 characters.

Specified by:
getFeatureDisposition in interface IFeatureSituation
Returns:
String The returned featureDisposition.
Since:
1.0.1

setFeatureDisposition

public void setFeatureDisposition(java.lang.String featureDisposition)
Deprecated. 
Sets the featureDisposition. This property specifies the availability disposition of a feature of a component that caused the situation to be reported. The featureDisposition is a string with the following set of values: AVAILABLE NOT AVAILABLE This is a REQUIRED property and once it is set it MUST NOT change. The string length for this property MUST NOT exceed 64 characters.

Specified by:
setFeatureDisposition in interface IFeatureSituation
Parameters:
featureDisposition - The featureDisposition to be set.
Since:
1.0.1

equals

public 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.

Overrides:
equals in class SituationTypeImpl
Parameters:
object - The java.lang.Object to be compared to this object.
Returns:
true if this object is the same as the parameter object, false otherwise.
See Also:
Object.equals(java.lang.Object)

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Deprecated. 
Return a clone (copy by value) of this object. This is a deep copy version, in which all the objects within this object will be copied by value.

Overrides:
clone in class SituationTypeImpl
Returns:
Object The clone of this object.
Throws:
java.lang.CloneNotSupportedException

init

public void init()
Deprecated. 
Resets the object's properties to their initial (e.g. null) state.

Specified by:
init in interface ISituationType
Overrides:
init in class SituationTypeImpl
See Also:
ISituationType.init()