Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap4.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 getCallAccepted()
          Specifies how the IM-SCF arms CallAccepted.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getIMSCFCAP4()
          Returns the MBean parent get accessor to the parent mbean: IMSCFCAP4
 java.lang.String getTAbandon()
          Specifies how the IM-SCF arms tAbandon.
 java.lang.String getTAnswer()
          Specifies how the IM-SCF arms tAnswer.
 java.lang.String getTBusy()
          Specifies how the IM-SCF arms tBusy.
 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.
 java.lang.String getTNoAnswer()
          Specifies how the IM-SCF arms tNoAnswer.
 void setCallAccepted(java.lang.String param)
          Specifies how the IM-SCF arms CallAccepted.
 void setTAbandon(java.lang.String param)
          Specifies how the IM-SCF arms tAbandon.
 void setTAnswer(java.lang.String param)
          Specifies how the IM-SCF arms tAnswer.
 void setTBusy(java.lang.String param)
          Specifies how the IM-SCF arms tBusy.
 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.
 void setTNoAnswer(java.lang.String param)
          Specifies how the IM-SCF arms tNoAnswer.

 

Method Detail

getIMSCFCAP4

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

getTBusy

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

setTBusy

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

getTNoAnswer

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

setTNoAnswer

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

getCallAccepted

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

setCallAccepted

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

getTAnswer

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

getTAbandon

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

setTAbandon

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