Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface OSmsDPMBean

Inteface for OSmsDPMBean

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 getIMSCFCAP3()
          Returns the MBean parent get accessor to the parent mbean: IMSCFCAP3
 java.lang.String getOSmsFailure()
          Specifies how the IM-SCF arms oSmsFailure.
 java.lang.String getOSmsSubmission()
          Specifies how the IM-SCF arms oSmsSubmission.
 void setOSmsFailure(java.lang.String param)
          Specifies how the IM-SCF arms oSmsFailure.
 void setOSmsSubmission(java.lang.String param)
          Specifies how the IM-SCF arms oSmsSubmission.

 

Method Detail

getIMSCFCAP3

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

getOSmsSubmission

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

setOSmsSubmission

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

getOSmsFailure

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

setOSmsFailure

void setOSmsFailure(java.lang.String param)
                    throws java.io.IOException
Specifies how the IM-SCF arms oSmsFailure. 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.