Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.win1.config
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 getBodyEncodingFormat()
          Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message.
 int getCallCcdirInterval()
          Specifies the interval in seconds between two invocations of CCDIR operations.
 int getCallCcdirWaitingInterval()
          Specifies the interval in seconds that IM-SCF waits for CCDIR response.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getOeReactionIntervalInSeconds()
          Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages.
 java.lang.String getPAssertedIdentityDomainNameAddress()
          Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
 int getUiResetTimerIntervalInSeconds()
          Specifies the value, in seconds, of the WINREST timer.
 void setBodyEncodingFormat(java.lang.String param)
          Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message.
 void setCallCcdirInterval(int param)
          Specifies the interval in seconds between two invocations of CCDIR operations.
 void setCallCcdirWaitingInterval(int param)
          Specifies the interval in seconds that IM-SCF waits for CCDIR response.
 void setOeReactionIntervalInSeconds(int param)
          Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages.
 void setPAssertedIdentityDomainNameAddress(java.lang.String param)
          Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
 void setUiResetTimerIntervalInSeconds(int param)
          Specifies the value, in seconds, of the WINREST timer.

 

Method Detail

getOeReactionIntervalInSeconds

int getOeReactionIntervalInSeconds()
                                   throws java.io.IOException
Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages. When this timer expires, IM-SCF decides how to handle existing session (Continue or Release) according to the configuration settings. Default value: 100
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setOeReactionIntervalInSeconds

void setOeReactionIntervalInSeconds(int param)
                                    throws java.io.IOException
Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages. When this timer expires, IM-SCF decides how to handle existing session (Continue or Release) according to the configuration settings. Default value: 100
Parameters:
param -
Throws:
java.io.IOException

getPAssertedIdentityDomainNameAddress

java.lang.String getPAssertedIdentityDomainNameAddress()
                                                       throws java.io.IOException
Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPAssertedIdentityDomainNameAddress

void setPAssertedIdentityDomainNameAddress(java.lang.String param)
                                           throws java.io.IOException
Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
Parameters:
param -
Throws:
java.io.IOException

getBodyEncodingFormat

java.lang.String getBodyEncodingFormat()
                                       throws java.io.IOException
Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message. Possible values: BER, XER, NONE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setBodyEncodingFormat

void setBodyEncodingFormat(java.lang.String param)
                           throws java.io.IOException
Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message. Possible values: BER, XER, NONE
Parameters:
param -
Throws:
java.io.IOException

getCallCcdirInterval

int getCallCcdirInterval()
                         throws java.io.IOException
Specifies the interval in seconds between two invocations of CCDIR operations.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setCallCcdirInterval

void setCallCcdirInterval(int param)
                          throws java.io.IOException
Specifies the interval in seconds between two invocations of CCDIR operations.
Parameters:
param -
Throws:
java.io.IOException

getCallCcdirWaitingInterval

int getCallCcdirWaitingInterval()
                                throws java.io.IOException
Specifies the interval in seconds that IM-SCF waits for CCDIR response. Note: the value defined in CCDIR Waiting Interval must be less than the value of CCDIR Interval in Seconds.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setCallCcdirWaitingInterval

void setCallCcdirWaitingInterval(int param)
                                 throws java.io.IOException
Specifies the interval in seconds that IM-SCF waits for CCDIR response. Note: the value defined in CCDIR Waiting Interval must be less than the value of CCDIR Interval in Seconds.
Parameters:
param -
Throws:
java.io.IOException

getUiResetTimerIntervalInSeconds

int getUiResetTimerIntervalInSeconds()
                                     throws java.io.IOException
Specifies the value, in seconds, of the WINREST timer.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setUiResetTimerIntervalInSeconds

void setUiResetTimerIntervalInSeconds(int param)
                                      throws java.io.IOException
Specifies the value, in seconds, of the WINREST timer.
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.