Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap1.config
Interface TBcsmDPMBean


public interface TBcsmDPMBean

Inteface for TBcsmDPMBean

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 getTAnswer()
          Specifies how the IM-SCF arms tAnswer.
 java.lang.String getTDisconnect()
          Specifies how the IM-SCF arms tDisconnect.
 java.lang.String getTDisconnectLeg()
          Specifies a leg on which the tDisconnect DP is armed.
 void setTAnswer(java.lang.String param)
          Specifies how the IM-SCF arms tAnswer.
 void setTDisconnect(java.lang.String param)
          Specifies how the IM-SCF arms tDisconnect.
 void setTDisconnectLeg(java.lang.String param)
          Specifies a leg on which the tDisconnect 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

getTAnswer

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

setTAnswer

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

getTDisconnect

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

setTDisconnect

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

getTDisconnectLeg

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

setTDisconnectLeg

void setTDisconnectLeg(java.lang.String param)
                       throws java.io.IOException
Specifies a leg on which the tDisconnect 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.