Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.rimocf.config
Interface AdvancedMBean


public interface AdvancedMBean

Inteface for AdvancedMBean

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

Method Summary
 java.lang.String getAsDomainNameAddress()
           
 java.lang.String getCallHandlingOnNoOeReaction()
          Defines R-IM-OCF behavior upon OE reaction timer expiry.
 java.lang.String getCarryCCAOnInternalServiceBrokerMessages()
          Specifies whether R-IM-OCF attaches CCRs to internal Service Broker messages.
 int getCcrWaitingInterval()
           
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getEcurTerminationCauseValueForSipError()
           
 int getOeReactionTimerInterval()
          Defines (in msec) the interval R-IM-OCF waits before applying the configured behavior defined in call_handling_on_oe_no_reaction.
 java.lang.String getOeRoute()
           
 java.lang.String getReportingRreasonForSipInfo()
           
 int getResultCodeNoResponseReceived()
          Defines the default result code used by R-IM-OCF in CCA.
 int getResultCodeValueForFailedKeepAlive()
           
 java.lang.String getRImOcfDomainNameAddress()
           
 int getSip183UponCcrEnumerator()
          Defines the number of CCR used by R-IM-OCF to create SIP/SAL 183.
 java.lang.String getUseAutomaticSip200ForInvite()
          When set to TRUE, R-IM-OCF sends SIP 200 for INVITE w/o waiting on CCR (UPDATE).
 java.lang.String getUseAutomaticSip200ForReInvite()
          When set to TRUE, R-IM-OCF sends SIP 200 for reINVITE w/o waiting on CCR (UPDATE).
 int getWaitingForByeOrCancelInterval()
          Defines (in sec) the interval for which R-IM-OCF waits for northbound entity to terminate the SIP dialogue.
 void setAsDomainNameAddress(java.lang.String param)
           
 void setCallHandlingOnNoOeReaction(java.lang.String param)
          Defines R-IM-OCF behavior upon OE reaction timer expiry.
 void setCarryCCAOnInternalServiceBrokerMessages(java.lang.String param)
          Specifies whether R-IM-OCF attaches CCRs to internal Service Broker messages.
 void setCcrWaitingInterval(int param)
           
 void setEcurTerminationCauseValueForSipError(java.lang.String param)
           
 void setOeReactionTimerInterval(int param)
          Defines (in msec) the interval R-IM-OCF waits before applying the configured behavior defined in call_handling_on_oe_no_reaction.
 void setOeRoute(java.lang.String param)
           
 void setReportingRreasonForSipInfo(java.lang.String param)
           
 void setResultCodeNoResponseReceived(int param)
          Defines the default result code used by R-IM-OCF in CCA.
 void setResultCodeValueForFailedKeepAlive(int param)
           
 void setRImOcfDomainNameAddress(java.lang.String param)
           
 void setSip183UponCcrEnumerator(int param)
          Defines the number of CCR used by R-IM-OCF to create SIP/SAL 183.
 void setUseAutomaticSip200ForInvite(java.lang.String param)
          When set to TRUE, R-IM-OCF sends SIP 200 for INVITE w/o waiting on CCR (UPDATE).
 void setUseAutomaticSip200ForReInvite(java.lang.String param)
          When set to TRUE, R-IM-OCF sends SIP 200 for reINVITE w/o waiting on CCR (UPDATE).
 void setWaitingForByeOrCancelInterval(int param)
          Defines (in sec) the interval for which R-IM-OCF waits for northbound entity to terminate the SIP dialogue.

 

Method Detail

getRImOcfDomainNameAddress

java.lang.String getRImOcfDomainNameAddress()
                                            throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRImOcfDomainNameAddress

void setRImOcfDomainNameAddress(java.lang.String param)
                                throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getAsDomainNameAddress

java.lang.String getAsDomainNameAddress()
                                        throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsDomainNameAddress

void setAsDomainNameAddress(java.lang.String param)
                            throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getResultCodeNoResponseReceived

int getResultCodeNoResponseReceived()
                                    throws java.io.IOException
Defines the default result code used by R-IM-OCF in CCA. This CCA is created upon waiting_for_bye_or_cancel_interval expiration when no error received.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultCodeNoResponseReceived

void setResultCodeNoResponseReceived(int param)
                                     throws java.io.IOException
Defines the default result code used by R-IM-OCF in CCA. This CCA is created upon waiting_for_bye_or_cancel_interval expiration when no error received.
Parameters:
param -
Throws:
java.io.IOException

getOeReactionTimerInterval

int getOeReactionTimerInterval()
                               throws java.io.IOException
Defines (in msec) the interval R-IM-OCF waits before applying the configured behavior defined in call_handling_on_oe_no_reaction.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setOeReactionTimerInterval

void setOeReactionTimerInterval(int param)
                                throws java.io.IOException
Defines (in msec) the interval R-IM-OCF waits before applying the configured behavior defined in call_handling_on_oe_no_reaction.
Parameters:
param -
Throws:
java.io.IOException

getCallHandlingOnNoOeReaction

java.lang.String getCallHandlingOnNoOeReaction()
                                               throws java.io.IOException
Defines R-IM-OCF behavior upon OE reaction timer expiry.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCallHandlingOnNoOeReaction

void setCallHandlingOnNoOeReaction(java.lang.String param)
                                   throws java.io.IOException
Defines R-IM-OCF behavior upon OE reaction timer expiry.
Parameters:
param -
Throws:
java.io.IOException

getUseAutomaticSip200ForInvite

java.lang.String getUseAutomaticSip200ForInvite()
                                                throws java.io.IOException
When set to TRUE, R-IM-OCF sends SIP 200 for INVITE w/o waiting on CCR (UPDATE). Else, SIP 200 for INVITE is sent only upon CCR (UPDATE).
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setUseAutomaticSip200ForInvite

void setUseAutomaticSip200ForInvite(java.lang.String param)
                                    throws java.io.IOException
When set to TRUE, R-IM-OCF sends SIP 200 for INVITE w/o waiting on CCR (UPDATE). Else, SIP 200 for INVITE is sent only upon CCR (UPDATE).
Parameters:
param -
Throws:
java.io.IOException

getUseAutomaticSip200ForReInvite

java.lang.String getUseAutomaticSip200ForReInvite()
                                                  throws java.io.IOException
When set to TRUE, R-IM-OCF sends SIP 200 for reINVITE w/o waiting on CCR (UPDATE). Else, SIP 200 for reINVITE is sent only upon CCR (UPDATE).
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setUseAutomaticSip200ForReInvite

void setUseAutomaticSip200ForReInvite(java.lang.String param)
                                      throws java.io.IOException
When set to TRUE, R-IM-OCF sends SIP 200 for reINVITE w/o waiting on CCR (UPDATE). Else, SIP 200 for reINVITE is sent only upon CCR (UPDATE).
Parameters:
param -
Throws:
java.io.IOException

getResultCodeValueForFailedKeepAlive

int getResultCodeValueForFailedKeepAlive()
                                         throws java.io.IOException
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultCodeValueForFailedKeepAlive

void setResultCodeValueForFailedKeepAlive(int param)
                                          throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getWaitingForByeOrCancelInterval

int getWaitingForByeOrCancelInterval()
                                     throws java.io.IOException
Defines (in sec) the interval for which R-IM-OCF waits for northbound entity to terminate the SIP dialogue.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWaitingForByeOrCancelInterval

void setWaitingForByeOrCancelInterval(int param)
                                      throws java.io.IOException
Defines (in sec) the interval for which R-IM-OCF waits for northbound entity to terminate the SIP dialogue.
Parameters:
param -
Throws:
java.io.IOException

getSip183UponCcrEnumerator

int getSip183UponCcrEnumerator()
                               throws java.io.IOException
Defines the number of CCR used by R-IM-OCF to create SIP/SAL 183.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSip183UponCcrEnumerator

void setSip183UponCcrEnumerator(int param)
                                throws java.io.IOException
Defines the number of CCR used by R-IM-OCF to create SIP/SAL 183.
Parameters:
param -
Throws:
java.io.IOException

getCcrWaitingInterval

int getCcrWaitingInterval()
                          throws java.io.IOException
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setCcrWaitingInterval

void setCcrWaitingInterval(int param)
                           throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getOeRoute

java.lang.String getOeRoute()
                            throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOeRoute

void setOeRoute(java.lang.String param)
                throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getCarryCCAOnInternalServiceBrokerMessages

java.lang.String getCarryCCAOnInternalServiceBrokerMessages()
                                                            throws java.io.IOException
Specifies whether R-IM-OCF attaches CCRs to internal Service Broker messages. It also specifies the attached CCR encoding format.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCarryCCAOnInternalServiceBrokerMessages

void setCarryCCAOnInternalServiceBrokerMessages(java.lang.String param)
                                                throws java.io.IOException
Specifies whether R-IM-OCF attaches CCRs to internal Service Broker messages. It also specifies the attached CCR encoding format.
Parameters:
param -
Throws:
java.io.IOException

getReportingRreasonForSipInfo

java.lang.String getReportingRreasonForSipInfo()
                                               throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setReportingRreasonForSipInfo

void setReportingRreasonForSipInfo(java.lang.String param)
                                   throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getEcurTerminationCauseValueForSipError

java.lang.String getEcurTerminationCauseValueForSipError()
                                                         throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEcurTerminationCauseValueForSipError

void setEcurTerminationCauseValueForSipError(java.lang.String param)
                                             throws java.io.IOException
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.