Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap4.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 getIMSCFCAP4()
          Returns the MBean parent get accessor to the parent mbean: IMSCFCAP4
 java.lang.String getOAbandon()
          Specifies monitoring mode for OAbandon when sending RRBCSM.
 java.lang.String getOAnswer()
          Specifies monitoring mode for OAnswer when sending RRBCSM.
 java.lang.String getOCalledPartyBusy()
          Specifies monitoring mode for OCalledPartyBusy when sending RRBCSM.
 java.lang.String getODisconnect()
          Specifies monitoring mode for ODisconnect when sending RRBCSM.
 java.lang.String getODisconnectLeg()
          Specifies a leg on which the oDisconnect DP is armed.
 java.lang.String getONoAnswer()
          Specifies monitoring mode for ONoAnswer when sending RRBCSM.
 java.lang.String getOTermSeized()
          Specifies monitoring mode for OTermSeized when sending RRBCSM.
 java.lang.String getRouteSelectFailure()
          Specifies monitoring mode for RouteSelectFailure when sending RRBCSM.
 void setOAbandon(java.lang.String param)
          Specifies monitoring mode for OAbandon when sending RRBCSM.
 void setOAnswer(java.lang.String param)
          Specifies monitoring mode for OAnswer when sending RRBCSM.
 void setOCalledPartyBusy(java.lang.String param)
          Specifies monitoring mode for OCalledPartyBusy when sending RRBCSM.
 void setODisconnect(java.lang.String param)
          Specifies monitoring mode for ODisconnect when sending RRBCSM.
 void setODisconnectLeg(java.lang.String param)
          Specifies a leg on which the oDisconnect DP is armed.
 void setONoAnswer(java.lang.String param)
          Specifies monitoring mode for ONoAnswer when sending RRBCSM.
 void setOTermSeized(java.lang.String param)
          Specifies monitoring mode for OTermSeized when sending RRBCSM.
 void setRouteSelectFailure(java.lang.String param)
          Specifies monitoring mode for RouteSelectFailure when sending RRBCSM.

 

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

getRouteSelectFailure

java.lang.String getRouteSelectFailure()
                                       throws java.io.IOException
Specifies monitoring mode for RouteSelectFailure when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRouteSelectFailure

void setRouteSelectFailure(java.lang.String param)
                           throws java.io.IOException
Specifies monitoring mode for RouteSelectFailure when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
param -
Throws:
java.io.IOException

getOCalledPartyBusy

java.lang.String getOCalledPartyBusy()
                                     throws java.io.IOException
Specifies monitoring mode for OCalledPartyBusy when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOCalledPartyBusy

void setOCalledPartyBusy(java.lang.String param)
                         throws java.io.IOException
Specifies monitoring mode for OCalledPartyBusy when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
param -
Throws:
java.io.IOException

getONoAnswer

java.lang.String getONoAnswer()
                              throws java.io.IOException
Specifies monitoring mode for ONoAnswer when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setONoAnswer

void setONoAnswer(java.lang.String param)
                  throws java.io.IOException
Specifies monitoring mode for ONoAnswer when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
param -
Throws:
java.io.IOException

getOTermSeized

java.lang.String getOTermSeized()
                                throws java.io.IOException
Specifies monitoring mode for OTermSeized when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOTermSeized

void setOTermSeized(java.lang.String param)
                    throws java.io.IOException
Specifies monitoring mode for OTermSeized when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
param -
Throws:
java.io.IOException

getOAnswer

java.lang.String getOAnswer()
                            throws java.io.IOException
Specifies monitoring mode for OAnswer when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOAnswer

void setOAnswer(java.lang.String param)
                throws java.io.IOException
Specifies monitoring mode for OAnswer when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
param -
Throws:
java.io.IOException

getODisconnect

java.lang.String getODisconnect()
                                throws java.io.IOException
Specifies monitoring mode for ODisconnect when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setODisconnect

void setODisconnect(java.lang.String param)
                    throws java.io.IOException
Specifies monitoring mode for ODisconnect when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
param -
Throws:
java.io.IOException

getOAbandon

java.lang.String getOAbandon()
                             throws java.io.IOException
Specifies monitoring mode for OAbandon when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOAbandon

void setOAbandon(java.lang.String param)
                 throws java.io.IOException
Specifies monitoring mode for OAbandon when sending RRBCSM. Choose NOT_APPLICABLE if this detection point should not be requested.
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: Leg 1; Leg 2; Legs 1 and 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: Leg 1; Leg 2; Legs 1 and 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.