Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap4.config
Interface IMSCFCAP4MBean


public interface IMSCFCAP4MBean

Inteface for IMSCFCAP4MBean

Author:
osnat ImscfCap4MBean is a root MBean for the IM-SCF CAP phase 4 configuration. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAsDomainNameAddress()
          TBD: Add description
 javax.management.ObjectName getAseEncoding()
          TBD: Add description get the referenced AseEncoding mbean
 java.lang.String getAsProtocolStack()
          TBD: Add description
 java.lang.String getCallHandlingOnErrorCondition()
          TBD: Add description
 javax.management.ObjectName getCallInitiationErrorHandling()
          TBD: Add description get the referenced CallInitiationErrorHandlingRuleSet mbean
 java.lang.String getChargingMessageInternalEncoding()
           
 int getDefaultSubscriptionDurationSeconds()
          TBD: Add description
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getErrorCauses()
          TBD: Add description
 javax.management.ObjectName getIcaDpSet()
          Initiate Call Attempt DP Set get the referenced IcaDP mbean
 java.lang.String getImScfDomainNameAddress()
          TBD: Add description
 int getMaxSubscriptionDurationSeconds()
          TBD: Add description
 javax.management.ObjectName getMediaResource()
          get the referenced MediaResources mbean
 javax.management.ObjectName getMediaResourceAnnouncements()
          get the referenced MediaResourceAnnouncements mbean
 int getMinSubscriptionDurationSeconds()
          TBD: Add description
 java.lang.String getModulename()
          TBD: Add description
 java.lang.String getName()
          This is an advanced attribute reserved for internal use.
 javax.management.ObjectName getOBcsmDpSet()
          O-BSCM DP Set get the referenced OBcsmDP mbean
 javax.management.ObjectName getOSmsDpSet()
          O-SMS DP Set get the referenced OSmsDP mbean
 javax.management.ObjectName getPostCallInitiationErrorHandling()
          TBD: Add description get the referenced PostCallInitiationErrorHandlingRuleSet mbean
 java.lang.String getRel100DefaultMode()
          TBD: Add description
 javax.management.ObjectName getReleaseCauseMapping()
          TBD: Add description get the referenced ReleaseCauseMappingRuleSet mbean
 javax.management.ObjectName getRunningProtocols()
          TBD: Add description get the referenced Protocols mbean
 java.lang.String getSendInfoForSalSynchronization()
          TBD: Add description
 javax.management.ObjectName getStateChangedNotification()
          get the referenced StateChangedNotificationRules mbean
 javax.management.ObjectName getTBcsmDpSet()
          T-BSCM DP Set get the referenced TBcsmDP mbean
 int getTcaTimeoutIntervalSeconds()
          TBD: Add description
 int getTcpTimeoutIntervalSeconds()
          TBD: Add description
 int getTcterTimeoutIntervalSeconds()
          TBD: Add description
 javax.management.ObjectName getTSmsDpSet()
          T-SMS DP Set get the referenced TSmsDP mbean
 int getTspTimeoutIntervalSeconds()
          TBD: Add description
 int getTsterTimeoutIntervalSeconds()
          TBD: Add description
 java.lang.String getVersion()
          TBD: Add description
 java.lang.String getWcsNetworkName()
          TBD: Add description
 void setAsDomainNameAddress(java.lang.String param)
          TBD: Add description
 void setAseEncoding(javax.management.ObjectName param)
          TBD: Add description set the referenced AseEncoding mbean
 void setAsProtocolStack(java.lang.String param)
          TBD: Add description
 void setCallHandlingOnErrorCondition(java.lang.String param)
          TBD: Add description
 void setCallInitiationErrorHandling(javax.management.ObjectName param)
          TBD: Add description set the referenced CallInitiationErrorHandlingRuleSet mbean
 void setChargingMessageInternalEncoding(java.lang.String param)
           
 void setDefaultSubscriptionDurationSeconds(int param)
          TBD: Add description
 void setErrorCauses(java.lang.String param)
          TBD: Add description
 void setIcaDpSet(javax.management.ObjectName param)
          Initiate Call Attempt DP Set set the referenced IcaDP mbean
 void setImScfDomainNameAddress(java.lang.String param)
          TBD: Add description
 void setMaxSubscriptionDurationSeconds(int param)
          TBD: Add description
 void setMediaResource(javax.management.ObjectName param)
          set the referenced MediaResources mbean
 void setMediaResourceAnnouncements(javax.management.ObjectName param)
          set the referenced MediaResourceAnnouncements mbean
 void setMinSubscriptionDurationSeconds(int param)
          TBD: Add description
 void setModulename(java.lang.String param)
          TBD: Add description
 void setName(java.lang.String param)
          This is an advanced attribute reserved for internal use.
 void setOBcsmDpSet(javax.management.ObjectName param)
          O-BSCM DP Set set the referenced OBcsmDP mbean
 void setOSmsDpSet(javax.management.ObjectName param)
          O-SMS DP Set set the referenced OSmsDP mbean
 void setPostCallInitiationErrorHandling(javax.management.ObjectName param)
          TBD: Add description set the referenced PostCallInitiationErrorHandlingRuleSet mbean
 void setRel100DefaultMode(java.lang.String param)
          TBD: Add description
 void setReleaseCauseMapping(javax.management.ObjectName param)
          TBD: Add description set the referenced ReleaseCauseMappingRuleSet mbean
 void setRunningProtocols(javax.management.ObjectName param)
          TBD: Add description set the referenced Protocols mbean
 void setSendInfoForSalSynchronization(java.lang.String param)
          TBD: Add description
 void setStateChangedNotification(javax.management.ObjectName param)
          set the referenced StateChangedNotificationRules mbean
 void setTBcsmDpSet(javax.management.ObjectName param)
          T-BSCM DP Set set the referenced TBcsmDP mbean
 void setTcaTimeoutIntervalSeconds(int param)
          TBD: Add description
 void setTcpTimeoutIntervalSeconds(int param)
          TBD: Add description
 void setTcterTimeoutIntervalSeconds(int param)
          TBD: Add description
 void setTSmsDpSet(javax.management.ObjectName param)
          T-SMS DP Set set the referenced TSmsDP mbean
 void setTspTimeoutIntervalSeconds(int param)
          TBD: Add description
 void setTsterTimeoutIntervalSeconds(int param)
          TBD: Add description
 void setVersion(java.lang.String param)
          TBD: Add description
 void setWcsNetworkName(java.lang.String param)
          TBD: Add description

 

Method Detail

getModulename

java.lang.String getModulename()
                               throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setModulename

void setModulename(java.lang.String param)
                   throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getVersion

java.lang.String getVersion()
                            throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setVersion

void setVersion(java.lang.String param)
                throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getName

java.lang.String getName()
                         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

setName

void setName(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

getRunningProtocols

javax.management.ObjectName getRunningProtocols()
                                                throws java.io.IOException
TBD: Add description get the referenced Protocols mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setRunningProtocols

void setRunningProtocols(javax.management.ObjectName param)
                         throws java.io.IOException
TBD: Add description set the referenced Protocols mbean
Parameters:
param -
Throws:
java.io.IOException

getTsterTimeoutIntervalSeconds

int getTsterTimeoutIntervalSeconds()
                                   throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTsterTimeoutIntervalSeconds

void setTsterTimeoutIntervalSeconds(int param)
                                    throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getTcterTimeoutIntervalSeconds

int getTcterTimeoutIntervalSeconds()
                                   throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTcterTimeoutIntervalSeconds

void setTcterTimeoutIntervalSeconds(int param)
                                    throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getTspTimeoutIntervalSeconds

int getTspTimeoutIntervalSeconds()
                                 throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTspTimeoutIntervalSeconds

void setTspTimeoutIntervalSeconds(int param)
                                  throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getTcpTimeoutIntervalSeconds

int getTcpTimeoutIntervalSeconds()
                                 throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTcpTimeoutIntervalSeconds

void setTcpTimeoutIntervalSeconds(int param)
                                  throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getTcaTimeoutIntervalSeconds

int getTcaTimeoutIntervalSeconds()
                                 throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTcaTimeoutIntervalSeconds

void setTcaTimeoutIntervalSeconds(int param)
                                  throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getMinSubscriptionDurationSeconds

int getMinSubscriptionDurationSeconds()
                                      throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMinSubscriptionDurationSeconds

void setMinSubscriptionDurationSeconds(int param)
                                       throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getMaxSubscriptionDurationSeconds

int getMaxSubscriptionDurationSeconds()
                                      throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxSubscriptionDurationSeconds

void setMaxSubscriptionDurationSeconds(int param)
                                       throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getDefaultSubscriptionDurationSeconds

int getDefaultSubscriptionDurationSeconds()
                                          throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setDefaultSubscriptionDurationSeconds

void setDefaultSubscriptionDurationSeconds(int param)
                                           throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getRel100DefaultMode

java.lang.String getRel100DefaultMode()
                                      throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRel100DefaultMode

void setRel100DefaultMode(java.lang.String param)
                          throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getMediaResource

javax.management.ObjectName getMediaResource()
                                             throws java.io.IOException
get the referenced MediaResources mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setMediaResource

void setMediaResource(javax.management.ObjectName param)
                      throws java.io.IOException
set the referenced MediaResources mbean
Parameters:
param -
Throws:
java.io.IOException

getMediaResourceAnnouncements

javax.management.ObjectName getMediaResourceAnnouncements()
                                                          throws java.io.IOException
get the referenced MediaResourceAnnouncements mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setMediaResourceAnnouncements

void setMediaResourceAnnouncements(javax.management.ObjectName param)
                                   throws java.io.IOException
set the referenced MediaResourceAnnouncements mbean
Parameters:
param -
Throws:
java.io.IOException

getAsProtocolStack

java.lang.String getAsProtocolStack()
                                    throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsProtocolStack

void setAsProtocolStack(java.lang.String param)
                        throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getImScfDomainNameAddress

java.lang.String getImScfDomainNameAddress()
                                           throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setImScfDomainNameAddress

void setImScfDomainNameAddress(java.lang.String param)
                               throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getAsDomainNameAddress

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

setAsDomainNameAddress

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

getWcsNetworkName

java.lang.String getWcsNetworkName()
                                   throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setWcsNetworkName

void setWcsNetworkName(java.lang.String param)
                       throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getCallHandlingOnErrorCondition

java.lang.String getCallHandlingOnErrorCondition()
                                                 throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCallHandlingOnErrorCondition

void setCallHandlingOnErrorCondition(java.lang.String param)
                                     throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getSendInfoForSalSynchronization

java.lang.String getSendInfoForSalSynchronization()
                                                  throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSendInfoForSalSynchronization

void setSendInfoForSalSynchronization(java.lang.String param)
                                      throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getErrorCauses

java.lang.String getErrorCauses()
                                throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setErrorCauses

void setErrorCauses(java.lang.String param)
                    throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getCallInitiationErrorHandling

javax.management.ObjectName getCallInitiationErrorHandling()
                                                           throws java.io.IOException
TBD: Add description get the referenced CallInitiationErrorHandlingRuleSet mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setCallInitiationErrorHandling

void setCallInitiationErrorHandling(javax.management.ObjectName param)
                                    throws java.io.IOException
TBD: Add description set the referenced CallInitiationErrorHandlingRuleSet mbean
Parameters:
param -
Throws:
java.io.IOException

getPostCallInitiationErrorHandling

javax.management.ObjectName getPostCallInitiationErrorHandling()
                                                               throws java.io.IOException
TBD: Add description get the referenced PostCallInitiationErrorHandlingRuleSet mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setPostCallInitiationErrorHandling

void setPostCallInitiationErrorHandling(javax.management.ObjectName param)
                                        throws java.io.IOException
TBD: Add description set the referenced PostCallInitiationErrorHandlingRuleSet mbean
Parameters:
param -
Throws:
java.io.IOException

getReleaseCauseMapping

javax.management.ObjectName getReleaseCauseMapping()
                                                   throws java.io.IOException
TBD: Add description get the referenced ReleaseCauseMappingRuleSet mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setReleaseCauseMapping

void setReleaseCauseMapping(javax.management.ObjectName param)
                            throws java.io.IOException
TBD: Add description set the referenced ReleaseCauseMappingRuleSet mbean
Parameters:
param -
Throws:
java.io.IOException

getStateChangedNotification

javax.management.ObjectName getStateChangedNotification()
                                                        throws java.io.IOException
get the referenced StateChangedNotificationRules mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setStateChangedNotification

void setStateChangedNotification(javax.management.ObjectName param)
                                 throws java.io.IOException
set the referenced StateChangedNotificationRules mbean
Parameters:
param -
Throws:
java.io.IOException

getOBcsmDpSet

javax.management.ObjectName getOBcsmDpSet()
                                          throws java.io.IOException
O-BSCM DP Set get the referenced OBcsmDP mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setOBcsmDpSet

void setOBcsmDpSet(javax.management.ObjectName param)
                   throws java.io.IOException
O-BSCM DP Set set the referenced OBcsmDP mbean
Parameters:
param -
Throws:
java.io.IOException

getTBcsmDpSet

javax.management.ObjectName getTBcsmDpSet()
                                          throws java.io.IOException
T-BSCM DP Set get the referenced TBcsmDP mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setTBcsmDpSet

void setTBcsmDpSet(javax.management.ObjectName param)
                   throws java.io.IOException
T-BSCM DP Set set the referenced TBcsmDP mbean
Parameters:
param -
Throws:
java.io.IOException

getIcaDpSet

javax.management.ObjectName getIcaDpSet()
                                        throws java.io.IOException
Initiate Call Attempt DP Set get the referenced IcaDP mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setIcaDpSet

void setIcaDpSet(javax.management.ObjectName param)
                 throws java.io.IOException
Initiate Call Attempt DP Set set the referenced IcaDP mbean
Parameters:
param -
Throws:
java.io.IOException

getOSmsDpSet

javax.management.ObjectName getOSmsDpSet()
                                         throws java.io.IOException
O-SMS DP Set get the referenced OSmsDP mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setOSmsDpSet

void setOSmsDpSet(javax.management.ObjectName param)
                  throws java.io.IOException
O-SMS DP Set set the referenced OSmsDP mbean
Parameters:
param -
Throws:
java.io.IOException

getTSmsDpSet

javax.management.ObjectName getTSmsDpSet()
                                         throws java.io.IOException
T-SMS DP Set get the referenced TSmsDP mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setTSmsDpSet

void setTSmsDpSet(javax.management.ObjectName param)
                  throws java.io.IOException
T-SMS DP Set set the referenced TSmsDP mbean
Parameters:
param -
Throws:
java.io.IOException

getAseEncoding

javax.management.ObjectName getAseEncoding()
                                           throws java.io.IOException
TBD: Add description get the referenced AseEncoding mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setAseEncoding

void setAseEncoding(javax.management.ObjectName param)
                    throws java.io.IOException
TBD: Add description set the referenced AseEncoding mbean
Parameters:
param -
Throws:
java.io.IOException

getChargingMessageInternalEncoding

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

setChargingMessageInternalEncoding

void setChargingMessageInternalEncoding(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.