Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imocf.config
Interface CcfhRecordMBean


public interface CcfhRecordMBean

Inteface for CcfhRecordMBean

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

Method Summary
 java.lang.String getAnnouncementId()
          Specifies announcement ID for reject-call announcement, in case announcement should be played for the error code
 java.lang.String getCallHandling()
          Specifies a method for default call handling when: Use CCA CCFH is set to False.
 javax.management.ObjectName getCcfhRecords_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: CcfhRecords_REFSEP_
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getRangeHigh()
          Specifies the high limit of a Result-Code range.Together with the Range Low parameter, it specifies the a range of Result-Code values.If you need to define a range with only one Result-Code value in it, specify this value in both the Range Low and Range High parameters.
 int getRangeLow()
          Specifies the low limit of a Result-Code range.
 java.lang.String getUseCcfh()
          Specifies whether or not IM-OCF handles the call based on the Credit Control Failure Handling specified in CCA.
 void setAnnouncementId(java.lang.String param)
          Specifies announcement ID for reject-call announcement, in case announcement should be played for the error code
 void setCallHandling(java.lang.String param)
          Specifies a method for default call handling when: Use CCA CCFH is set to False.
 void setRangeHigh(int param)
          Specifies the high limit of a Result-Code range.Together with the Range Low parameter, it specifies the a range of Result-Code values.If you need to define a range with only one Result-Code value in it, specify this value in both the Range Low and Range High parameters.
 void setRangeLow(int param)
          Specifies the low limit of a Result-Code range.
 void setUseCcfh(java.lang.String param)
          Specifies whether or not IM-OCF handles the call based on the Credit Control Failure Handling specified in CCA.

 

Method Detail

getCcfhRecords_REFSEP_

javax.management.ObjectName getCcfhRecords_REFSEP_()
                                                   throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: CcfhRecords_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getRangeLow

int getRangeLow()
                throws java.io.IOException
Specifies the low limit of a Result-Code range. Together with the Range High parameter, it specifies the a range of Result-Code values.If you need to define a range with only one Result-Code value in it, specify this value in both the Range Low and Range High parameters. Note: IM-OCF uses preset handling settings that you cannot change for the following Result-Code values:3003,4001,4010-4012,5003,5006. Do not define any of these codes.Preset handling prevails user settings.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRangeLow

void setRangeLow(int param)
                 throws java.io.IOException
Specifies the low limit of a Result-Code range. Together with the Range High parameter, it specifies the a range of Result-Code values.If you need to define a range with only one Result-Code value in it, specify this value in both the Range Low and Range High parameters. Note: IM-OCF uses preset handling settings that you cannot change for the following Result-Code values:3003,4001,4010-4012,5003,5006. Do not define any of these codes.Preset handling prevails user settings.
Parameters:
param -
Throws:
java.io.IOException

getRangeHigh

int getRangeHigh()
                 throws java.io.IOException
Specifies the high limit of a Result-Code range.Together with the Range Low parameter, it specifies the a range of Result-Code values.If you need to define a range with only one Result-Code value in it, specify this value in both the Range Low and Range High parameters. Note: IM-OCF uses preset handling settings that you cannot change for the following Result-Code values:3003,4001,4010-4012,5003,5006. Do not define any of these codes. Preset handling prevails user settings.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRangeHigh

void setRangeHigh(int param)
                  throws java.io.IOException
Specifies the high limit of a Result-Code range.Together with the Range Low parameter, it specifies the a range of Result-Code values.If you need to define a range with only one Result-Code value in it, specify this value in both the Range Low and Range High parameters. Note: IM-OCF uses preset handling settings that you cannot change for the following Result-Code values:3003,4001,4010-4012,5003,5006. Do not define any of these codes. Preset handling prevails user settings.
Parameters:
param -
Throws:
java.io.IOException

getUseCcfh

java.lang.String getUseCcfh()
                            throws java.io.IOException
Specifies whether or not IM-OCF handles the call based on the Credit Control Failure Handling specified in CCA.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setUseCcfh

void setUseCcfh(java.lang.String param)
                throws java.io.IOException
Specifies whether or not IM-OCF handles the call based on the Credit Control Failure Handling specified in CCA.
Parameters:
param -
Throws:
java.io.IOException

getCallHandling

java.lang.String getCallHandling()
                                 throws java.io.IOException
Specifies a method for default call handling when: Use CCA CCFH is set to False. Use CCA CCFH is set to True, but IM-OCF received a CCA without the AVP specified
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCallHandling

void setCallHandling(java.lang.String param)
                     throws java.io.IOException
Specifies a method for default call handling when: Use CCA CCFH is set to False. Use CCA CCFH is set to True, but IM-OCF received a CCA without the AVP specified
Parameters:
param -
Throws:
java.io.IOException

getAnnouncementId

java.lang.String getAnnouncementId()
                                   throws java.io.IOException
Specifies announcement ID for reject-call announcement, in case announcement should be played for the error code
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAnnouncementId

void setAnnouncementId(java.lang.String param)
                       throws java.io.IOException
Specifies announcement ID for reject-call announcement, in case announcement should be played for the error code
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.