http://www.ibm.com/wsdl/soa/fltalm/v1_1/interface
The fault and alarm component performs appropriate logging and
notification generation for service implementation faults and alarms.
Services are identified via their service parameter, which should be
uniquely named to avoid conflicts. The source component should also
adhere to the following naming scheme to uniquely identify itself:
<server_name>:<ear_name>:<class_name>. Implementations
of this component may implement alarm suppression, where similar alarms
are suppressed to avoid emitting the same alarms repeatedly in an alarm
condition. Configuration of such behavior is specific to the
implementation of this component.
Operations |
|
XML |
-<wsdl:portType name="FaultAlarmInterface">
<xhtml:p>The fault and alarm component performs appropriate logging and
notification generation for service implementation faults and alarms.
Services are identified via their service parameter, which should be
uniquely named to avoid conflicts. The source component should also
adhere to the following naming scheme to uniquely identify itself:
<server_name>:<ear_name>:<class_name>. Implementations
of this component may implement alarm suppression, where similar alarms
are suppressed to avoid emitting the same alarms repeatedly in an alarm
condition. Configuration of such behavior is specific to the
implementation of this component.</xhtml:p>
</wsdl:documentation>
-<wsdl:operation name="recordFault">
<xhtml:p>Records a fault.</xhtml:p>
</wsdl:documentation>
<xhtml:p>Record fault operation input parameters. Specifies the fault
information to record.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
<xhtml:p>Record fault response result.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
</wsdl:operation>
-<wsdl:operation name="recordAlarm">
<xhtml:p>Records an alarm.</xhtml:p>
</wsdl:documentation>
<xhtml:p>Record alarm operation input parameters. Specifies the alarm
information to record.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
<xhtml:p>Record alarm response result.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
|
Used-By |
|