Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cs1.config
Interface IcaDPMBean


public interface IcaDPMBean

Inteface for IcaDPMBean

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 getIMSCFCS1()
          Returns the MBean parent get accessor to the parent mbean: IMSCFCS1
 java.lang.String getOAnswer()
          Specifies how the IM-SCF arms oAnswer.
 java.lang.String getOCalledPartyBusy()
          Specifies how the IM-SCF arms oCalledPartyBusy.
 java.lang.String getODisconnect()
          Specifies how the IM-SCF arms ODisconnect.
 java.lang.String getONoAnswer()
          Specifies how the IM-SCF arms oNoAnswer.
 java.lang.String getRouteSelectFailure()
          Specifies how the IM-SCF arms RouteSelectFailure.
 void setOAnswer(java.lang.String param)
          Specifies how the IM-SCF arms oAnswer.
 void setOCalledPartyBusy(java.lang.String param)
          Specifies how the IM-SCF arms oCalledPartyBusy.
 void setODisconnect(java.lang.String param)
          Specifies how the IM-SCF arms ODisconnect.
 void setONoAnswer(java.lang.String param)
          Specifies how the IM-SCF arms oNoAnswer.
 void setRouteSelectFailure(java.lang.String param)
          Specifies how the IM-SCF arms RouteSelectFailure.

 

Method Detail

getIMSCFCS1

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

getRouteSelectFailure

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

setRouteSelectFailure

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

getOCalledPartyBusy

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

setOCalledPartyBusy

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

getONoAnswer

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

setONoAnswer

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

getOAnswer

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

setOAnswer

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

getODisconnect

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

setODisconnect

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