Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap3.config
Interface SmsHandlingMBean


public interface SmsHandlingMBean

Inteface for SmsHandlingMBean

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

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getOSmsFailureSipResponse()
          Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type o-smsFailure.
 java.lang.String getTSmsFailureSipResponse()
          Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type t-smsFailure.
 void setOSmsFailureSipResponse(java.lang.String param)
          Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type o-smsFailure.
 void setTSmsFailureSipResponse(java.lang.String param)
          Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type t-smsFailure.

 

Method Detail

getTSmsFailureSipResponse

java.lang.String getTSmsFailureSipResponse()
                                           throws java.io.IOException
Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type t-smsFailure.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTSmsFailureSipResponse

void setTSmsFailureSipResponse(java.lang.String param)
                               throws java.io.IOException
Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type t-smsFailure.
Parameters:
param -
Throws:
java.io.IOException

getOSmsFailureSipResponse

java.lang.String getOSmsFailureSipResponse()
                                           throws java.io.IOException
Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type o-smsFailure.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOSmsFailureSipResponse

void setOSmsFailureSipResponse(java.lang.String param)
                               throws java.io.IOException
Specifies the response that IM-SCF reports to OE when the MSC triggers SMS event of type o-smsFailure.
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.