Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


com.bea.wli.sb.management.configuration
Interface ProxyServiceConfigurationMBean

All Superinterfaces:
CommonServiceConfigurationMBean

public interface ProxyServiceConfigurationMBean
extends CommonServiceConfigurationMBean

Provides API to enable/disable services and enable/disable monitoring for a proxy service.


Field Summary
static java.lang.String NAME
          Name of this mbean
static java.lang.String TYPE
          Type of this mbean

 

Method Summary
 void disablePipelineAlerting(Ref serviceRef)
          Disables pipeline alerts for this service.
 void enablePipelineAlerting(Ref serviceRef)
          Enables the pipeline alerts flag for this service.
 boolean isPipelineAlertingEnabled(Ref serviceRef)
          Returns true if the pipeline alert feature for this service is enabled.

 

Methods inherited from interface com.bea.wli.sb.management.configuration.CommonServiceConfigurationMBean
disableMonitoring, disableService, disableSLAAlerting, enableMonitoring, enableService, enableSLAAlerting, isEnabled, isMonitoringEnabled, isSLAAlertingEnabled

 

Field Detail

NAME

static final java.lang.String NAME
Name of this mbean
See Also:
Constant Field Values

TYPE

static final java.lang.String TYPE
Type of this mbean

Method Detail

isPipelineAlertingEnabled

boolean isPipelineAlertingEnabled(Ref serviceRef)
                                  throws java.lang.Exception
Returns true if the pipeline alert feature for this service is enabled.
Parameters:
serviceRef - the reference to the service
Throws:
java.lang.Exception

enablePipelineAlerting

void enablePipelineAlerting(Ref serviceRef)
                            throws java.lang.Exception
Enables the pipeline alerts flag for this service. If this is first time pipeline alerts are being enabled for this service, the severity level is set to "Normal". If pipeline alerts were enabled for this service at any point in the past, alerts are now re-enabled at the most recent level of severity.
Parameters:
serviceRef - the reference to the service
Throws:
java.lang.Exception

disablePipelineAlerting

void disablePipelineAlerting(Ref serviceRef)
                             throws java.lang.Exception
Disables pipeline alerts for this service. All Alert actions embedded in the flow of this service are reduced to no-ops.
Parameters:
serviceRef - the reference to the service
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


Copyright © 2008, 2011, Oracle. All rights reserved.