Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap1.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 getIMSCFCAP1()
          Returns the MBean parent get accessor to the parent mbean: IMSCFCAP1
 java.lang.String getOAnswer()
          Specifies how the IM-SCF arms oAnswer.
 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.
 void setOAnswer(java.lang.String param)
          Specifies how the IM-SCF arms oAnswer.
 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.

 

Method Detail

getIMSCFCAP1

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

getOAnswer

java.lang.String getOAnswer()
                            throws java.io.IOException
Specifies how the IM-SCF arms oAnswer. Possible values: 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: 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

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.