Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.common.wcsMbeanSupport
Interface RoRuntimeMBean

All Superinterfaces:
com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

public interface RoRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

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 getBlockedSessionCount()
          Returns the number of Blocked Sessions that a module handled in the last measurement period
 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 getChargingWithUnitReservationgSessionCount()
          Returns the number of Session Charging with Unit Reservation (SCUR) and the number of Event Charging with Unit Reservation(ECUR) sessions that a module handled in the last measurement period
 long getCompleteSessionCount()
          Returns the number of Complete 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 getErrorSessionCount()
          Returns the number of Error Sessions that a module handled in the last measurement period
 long getIecSessionCount()
          Returns the number of Immediate Event Charging (IEC) sessions that a module handled in the last measurement period
 long getImmediateCcrCount()
          Returns the number of Immediate Credit Control Requests (CCRs) that a module sent and received in the last measurement period
 long getInitialCcrCount()
          Returns the number of Initial Credit Control Requests (CCRs) that a module sent and received in the last measurement period
 long getRedirectedSessionCount()
          Returns the number of Redirected Sessions that a module handled in the last measurement period
 long getSuccessCcaCount()
          Returns the total number of CCAs with a successful result that a module sent and received
 long getTerminateCcrCount()
          Returns the number of Terminate Credit Control Requests (CCRs) that a module sent and received in the last measurement period
 long getUpdateCcrCount()
          Returns the number of Update Credit Control Requests (CCRs) that a module sent and received in the last measurement period

 

Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
getObjectName, getSnmpTableIndex

 

Method Detail

getChargingWithUnitReservationgSessionCount

long getChargingWithUnitReservationgSessionCount()
Returns the number of Session Charging with Unit Reservation (SCUR) and 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

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

getInitialCcrCount

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

getUpdateCcrCount

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

getTerminateCcrCount

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

getImmediateCcrCount

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

getCompleteSessionCount

long getCompleteSessionCount()
Returns the number of Complete Sessions that a module handled in the last measurement period

getErrorSessionCount

long getErrorSessionCount()
Returns the number of Error Sessions that a module handled in the last measurement period

getBlockedSessionCount

long getBlockedSessionCount()
Returns the number of Blocked Sessions that a module handled in the last measurement period

getRedirectedSessionCount

long getRedirectedSessionCount()
Returns the number of Redirected Sessions that a module handled in the last measurement period

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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