Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface OBcsmDPMBean

Inteface for OBcsmDPMBean

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 getOAbandon()
          Specifies how the IM-SCF arms oAbandon.
 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 getODisconnectLeg()
          Specifies a leg on which the oDisconnect DP is armed.
 java.lang.String getONoAnswer()
          Specifies how the IM-SCF arms oNoAnswer.
 java.lang.String getRouteSelectFailure()
          Specifies how the IM-SCF arms RouteSelectFailure.
 void setOAbandon(java.lang.String param)
          Specifies how the IM-SCF arms oAbandon.
 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 setODisconnectLeg(java.lang.String param)
          Specifies a leg on which the oDisconnect DP is armed.
 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

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

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

getOAbandon

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

setOAbandon

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

getODisconnectLeg

java.lang.String getODisconnectLeg()
                                   throws java.io.IOException
Specifies a leg on which the oDisconnect DP is armed. Possible values: 1, 2, or 1,2
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setODisconnectLeg

void setODisconnectLeg(java.lang.String param)
                       throws java.io.IOException
Specifies a leg on which the oDisconnect DP is armed. Possible values: 1, 2, or 1,2
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.