|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Feature Situation'.
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
The following features are supported:
EventPackage.getFeatureSituation()
Method Summary | |
---|---|
java.lang.String |
getFeatureDisposition()
Returns the value of the 'Feature Disposition' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. |
void |
setFeatureDisposition(java.lang.String value)
Sets the value of the ' Feature Disposition ' attribute. |
Methods inherited from interface org.eclipse.hyades.logging.events.cbe.SituationType |
---|
getReasoningScope, setReasoningScope, validate |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public java.lang.String getFeatureDisposition()
Returns the value of the 'Feature Disposition' attribute.
setFeatureDisposition(String)
,
EventPackage.getFeatureSituation_FeatureDisposition()
public void setFeatureDisposition(java.lang.String value)
Feature Disposition
' attribute.
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:
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.
value
- the new value of the 'Feature Disposition' attribute.getFeatureDisposition()
public void init()
init
in interface SituationType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |