Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.service.dmode.config.beans
Interface DegradedModeConfigMBean

All Superinterfaces:
DegradedModeConfigReadOnlyMBean
All Known Implementing Classes:
DegradedModeConfig

public interface DegradedModeConfigMBean
extends DegradedModeConfigReadOnlyMBean

Method Summary
 boolean isSetCdrReplay()
           
 boolean isSetControl()
           
 boolean isSetHeartBeatInterval()
           
 void setCdrReplayMBean(CdrReplayTypeMBean val)
          Set the value of the CdrReplayType element
 void setControlMBean(ControlTypeMBean val)
          Set the value of the ControlType element
 void setHeartBeatInterval(long value)
          Sets the value of the heartBeatInterval property.

 

Methods inherited from interface oracle.ocsb.app.rcc.service.dmode.config.beans.DegradedModeConfigReadOnlyMBean
getCdrReplayMBean, getControlMBean, getHeartBeatInterval

 

Method Detail

isSetControl

boolean isSetControl()

setHeartBeatInterval

void setHeartBeatInterval(long value)
Sets the value of the heartBeatInterval property.

isSetHeartBeatInterval

boolean isSetHeartBeatInterval()

isSetCdrReplay

boolean isSetCdrReplay()

setControlMBean

void setControlMBean(ControlTypeMBean val)
Set the value of the ControlType element

setCdrReplayMBean

void setCdrReplayMBean(CdrReplayTypeMBean val)
Set the value of the CdrReplayType element

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


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