Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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


public interface PcpToRfMediatorConfigMBean

Method Summary
 void addOpcodeMapping()
          Add a new element named opcodeMapping
 long getAcrTimeout()
          Gets the value of the acrTimeout property.
 String getBrmClientProgramName()
          Gets the value of the brmClientProgramName property.
 String getBrmObjectType()
          Gets the value of the brmObjectType property.
 List<OpcodeMappingTypeMBean> getOpcodeMappingMBean()
          Return the list of the OpcodeMappingType element
 ServiceTypesMBean getServiceTypesMBean()
          Return the value of the ServiceTypes element
 boolean isIncrementalMode()
          Gets the value of the incrementalMode property.
 boolean isSetAcrTimeout()
           
 boolean isSetBrmClientProgramName()
           
 boolean isSetBrmObjectType()
           
 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 setIncrementalMode(boolean value)
          Sets the value of the incrementalMode property.
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element
 void unsetOpcodeMapping()
           

 

Method Detail

isSetServiceTypes

boolean isSetServiceTypes()

getBrmClientProgramName

String getBrmClientProgramName()
Gets the value of the brmClientProgramName property.

setBrmClientProgramName

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

isSetBrmClientProgramName

boolean isSetBrmClientProgramName()

getBrmObjectType

String getBrmObjectType()
Gets the value of the brmObjectType property.

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()

getAcrTimeout

long getAcrTimeout()
Gets the value of the acrTimeout property.

setAcrTimeout

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

isSetAcrTimeout

boolean isSetAcrTimeout()

isSetOpcodeMapping

boolean isSetOpcodeMapping()

unsetOpcodeMapping

void unsetOpcodeMapping()

addOpcodeMapping

void addOpcodeMapping()
Add a new element named opcodeMapping

removeOpcodeMapping

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

getServiceTypesMBean

ServiceTypesMBean getServiceTypesMBean()
Return the value of the ServiceTypes element

setServiceTypesMBean

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

getOpcodeMappingMBean

List<OpcodeMappingTypeMBean> getOpcodeMappingMBean()
Return the list of the OpcodeMappingType element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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