Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cs1.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 getCheckASInitiatedSessionsForOverload()
           
 java.lang.String getCheckNetInitiatedSessionsForOverload()
           
 int getCorrelationidMax()
          When IM-SCF generate correlation ids (EstablishTemporaryConnection)
 int getCorrelationidMin()
           
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getGenerateCrnForOutOfDialogueInitiateCallAttempt()
          Defines whether callReferenceNumber is generated by IM_SCF in case of out of dialogue ICA operation
 int getReasonHeaderCauseValueForKeepAlive()
          Defines the value of the 'cause' parameter in SAL 'reason' header.
 java.lang.String getReasonHeaderTextValueForKeepAlive()
          Defines the value of the 'text' parameter in the SAL 'reason' header.
 int getResetTimerValueInSeconds()
          Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation.
 int getSessionOverloadThreshold()
           
 java.lang.String getSetReleaseIfDurationExceededOnFinalQuota()
          Specifies whether IM-SCF sends ApplyCharging request on the final granted quota with releaseIfDurationExceeded parameter.
 int getTcapTotalLengthLimit()
          Maximal total TCAP message length
 java.lang.String getTransactionidStructure()
          Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
 int getUiResetTimerValueInSeconds()
          Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation in User Interaction mode
 int getWaitingForByeOrCancelIntervalSeconds()
          The orchestration module use SAL BYE request to disconnect call legs.
 void setCheckASInitiatedSessionsForOverload(java.lang.String param)
           
 void setCheckNetInitiatedSessionsForOverload(java.lang.String param)
           
 void setCorrelationidMax(int param)
          When IM-SCF generate correlation ids (EstablishTemporaryConnection)
 void setCorrelationidMin(int param)
           
 void setGenerateCrnForOutOfDialogueInitiateCallAttempt(java.lang.String param)
          Defines whether callReferenceNumber is generated by IM_SCF in case of out of dialogue ICA operation
 void setReasonHeaderCauseValueForKeepAlive(int param)
          Defines the value of the 'cause' parameter in SAL 'reason' header.
 void setReasonHeaderTextValueForKeepAlive(java.lang.String param)
          Defines the value of the 'text' parameter in the SAL 'reason' header.
 void setResetTimerValueInSeconds(int param)
          Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation.
 void setSessionOverloadThreshold(int param)
           
 void setSetReleaseIfDurationExceededOnFinalQuota(java.lang.String param)
          Specifies whether IM-SCF sends ApplyCharging request on the final granted quota with releaseIfDurationExceeded parameter.
 void setTcapTotalLengthLimit(int param)
          Maximal total TCAP message length
 void setTransactionidStructure(java.lang.String param)
          Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
 void setUiResetTimerValueInSeconds(int param)
          Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation in User Interaction mode
 void setWaitingForByeOrCancelIntervalSeconds(int param)
          The orchestration module use SAL BYE request to disconnect call legs.

 

Method Detail

getTransactionidStructure

java.lang.String getTransactionidStructure()
                                           throws java.io.IOException
Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTransactionidStructure

void setTransactionidStructure(java.lang.String param)
                               throws java.io.IOException
Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
Parameters:
param -
Throws:
java.io.IOException

getTcapTotalLengthLimit

int getTcapTotalLengthLimit()
                            throws java.io.IOException
Maximal total TCAP message length
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTcapTotalLengthLimit

void setTcapTotalLengthLimit(int param)
                             throws java.io.IOException
Maximal total TCAP message length
Parameters:
param -
Throws:
java.io.IOException

getCheckNetInitiatedSessionsForOverload

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

setCheckNetInitiatedSessionsForOverload

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

getCheckASInitiatedSessionsForOverload

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

setCheckASInitiatedSessionsForOverload

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

getSessionOverloadThreshold

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

setSessionOverloadThreshold

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

getReasonHeaderCauseValueForKeepAlive

int getReasonHeaderCauseValueForKeepAlive()
                                          throws java.io.IOException
Defines the value of the 'cause' parameter in SAL 'reason' header. The 'reason' header is used by IM_SCF in BYE messages when INFO sent by IM_SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setReasonHeaderCauseValueForKeepAlive

void setReasonHeaderCauseValueForKeepAlive(int param)
                                           throws java.io.IOException
Defines the value of the 'cause' parameter in SAL 'reason' header. The 'reason' header is used by IM_SCF in BYE messages when INFO sent by IM_SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
param -
Throws:
java.io.IOException

getReasonHeaderTextValueForKeepAlive

java.lang.String getReasonHeaderTextValueForKeepAlive()
                                                      throws java.io.IOException
Defines the value of the 'text' parameter in the SAL 'reason' header. The 'reason' header is used by IM-SCF in BYE messages when INFO sent by IM-SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setReasonHeaderTextValueForKeepAlive

void setReasonHeaderTextValueForKeepAlive(java.lang.String param)
                                          throws java.io.IOException
Defines the value of the 'text' parameter in the SAL 'reason' header. The 'reason' header is used by IM-SCF in BYE messages when INFO sent by IM-SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
param -
Throws:
java.io.IOException

getWaitingForByeOrCancelIntervalSeconds

int getWaitingForByeOrCancelIntervalSeconds()
                                            throws java.io.IOException
The orchestration module use SAL BYE request to disconnect call legs. Call is disconnected by sending consecutive BYE requests on the two call legs. This timer indicates the time
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWaitingForByeOrCancelIntervalSeconds

void setWaitingForByeOrCancelIntervalSeconds(int param)
                                             throws java.io.IOException
The orchestration module use SAL BYE request to disconnect call legs. Call is disconnected by sending consecutive BYE requests on the two call legs. This timer indicates the time
Parameters:
param -
Throws:
java.io.IOException

getResetTimerValueInSeconds

int getResetTimerValueInSeconds()
                                throws java.io.IOException
Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResetTimerValueInSeconds

void setResetTimerValueInSeconds(int param)
                                 throws java.io.IOException
Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation.
Parameters:
param -
Throws:
java.io.IOException

getUiResetTimerValueInSeconds

int getUiResetTimerValueInSeconds()
                                  throws java.io.IOException
Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation in User Interaction mode
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setUiResetTimerValueInSeconds

void setUiResetTimerValueInSeconds(int param)
                                   throws java.io.IOException
Specifies the time period, in seconds, the IM-SCF uses in the ResetTimer operation in User Interaction mode
Parameters:
param -
Throws:
java.io.IOException

getCorrelationidMax

int getCorrelationidMax()
                        throws java.io.IOException
When IM-SCF generate correlation ids (EstablishTemporaryConnection)
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setCorrelationidMax

void setCorrelationidMax(int param)
                         throws java.io.IOException
When IM-SCF generate correlation ids (EstablishTemporaryConnection)
Parameters:
param -
Throws:
java.io.IOException

getCorrelationidMin

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

setCorrelationidMin

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

getSetReleaseIfDurationExceededOnFinalQuota

java.lang.String getSetReleaseIfDurationExceededOnFinalQuota()
                                                             throws java.io.IOException
Specifies whether IM-SCF sends ApplyCharging request on the final granted quota with releaseIfDurationExceeded parameter.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSetReleaseIfDurationExceededOnFinalQuota

void setSetReleaseIfDurationExceededOnFinalQuota(java.lang.String param)
                                                 throws java.io.IOException
Specifies whether IM-SCF sends ApplyCharging request on the final granted quota with releaseIfDurationExceeded parameter.
Parameters:
param -
Throws:
java.io.IOException

getGenerateCrnForOutOfDialogueInitiateCallAttempt

java.lang.String getGenerateCrnForOutOfDialogueInitiateCallAttempt()
                                                                   throws java.io.IOException
Defines whether callReferenceNumber is generated by IM_SCF in case of out of dialogue ICA operation
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGenerateCrnForOutOfDialogueInitiateCallAttempt

void setGenerateCrnForOutOfDialogueInitiateCallAttempt(java.lang.String param)
                                                       throws java.io.IOException
Defines whether callReferenceNumber is generated by IM_SCF in case of out of dialogue ICA operation
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.