Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.rimocf.config
Interface ChargingServiceMBean


public interface ChargingServiceMBean

Inteface for ChargingServiceMBean

Author:
osnat TBD 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 getServiceMonitoringType()
          Defines if the service should be monitored internally, externally.
 int getTccdTimeoutInSeconds()
          Defines the maximum time allowed for retrieval of charging response for a given charging request.
 void setServiceMonitoringType(java.lang.String param)
          Defines if the service should be monitored internally, externally.
 void setTccdTimeoutInSeconds(int param)
          Defines the maximum time allowed for retrieval of charging response for a given charging request.

 

Method Detail

getServiceMonitoringType

java.lang.String getServiceMonitoringType()
                                          throws java.io.IOException
Defines if the service should be monitored internally, externally. NONE indicates monitoring is disabled.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setServiceMonitoringType

void setServiceMonitoringType(java.lang.String param)
                              throws java.io.IOException
Defines if the service should be monitored internally, externally. NONE indicates monitoring is disabled.
Parameters:
param -
Throws:
java.io.IOException

getTccdTimeoutInSeconds

int getTccdTimeoutInSeconds()
                            throws java.io.IOException
Defines the maximum time allowed for retrieval of charging response for a given charging request.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTccdTimeoutInSeconds

void setTccdTimeoutInSeconds(int param)
                             throws java.io.IOException
Defines the maximum time allowed for retrieval of charging response for a given charging request.
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.