Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans
Interface PcpToRfMediatorConfigMBean

All Superinterfaces:
PcpToRfMediatorConfigReadOnlyMBean
All Known Implementing Classes:
PcpToRfMediatorConfig

public interface PcpToRfMediatorConfigMBean
extends PcpToRfMediatorConfigReadOnlyMBean

Method Summary
 void addOpcodeMapping()
          Add a new element named opcodeMapping
 boolean isIncrementalMode()
          Gets the value of the incrementalMode property.
 boolean isSetAcrTimeout()
           
 boolean isSetBrmClientProgramName()
           
 boolean isSetBrmObjectType()
           
 boolean isSetDegradedMode()
           
 boolean isSetIncrementalMode()
           
 boolean isSetOpcodeMapping()
           
 boolean isSetServiceTypes()
           
 void removeOpcodeMapping(int index)
          Remove an element named opcodeMapping by the index
 void setAcrTimeout(long value)
          Sets the value of the acrTimeout property.
 void setBrmClientProgramName(String value)
          Sets the value of the brmClientProgramName property.
 void setBrmObjectType(String value)
          Sets the value of the brmObjectType property.
 void setDegradedModeMBean(DegradedModeTypeMBean val)
          Set the value of the DegradedModeType element
 void setIncrementalMode(boolean value)
          Sets the value of the incrementalMode property.
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element
 void unsetOpcodeMapping()
           

 

Methods inherited from interface oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans.PcpToRfMediatorConfigReadOnlyMBean
getAcrTimeout, getBrmClientProgramName, getBrmObjectType, getDegradedModeMBean, getOpcodeMappingMBean, getServiceTypesMBean

 

Method Detail

isSetServiceTypes

boolean isSetServiceTypes()

setBrmClientProgramName

void setBrmClientProgramName(String value)
Sets the value of the brmClientProgramName property.

isSetBrmClientProgramName

boolean isSetBrmClientProgramName()

setBrmObjectType

void setBrmObjectType(String value)
Sets the value of the brmObjectType property.

isSetBrmObjectType

boolean isSetBrmObjectType()

isIncrementalMode

boolean isIncrementalMode()
Gets the value of the incrementalMode property.

setIncrementalMode

void setIncrementalMode(boolean value)
Sets the value of the incrementalMode property.

isSetIncrementalMode

boolean isSetIncrementalMode()

setAcrTimeout

void setAcrTimeout(long value)
Sets the value of the acrTimeout property.

isSetAcrTimeout

boolean isSetAcrTimeout()

isSetOpcodeMapping

boolean isSetOpcodeMapping()

unsetOpcodeMapping

void unsetOpcodeMapping()

isSetDegradedMode

boolean isSetDegradedMode()

addOpcodeMapping

void addOpcodeMapping()
Add a new element named opcodeMapping

removeOpcodeMapping

void removeOpcodeMapping(int index)
Remove an element named opcodeMapping by the index

setServiceTypesMBean

void setServiceTypesMBean(ServiceTypesMBean val)
Set the value of the ServiceTypes element

setDegradedModeMBean

void setDegradedModeMBean(DegradedModeTypeMBean val)
Set the value of the DegradedModeType 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.