Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.oe.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 getDefaultValueForDefaultHandling()
          This is an advanced attribute reserved for internal use.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getErrorsDefaultHandlingBehavior()
          This is an advanced attribute reserved for internal use.
 java.lang.String getProvisionalResponseDeactivatesDefaultHandling()
          This is an advanced attribute reserved for internal use.
 java.lang.String getShouldEncodeUriOnAlertMessages()
          This is an advanced attribute reserved for internal use.
 void setDefaultValueForDefaultHandling(java.lang.String param)
          This is an advanced attribute reserved for internal use.
 void setErrorsDefaultHandlingBehavior(java.lang.String param)
          This is an advanced attribute reserved for internal use.
 void setProvisionalResponseDeactivatesDefaultHandling(java.lang.String param)
          This is an advanced attribute reserved for internal use.
 void setShouldEncodeUriOnAlertMessages(java.lang.String param)
          This is an advanced attribute reserved for internal use.

 

Method Detail

getProvisionalResponseDeactivatesDefaultHandling

java.lang.String getProvisionalResponseDeactivatesDefaultHandling()
                                                                  throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setProvisionalResponseDeactivatesDefaultHandling

void setProvisionalResponseDeactivatesDefaultHandling(java.lang.String param)
                                                      throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
param -
Throws:
java.io.IOException

getErrorsDefaultHandlingBehavior

java.lang.String getErrorsDefaultHandlingBehavior()
                                                  throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute. Specifies the behavior upon reception of certain errors from applications. All error codes from 400 to 699 must be included. Each string include the following fields: - range of error codes: from-code#to-code - Indicator defining the behavior upon receiving an error code in the specified range. True=trigger the defualt handling defined for the application in the orchestration logic. False=ignore the default handling defined for the application in the orchestration logic. Note: this parameter is not supported for axia.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setErrorsDefaultHandlingBehavior

void setErrorsDefaultHandlingBehavior(java.lang.String param)
                                      throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute. Specifies the behavior upon reception of certain errors from applications. All error codes from 400 to 699 must be included. Each string include the following fields: - range of error codes: from-code#to-code - Indicator defining the behavior upon receiving an error code in the specified range. True=trigger the defualt handling defined for the application in the orchestration logic. False=ignore the default handling defined for the application in the orchestration logic. Note: this parameter is not supported for axia.
Parameters:
param -
Throws:
java.io.IOException

getDefaultValueForDefaultHandling

java.lang.String getDefaultValueForDefaultHandling()
                                                   throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute. Specifies the default handling of a session when the application cannot be reached. Note: this parameter is not supported for axia.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultValueForDefaultHandling

void setDefaultValueForDefaultHandling(java.lang.String param)
                                       throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute. Specifies the default handling of a session when the application cannot be reached. Note: this parameter is not supported for axia.
Parameters:
param -
Throws:
java.io.IOException

getShouldEncodeUriOnAlertMessages

java.lang.String getShouldEncodeUriOnAlertMessages()
                                                   throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setShouldEncodeUriOnAlertMessages

void setShouldEncodeUriOnAlertMessages(java.lang.String param)
                                       throws java.io.IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
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.