|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyServiceConfigurationMBean
Provides API to enable/disable services and enable/disable monitoring for a proxy service.
Field Summary | |
---|---|
static String |
NAME
Name of this mbean |
static 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 |
Methods inherited from interface weblogic.management.mbeanservers.Service |
---|
getName, getParentAttribute, getParentService, getPath, getType |
Field Detail |
---|
static final String NAME
static final String TYPE
Method Detail |
---|
boolean isPipelineAlertingEnabled(Ref serviceRef) throws Exception
serviceRef
- the reference to the service
Exception
void enablePipelineAlerting(Ref serviceRef) throws Exception
serviceRef
- the reference to the service
Exception
void disablePipelineAlerting(Ref serviceRef) throws Exception
serviceRef
- the reference to the service
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |