Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imocf.config
Interface SendCcrRecordMBean


public interface SendCcrRecordMBean

Inteface for SendCcrRecordMBean

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
 java.lang.String getPointInCall()
          Specifies a point in a call for which you define whether or not Service Broker needs to send a CCR.
 java.lang.String getSendCcr()
          Specifies whether or not Service Broker sends a CCR at the point selected in the Point In Call drop-down list.
 javax.management.ObjectName getSendCcrRecords_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SendCcrRecords_REFSEP_
 void setSendCcr(java.lang.String param)
          Specifies whether or not Service Broker sends a CCR at the point selected in the Point In Call drop-down list.

 

Method Detail

getSendCcrRecords_REFSEP_

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

getPointInCall

java.lang.String getPointInCall()
                                throws java.io.IOException
Specifies a point in a call for which you define whether or not Service Broker needs to send a CCR. Possible values: INITIATED, ALERTED, CONNECTED, INFO_RECEIVED, REINVITED, REINVITED_OK, UPDATED, UPDATED_OK, EARLY_RELEASED, ACTIVE_RELEASED
Parameters:
-
Returns:
String
Throws:
java.io.IOException

getSendCcr

java.lang.String getSendCcr()
                            throws java.io.IOException
Specifies whether or not Service Broker sends a CCR at the point selected in the Point In Call drop-down list. Possible values: Yes, No, Dynamic
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSendCcr

void setSendCcr(java.lang.String param)
                throws java.io.IOException
Specifies whether or not Service Broker sends a CCR at the point selected in the Point In Call drop-down list. Possible values: Yes, No, Dynamic
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.