Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.rimofcfradius.config
Interface CallHandlingMBean


public interface CallHandlingMBean

Inteface for CallHandlingMBean

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

Method Summary
 java.lang.String getAccountingRealtimeRequired()
          Specifies the value that R-IM-OFCF sets in a ACA Accounting-Realtime-Required AVP, when ACA contains failure result code and this AVP is not already set
 java.lang.String getDefaultSessionType()
          Specifies how R-IM-OFCF marks new sessions internally
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getOperationMode()
          Rf server operation mode
 int getResultCodeValueForUndefinedError()
          Specifies the value that R-IM-OFCF sets in a ACA Result-Code AVP when receiving an internal Service Broker SAL error.
 int getSReactionTimerIntervalMillis()
          Waiting interval for expected reaction from Application Server, in milliseconds
 void setAccountingRealtimeRequired(java.lang.String param)
          Specifies the value that R-IM-OFCF sets in a ACA Accounting-Realtime-Required AVP, when ACA contains failure result code and this AVP is not already set
 void setDefaultSessionType(java.lang.String param)
          Specifies how R-IM-OFCF marks new sessions internally
 void setOperationMode(java.lang.String param)
          Rf server operation mode
 void setResultCodeValueForUndefinedError(int param)
          Specifies the value that R-IM-OFCF sets in a ACA Result-Code AVP when receiving an internal Service Broker SAL error.
 void setSReactionTimerIntervalMillis(int param)
          Waiting interval for expected reaction from Application Server, in milliseconds

 

Method Detail

getDefaultSessionType

java.lang.String getDefaultSessionType()
                                       throws java.io.IOException
Specifies how R-IM-OFCF 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-OFCF marks new sessions internally
Parameters:
param -
Throws:
java.io.IOException

getOperationMode

java.lang.String getOperationMode()
                                  throws java.io.IOException
Rf server operation mode
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOperationMode

void setOperationMode(java.lang.String param)
                      throws java.io.IOException
Rf server operation mode
Parameters:
param -
Throws:
java.io.IOException

getSReactionTimerIntervalMillis

int getSReactionTimerIntervalMillis()
                                    throws java.io.IOException
Waiting interval for expected reaction from Application Server, in milliseconds
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSReactionTimerIntervalMillis

void setSReactionTimerIntervalMillis(int param)
                                     throws java.io.IOException
Waiting interval for expected reaction from Application Server, in milliseconds
Parameters:
param -
Throws:
java.io.IOException

getResultCodeValueForUndefinedError

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

setResultCodeValueForUndefinedError

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

getAccountingRealtimeRequired

java.lang.String getAccountingRealtimeRequired()
                                               throws java.io.IOException
Specifies the value that R-IM-OFCF sets in a ACA Accounting-Realtime-Required AVP, when ACA contains failure result code and this AVP is not already set
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAccountingRealtimeRequired

void setAccountingRealtimeRequired(java.lang.String param)
                                   throws java.io.IOException
Specifies the value that R-IM-OFCF sets in a ACA Accounting-Realtime-Required AVP, when ACA contains failure result code and this AVP is not already set
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.