Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imofcfpcp.beans
Interface CallHandlingMBean


public interface CallHandlingMBean

Inteface for CallHandlingMBean

Author:
osnat CallHandlingMBean enables you to configure how a call is handled. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getDestinationAlias()
          This is an alias to one of the Diameter Offline Charging Server realm specified in the SSU Diameter configuration
 int getFailureCodeForProcessingError()
          Defines the SAL error used by IM-OFCF in the case ACR was failed to be created
 java.lang.String getServiceContext()
          Defines the 3GPP Service-Context-Id AVP if it is not set
 void setDestinationAlias(java.lang.String param)
          This is an alias to one of the Diameter Offline Charging Server realm specified in the SSU Diameter configuration
 void setFailureCodeForProcessingError(int param)
          Defines the SAL error used by IM-OFCF in the case ACR was failed to be created
 void setServiceContext(java.lang.String param)
          Defines the 3GPP Service-Context-Id AVP if it is not set

 

Method Detail

getDestinationAlias

java.lang.String getDestinationAlias()
                                     throws java.io.IOException
This is an alias to one of the Diameter Offline Charging Server realm specified in the SSU Diameter configuration
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDestinationAlias

void setDestinationAlias(java.lang.String param)
                         throws java.io.IOException
This is an alias to one of the Diameter Offline Charging Server realm specified in the SSU Diameter configuration
Parameters:
param -
Throws:
java.io.IOException

getServiceContext

java.lang.String getServiceContext()
                                   throws java.io.IOException
Defines the 3GPP Service-Context-Id AVP if it is not set
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setServiceContext

void setServiceContext(java.lang.String param)
                       throws java.io.IOException
Defines the 3GPP Service-Context-Id AVP if it is not set
Parameters:
param -
Throws:
java.io.IOException

getFailureCodeForProcessingError

int getFailureCodeForProcessingError()
                                     throws java.io.IOException
Defines the SAL error used by IM-OFCF in the case ACR was failed to be created
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setFailureCodeForProcessingError

void setFailureCodeForProcessingError(int param)
                                      throws java.io.IOException
Defines the SAL error used by IM-OFCF in the case ACR was failed to be created
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.