Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imssf.cap3.config
Interface ChargingMBean


public interface ChargingMBean

Inteface for ChargingMBean

Author:
osnat ChargingMBean enables you to configure functionality related to charging operations. 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
 int getTccdInSeconds()
          Specifies the time interval, in seconds, that IM-SSF waits for ApplyCharging message after sending an ApplyChargingReport message.
 void setTccdInSeconds(int param)
          Specifies the time interval, in seconds, that IM-SSF waits for ApplyCharging message after sending an ApplyChargingReport message.

 

Method Detail

getTccdInSeconds

int getTccdInSeconds()
                     throws java.io.IOException
Specifies the time interval, in seconds, that IM-SSF waits for ApplyCharging message after sending an ApplyChargingReport message. Tccd range of values is 1 to 20 seconds.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTccdInSeconds

void setTccdInSeconds(int param)
                      throws java.io.IOException
Specifies the time interval, in seconds, that IM-SSF waits for ApplyCharging message after sending an ApplyChargingReport message. Tccd range of values is 1 to 20 seconds.
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.