Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imdsx.config
Interface CallHandlingMBean


public interface CallHandlingMBean

Inteface for CallHandlingMBean

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

Method Summary
 java.lang.String getDefaultCallHandling()
          Specifies the action to take in case of CNAM error.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getNoReponseTimeout()
          Specifies the time period in seconds that the IMDSX waits for CNAM response
 java.lang.String getScpAlias()
          Specifies the SCP to which IMDSX invokes a trigger.
 void setDefaultCallHandling(java.lang.String param)
          Specifies the action to take in case of CNAM error.
 void setNoReponseTimeout(int param)
          Specifies the time period in seconds that the IMDSX waits for CNAM response
 void setScpAlias(java.lang.String param)
          Specifies the SCP to which IMDSX invokes a trigger.

 

Method Detail

getScpAlias

java.lang.String getScpAlias()
                             throws java.io.IOException
Specifies the SCP to which IMDSX invokes a trigger. This is an Alias to one of the SCCP addresses specified in the SS7 SSU configuration.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setScpAlias

void setScpAlias(java.lang.String param)
                 throws java.io.IOException
Specifies the SCP to which IMDSX invokes a trigger. This is an Alias to one of the SCCP addresses specified in the SS7 SSU configuration.
Parameters:
param -
Throws:
java.io.IOException

getDefaultCallHandling

java.lang.String getDefaultCallHandling()
                                        throws java.io.IOException
Specifies the action to take in case of CNAM error. Possible values:Possible values: CONTINUE_CALL; RELEASE_CALL
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultCallHandling

void setDefaultCallHandling(java.lang.String param)
                            throws java.io.IOException
Specifies the action to take in case of CNAM error. Possible values:Possible values: CONTINUE_CALL; RELEASE_CALL
Parameters:
param -
Throws:
java.io.IOException

getNoReponseTimeout

int getNoReponseTimeout()
                        throws java.io.IOException
Specifies the time period in seconds that the IMDSX waits for CNAM response
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setNoReponseTimeout

void setNoReponseTimeout(int param)
                         throws java.io.IOException
Specifies the time period in seconds that the IMDSX waits for CNAM response
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.