Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface RoRuntimeMBean


public interface RoRuntimeMBean

RoRuntimeMBean enables you to monitor a module Ro interface.

Number of Instances: One

Object Name: com.convergin:Type=RoRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Ro


Method Summary
 long getCcaCount()
          Returns the total number of CCAs that a module sent and received
 long getCcrCalledInitiatorCount()
          Returns the number of Credit-Control-Requests (CCRs) received with the Media-Initiator-Flag AVP set to CalledParty
 long getCcrCallingInitiatorCount()
          Returns the number of Credit-Control-Requests (CCRs) received with the Media-Initiator-Flag AVP set to CallingParty
 long getCcrCount()
          Returns the total number of Credit-Control-Requests (CCRs) that a module sent and received in the last measurement period
 long getCcrUnknownInitiatorCount()
          Returns the number of Credit-Control-Requests (CCRs) received with the Media-Initiator-Flag AVP set to Unknown
 long getEcurSessionCount()
          Returns the number of Event Charging with Unit Reservation (ECUR) sessions that a module handled in the last measurement period
 long getErrorCcaCount()
          Returns the total number of CCAs with an error result that a module sent and received
 long getIecSessionCount()
          Returns the number of Immediate Event Charging (IEC) sessions that a module handled in the last measurement period
 long getScurInitialCcrCount()
          Returns the number of Initial Credit Control Requests (CCRs) that a module sent and received in the last measurement period
 long getScurSessionCount()
          Returns the number of Session Charging with Unit Reservation (SCUR) sessions that a module handled in the last measurement period
 long getScurTerminateCcrCount()
          Returns the number of Terminate Credit Control Requests (CCRs) that a module sent and received in the last measurement period
 long getScurUpdateCcrCount()
          Returns the number of Update Credit Control Requests (CCRs) that a module sent and received in the last measurement period
 long getSuccessCcaCount()
          Returns the total number of CCAs with a successful result that a module sent and received

 

Method Detail

getScurSessionCount

long getScurSessionCount()
Returns the number of Session Charging with Unit Reservation (SCUR) sessions that a module handled in the last measurement period

getEcurSessionCount

long getEcurSessionCount()
Returns the number of Event Charging with Unit Reservation (ECUR) sessions that a module handled in the last measurement period

getIecSessionCount

long getIecSessionCount()
Returns the number of Immediate Event Charging (IEC) sessions that a module handled in the last measurement period

getCcrCalledInitiatorCount

long getCcrCalledInitiatorCount()
Returns the number of Credit-Control-Requests (CCRs) received with the Media-Initiator-Flag AVP set to CalledParty

getCcrCallingInitiatorCount

long getCcrCallingInitiatorCount()
Returns the number of Credit-Control-Requests (CCRs) received with the Media-Initiator-Flag AVP set to CallingParty

getCcrUnknownInitiatorCount

long getCcrUnknownInitiatorCount()
Returns the number of Credit-Control-Requests (CCRs) received with the Media-Initiator-Flag AVP set to Unknown

getCcrCount

long getCcrCount()
Returns the total number of Credit-Control-Requests (CCRs) that a module sent and received in the last measurement period

getScurInitialCcrCount

long getScurInitialCcrCount()
Returns the number of Initial Credit Control Requests (CCRs) that a module sent and received in the last measurement period

getScurUpdateCcrCount

long getScurUpdateCcrCount()
Returns the number of Update Credit Control Requests (CCRs) that a module sent and received in the last measurement period

getScurTerminateCcrCount

long getScurTerminateCcrCount()
Returns the number of Terminate Credit Control Requests (CCRs) that a module sent and received in the last measurement period

getCcaCount

long getCcaCount()
Returns the total number of CCAs that a module sent and received

getSuccessCcaCount

long getSuccessCcaCount()
Returns the total number of CCAs with a successful result that a module sent and received

getErrorCcaCount

long getErrorCcaCount()
Returns the total number of CCAs with an error result that a module sent and received

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.