Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpel.services.workflow.diagnostics
Interface IDiagnosticService


public interface IDiagnosticService
Since:
release specific (what release of product did this appear in)

Nested Class Summary
static class IDiagnosticService.ServicesEnum
          Enumeration that lists all the workflow services which getDiagnostics() funtion supports.

 

Method Summary
 HWFServicesDiagnostics getDiagnostics(IWorkflowContext adminCtx, IDiagnosticService.ServicesEnum svc, DiagnosticParameters diagParams)
          Diagnostic function checks the health of various workflow services, returns diagnostics in form of HWFServicesDiagnostics objects.

 

Method Detail

getDiagnostics

HWFServicesDiagnostics getDiagnostics(IWorkflowContext adminCtx,
                                      IDiagnosticService.ServicesEnum svc,
                                      DiagnosticParameters diagParams)
                                      throws WorkflowException
Diagnostic function checks the health of various workflow services, returns diagnostics in form of HWFServicesDiagnostics objects.
Parameters:
adminCtx - an authenticated IWorkflowContext. used to determine appropraite Locale for user-readable labels.
svc - is a Enumeration for type of services that need to run Diagnostic function like IDENTITY, NOTIFICATION , ALL etc. The value of the parameter decides getDiagnostics() is called for which particular service. If the value of serviceEnum is ALL getDiagnostics() function is called for all the services in the serviceEnum.
Returns:
HWFServicesDiagnostics object.
Throws:
WorkflowException - if some error condition occurs.

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.