Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface RfRuntimeMBean

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

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

RfRuntimeMBean enables you to monitor a module Rf interface.

Number of Instances: One

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


Method Summary
 long getAcaCount()
          Returns the total number of Accounting-Answers (ACAs) that a module sent and received
 long getAcrCount()
          Returns the total number of Accounting-Requests (ACRs) that a module sent and received in the last measurement period
 long getCompleteSessionCount()
          Returns the number of Complete Sessions that a module handled in the last measurement period
 long getErrorAcaCount()
          Returns the total number of Accounting-Answers (ACAs) 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 getEventAcrCount()
          Returns the number of EVENT_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
 long getInterimAcrCount()
          Returns the number of INTERIM_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
 long getSessionCount()
          Returns the number of Session Accounting that a module handled in the last measurement period
 long getStartAcrCount()
          Returns the number of START_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
 long getStopAcrCount()
          Returns the number of STOP_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
 long getSuccessAcaCount()
          Returns the total number of Accounting-Answers (ACAs) with a successful result that a module sent and received

 

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

 

Method Detail

getSessionCount

long getSessionCount()
Returns the number of Session Accounting that a module handled in the last measurement period

getAcrCount

long getAcrCount()
Returns the total number of Accounting-Requests (ACRs) that a module sent and received in the last measurement period

getStartAcrCount

long getStartAcrCount()
Returns the number of START_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period

getInterimAcrCount

long getInterimAcrCount()
Returns the number of INTERIM_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period

getStopAcrCount

long getStopAcrCount()
Returns the number of STOP_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period

getEventAcrCount

long getEventAcrCount()
Returns the number of EVENT_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period

getAcaCount

long getAcaCount()
Returns the total number of Accounting-Answers (ACAs) that a module sent and received

getSuccessAcaCount

long getSuccessAcaCount()
Returns the total number of Accounting-Answers (ACAs) with a successful result that a module sent and received

getErrorAcaCount

long getErrorAcaCount()
Returns the total number of Accounting-Answers (ACAs) with an error result that a module sent and received

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

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.