Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imocf.config
Interface AdvancedMBean


public interface AdvancedMBean

Inteface for AdvancedMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getCarryCCAOnInternalServiceBrokerMessages()
          Specifies whether IM-OCF attaches CCAs to internal Service Broker messages and the attached CCA encoding format.
 java.lang.String getCarryOverAvps()
          Specifies the top level AVPs (code#vendor ID) to be carried to following CCRs.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getTerminationCauseAvpOnMessageOK()
           
 void setCarryCCAOnInternalServiceBrokerMessages(java.lang.String param)
          Specifies whether IM-OCF attaches CCAs to internal Service Broker messages and the attached CCA encoding format.
 void setCarryOverAvps(java.lang.String param)
          Specifies the top level AVPs (code#vendor ID) to be carried to following CCRs.
 void setTerminationCauseAvpOnMessageOK(java.lang.String param)
           

 

Method Detail

getTerminationCauseAvpOnMessageOK

java.lang.String getTerminationCauseAvpOnMessageOK()
                                                   throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTerminationCauseAvpOnMessageOK

void setTerminationCauseAvpOnMessageOK(java.lang.String param)
                                       throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getCarryCCAOnInternalServiceBrokerMessages

java.lang.String getCarryCCAOnInternalServiceBrokerMessages()
                                                            throws java.io.IOException
Specifies whether IM-OCF attaches CCAs to internal Service Broker messages and the attached CCA encoding format. Possible values: NONE, XER
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCarryCCAOnInternalServiceBrokerMessages

void setCarryCCAOnInternalServiceBrokerMessages(java.lang.String param)
                                                throws java.io.IOException
Specifies whether IM-OCF attaches CCAs to internal Service Broker messages and the attached CCA encoding format. Possible values: NONE, XER
Parameters:
param -
Throws:
java.io.IOException

getCarryOverAvps

java.lang.String getCarryOverAvps()
                                  throws java.io.IOException
Specifies the top level AVPs (code#vendor ID) to be carried to following CCRs. Has the following format: '201#0' '23#10415'
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCarryOverAvps

void setCarryOverAvps(java.lang.String param)
                      throws java.io.IOException
Specifies the top level AVPs (code#vendor ID) to be carried to following CCRs. Has the following format: '201#0' '23#10415'
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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