Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface TSmsDPMBean

Inteface for TSmsDPMBean

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
 javax.management.ObjectName getIMSCFCAP4()
          Returns the MBean parent get accessor to the parent mbean: IMSCFCAP4
 java.lang.String getTSmsFailure()
          Specifies how the IM-SCF arms tSmsFailure.
 java.lang.String getTSmsSubmission()
          Specifies how the IM-SCF arms tSmsSubmission.
 void setTSmsFailure(java.lang.String param)
          Specifies how the IM-SCF arms tSmsFailure.
 void setTSmsSubmission(java.lang.String param)
          Specifies how the IM-SCF arms tSmsSubmission.

 

Method Detail

getIMSCFCAP4

javax.management.ObjectName getIMSCFCAP4()
                                         throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: IMSCFCAP4
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getTSmsSubmission

java.lang.String getTSmsSubmission()
                                   throws java.io.IOException
Specifies how the IM-SCF arms tSmsSubmission. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTSmsSubmission

void setTSmsSubmission(java.lang.String param)
                       throws java.io.IOException
Specifies how the IM-SCF arms tSmsSubmission. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
Parameters:
param -
Throws:
java.io.IOException

getTSmsFailure

java.lang.String getTSmsFailure()
                                throws java.io.IOException
Specifies how the IM-SCF arms tSmsFailure. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTSmsFailure

void setTSmsFailure(java.lang.String param)
                    throws java.io.IOException
Specifies how the IM-SCF arms tSmsFailure. Possible values: INTERRUPTED, NOTIFY_AND_CONTINUE, TRANSPARENT, NOT_APPLICABLE
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.