|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Start Situation'.
The StartSituation deals with the start up process for a component. Messages that indicate that a component has begun the startup process, that it has finished the startup process, or that it has aborted the startup process all fall into this category. Existing messages include words like "starting", "started", "initializing", and "initialized", for example:
DIA3206I The TCP/IP protocol support was started successfully.
DIA3000I "%1S" protocol support was successfully started.
DIA3001E "%1S" protocol support was not successfully started.
WSVR0037I: Starting EJB jar: {0}
The following features are supported:
EventPackage.getStartSituation()
Method Summary | |
---|---|
java.lang.String |
getSituationQualifier()
Returns the value of the 'Situation Qualifier' attribute. |
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 |
setSituationQualifier(java.lang.String value)
Sets the value of the ' Situation Qualifier ' attribute. |
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.getStartSituation_SuccessDisposition()
public void setSuccessDisposition(java.lang.String value)
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 java.lang.String getSituationQualifier()
Returns the value of the 'Situation Qualifier' attribute.
setSituationQualifier(String)
,
EventPackage.getStartSituation_SituationQualifier()
public void setSituationQualifier(java.lang.String value)
Situation Qualifier
' attribute.
This property specifies the situation qualifiers that are representation of the parameters necessary to describe the situation.
The situationQualifier 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 'Situation Qualifier' attribute.getSituationQualifier()
public void init()
init
in interface SituationType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |