Documentation Center

ServiceHealthMonitorBinding

This topic describes the ServiceHealthMonitorBinding element.

Description

A reference from a Service Health Monitor name to the Java class that implements it.

Attributes

AttributeDescription and useType
Name

The name of the Service Health Monitor.

(required)

One of the following values:

HttpServiceHealthMonitor
Polls processes through (optionally secured) HTTP calls.
JSONPostServiceHealthMonitor
Polls processes using the JSON format.
XmlHttpServiceHealthMonitor
Polls processes using XML HTTP calls.
RmiServiceHealthMonitor
Polls processes using a Remote Messaging Interface.
JmsServiceHealthMonitor
Polls processes using Java Message Service.
WebDAVServiceHealthMonitor
Polls processes using a WebDAV connection.
Class

The Java class implementing this Service Health Monitor.

(required)
string