|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Configure Situation'.
The ConfigureSituation deals with the components identifying their
configuration. Any changes that a component makes to its configuration
should be logged using this category. Additionally, messages that describe
current configuration state fall into this category. Existing message
include words like port number is, address is, and process id, for
example:
ADFS0134I: File transfer is configured with host="9.27.11.13",
port="9090", securityEnabled="false".
The following features are supported:
EventPackage.getConfigureSituation()
Method Summary | |
---|---|
java.lang.String |
getSuccessDisposition()
Returns the value of the 'Success Disposition' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. |
void |
setSuccessDisposition(java.lang.String value)
Sets the value of the ' Success 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 getSuccessDisposition()
Returns the value of the 'Success Disposition' attribute.
setSuccessDisposition(String)
,
EventPackage.getConfigureSituation_SuccessDisposition()
public void setSuccessDisposition(java.lang.String value)
Sets the value of the 'Success Disposition
' attribute.
This property specifies whether or not the operation that caused the situation to be reported was successful. The successDisposition 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 'Success Disposition' attribute.getSuccessDisposition()
public void init()
init
in interface SituationType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |