Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.rimocf.config
Interface CallHandlingMBean


public interface CallHandlingMBean

Inteface for CallHandlingMBean

Author:
osnat CallHandlingMBean enables you to configure how the R-IM-OCF handles calls. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 int getDefaultResultCodeAvp()
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL error and none of the previous parameters apply.
 java.lang.String getDefaultSessionType()
          Specifies how R-IM-OCF marks new sessions internally.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getInitialCCRMode()
          Specifies whether incoming initial CCRs (Request-Type AVP set to 'initial') are considered ECUR or SCUR
 int getResultCodeAVPOnNoResponseFromAS()
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP in a case when the charging application is not responding (that is a response timer expires).
 int getResultCodeAvpOnSal4XX()
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 4XX error.
 int getResultCodeAvpOnSal5XX()
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 5XX error.
 int getResultCodeAvpOnSal6XX()
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 6XX error.
 int getResultCodeAvpValueOnSessionDisconnectionByAS()
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when a session is disconnected by the charging application.
 void setDefaultResultCodeAvp(int param)
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL error and none of the previous parameters apply.
 void setDefaultSessionType(java.lang.String param)
          Specifies how R-IM-OCF marks new sessions internally.
 void setInitialCCRMode(java.lang.String param)
          Specifies whether incoming initial CCRs (Request-Type AVP set to 'initial') are considered ECUR or SCUR
 void setResultCodeAVPOnNoResponseFromAS(int param)
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP in a case when the charging application is not responding (that is a response timer expires).
 void setResultCodeAvpOnSal4XX(int param)
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 4XX error.
 void setResultCodeAvpOnSal5XX(int param)
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 5XX error.
 void setResultCodeAvpOnSal6XX(int param)
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 6XX error.
 void setResultCodeAvpValueOnSessionDisconnectionByAS(int param)
          Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when a session is disconnected by the charging application.

 

Method Detail

getInitialCCRMode

java.lang.String getInitialCCRMode()
                                   throws java.io.IOException
Specifies whether incoming initial CCRs (Request-Type AVP set to 'initial') are considered ECUR or SCUR
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setInitialCCRMode

void setInitialCCRMode(java.lang.String param)
                       throws java.io.IOException
Specifies whether incoming initial CCRs (Request-Type AVP set to 'initial') are considered ECUR or SCUR
Parameters:
param -
Throws:
java.io.IOException

getDefaultSessionType

java.lang.String getDefaultSessionType()
                                       throws java.io.IOException
Specifies how R-IM-OCF marks new sessions internally.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultSessionType

void setDefaultSessionType(java.lang.String param)
                           throws java.io.IOException
Specifies how R-IM-OCF marks new sessions internally.
Parameters:
param -
Throws:
java.io.IOException

getResultCodeAvpValueOnSessionDisconnectionByAS

int getResultCodeAvpValueOnSessionDisconnectionByAS()
                                                    throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when a session is disconnected by the charging application.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultCodeAvpValueOnSessionDisconnectionByAS

void setResultCodeAvpValueOnSessionDisconnectionByAS(int param)
                                                     throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when a session is disconnected by the charging application.
Parameters:
param -
Throws:
java.io.IOException

getResultCodeAVPOnNoResponseFromAS

int getResultCodeAVPOnNoResponseFromAS()
                                       throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP in a case when the charging application is not responding (that is a response timer expires).
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultCodeAVPOnNoResponseFromAS

void setResultCodeAVPOnNoResponseFromAS(int param)
                                        throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP in a case when the charging application is not responding (that is a response timer expires).
Parameters:
param -
Throws:
java.io.IOException

getResultCodeAvpOnSal4XX

int getResultCodeAvpOnSal4XX()
                             throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 4XX error.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultCodeAvpOnSal4XX

void setResultCodeAvpOnSal4XX(int param)
                              throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 4XX error.
Parameters:
param -
Throws:
java.io.IOException

getResultCodeAvpOnSal5XX

int getResultCodeAvpOnSal5XX()
                             throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 5XX error.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultCodeAvpOnSal5XX

void setResultCodeAvpOnSal5XX(int param)
                              throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 5XX error.
Parameters:
param -
Throws:
java.io.IOException

getResultCodeAvpOnSal6XX

int getResultCodeAvpOnSal6XX()
                             throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 6XX error.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultCodeAvpOnSal6XX

void setResultCodeAvpOnSal6XX(int param)
                              throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL 6XX error.
Parameters:
param -
Throws:
java.io.IOException

getDefaultResultCodeAvp

int getDefaultResultCodeAvp()
                            throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL error and none of the previous parameters apply.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setDefaultResultCodeAvp

void setDefaultResultCodeAvp(int param)
                             throws java.io.IOException
Specifies the value that R-IM-OCF sets in a CCA Result-Code AVP when receiving an internal Service Broker SAL error and none of the previous parameters apply.
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.