|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Available Situation'.
The AvailableSituation deals with the situations reported from the component regarding its operational state and availability. This situation provides a context for operations that can be performed on the component by distinguishing if a product is installed, operational, and ready to process functional requests. Or, operational and ready/not ready to process management requests. Existing messages include words like those that indicate it is ready to take requests, both online and offline. For example:
ADMC0013I: SOAP connector available at port 8880
ADMC0026I: RMI Connector available at port 2809
The following features are supported:
EventPackage.getAvailableSituation()| Method Summary | |
|---|---|
java.lang.String |
getAvailabilityDisposition()
Returns the value of the 'Availability Disposition' attribute. |
java.lang.String |
getOperationDisposition()
Returns the value of the 'Operation Disposition' attribute. |
java.lang.String |
getProcessingDisposition()
Returns the value of the 'Processing Disposition' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. |
void |
setAvailabilityDisposition(java.lang.String value)
Sets the value of the ' Availability Disposition' attribute. |
void |
setOperationDisposition(java.lang.String value)
Sets the value of the ' Operation Disposition' attribute. |
void |
setProcessingDisposition(java.lang.String value)
Sets the value of the ' Processing 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 getOperationDisposition()
Returns the value of the 'Operation Disposition' attribute.
setOperationDisposition(String),
EventPackage.getAvailableSituation_OperationDisposition()public void setOperationDisposition(java.lang.String value)
Sets the value of the 'Operation Disposition' attribute.
This property specifies the operational state of the component reported by the situation. The operationalDisposition is a string with the values such as:
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 'Operation Disposition' attribute.getOperationDisposition()public java.lang.String getAvailabilityDisposition()
Returns the value of the 'Availability Disposition' attribute.
setAvailabilityDisposition(String),
EventPackage.getAvailableSituation_AvailabilityDisposition()public void setAvailabilityDisposition(java.lang.String value)
Sets the value of the 'Availability Disposition' attribute.
This property specifies the availability disposition of an entity or component that caused the situation to be reported.
The availabilityDisposition is a string with the following set of values:
value - the new value of the 'Availability Disposition' attribute.getAvailabilityDisposition()public java.lang.String getProcessingDisposition()
Returns the value of the 'Processing Disposition' attribute.
setProcessingDisposition(String),
EventPackage.getAvailableSituation_ProcessingDisposition()public void setProcessingDisposition(java.lang.String value)
Sets the value of the 'Processing Disposition' attribute.
This property specifies the processing disposition of a component operation that caused the situation to be reported.
The processingDisposition is a string with the following set of values:
value - the new value of the 'Processing Disposition' attribute.getProcessingDisposition()public void init()
init in interface SituationType
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||