Combinations of Custom Service Health Check Operations

The tables in this section are valid when Custom Service Health Check is enabled and describe the various combinations in which Custom Service Health Check operates.

For more information on the Handle Shared Resources and Handle Component References check boxes, refer to Generating a Custom Service Health Check Method.

For more information on node-based TRA properties, refer to Enabling Custom Service Health Check at the Node Level.

Combinations of Handling Shared Resources
"Handle Shared Resources" Check Box
Node-based TRA Property Selected Not Selected
Implemented Not Implemented Implemented Not Implemented
com.tibco.amx.healthcheck.sharedresource true Custom Only None Base and Custom Base Only
false Custom Only None Custom Only None
Note: "Not Implemented" in the above table indicates that Custom Service Health Check via Annotations is enabled but the code for Custom Service Health Check of Shared Resources has not been implemented.
Combinations of Handling Component References
"Handle Component References" Check Box
Node-based TRA Property Selected Not Selected
Implemented Not Implemented Implemented Not Implemented
com.tibco.amx.healthcheck.custom.propagate true Custom Only None Base and Custom Base Only
false Custom Only None Custom Only None
Note: The Base Service Health Check functionality propagates the request to all SOA components, wherever applicable. However, for the Custom Service Health Check functionality, the Custom Annotated method should implement propagation, if required.