http://www.ibm.com/wsdl/soa/fltalm/v1_1/interface
The FaultAlarmInterface Port Type

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.

 Collapse Operations
FaultAlarmInterface_recordAlarmResponse  recordAlarm (recordAlarmRequest parameters)

Records an alarm.

Input: FaultAlarmInterface_recordAlarmRequest

Record alarm operation input parameters. Specifies the alarm information to record.

Output: FaultAlarmInterface_recordAlarmResponse

Record alarm response result.


FaultAlarmInterface_recordFaultResponse  recordFault (recordFaultRequest parameters)

Records a fault.

Input: FaultAlarmInterface_recordFaultRequest

Record fault operation input parameters. Specifies the fault information to record.

Output: FaultAlarmInterface_recordFaultResponse

Record fault response result.


 Collapse XML
-<wsdl:portType  name="FaultAlarmInterface">
-<wsdl:documentation>
<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">
-<wsdl:documentation>
<xhtml:p>Records a fault.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Record fault operation input parameters. Specifies the fault information to record.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Record fault response result.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
</wsdl:operation>
-<wsdl:operation  name="recordAlarm">
-<wsdl:documentation>
<xhtml:p>Records an alarm.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Record alarm operation input parameters. Specifies the alarm information to record.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Record alarm response result.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
 Collapse Used-By
Service Port Binding
FaultAlarmInterfaceService FaultAlarmInterface FaultAlarmInterfaceBinding
Generated by WSDLdoc ©