Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface DiameterShCountersRuntimeMBean


public interface DiameterShCountersRuntimeMBean

DiameterShCounterRuntimeMBean enables you to monitor an Sh module Diameter interface.

Number of Instances: One

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


Method Summary
 long getErrorUdaCount()
          Returns the total number of UDAs with an error result that a module sent and received
 long getErrorUdaReceivedCount()
          Returns the number of UDAs with an error result that a module received
 long getErrorUdaSentCount()
          Returns the number of UDAs with an error result that a module sent
 long getSuccessUdaCount()
          Returns the total number of UDAs with a successful result that a module sent and received
 long getSuccessUdaReceivedCount()
          Returns the number of UDAs with a successful result that a module received
 long getSuccessUdaSentCount()
          Returns the number of UDAs with a successful result that a module sent
 long getUdaCount()
          Returns the total number of UDAs that a module sent and received
 long getUdaReceivedCount()
          Returns the number of UDAs that a module received
 long getUdaSentCount()
          Returns the number of UDAs that a module sent
 long getUdrCount()
          Returns the total number of User-Data-Requests (UDRs) that a module sent and received in the last measurement period
 long getUdrReceivedCount()
          Returns the number of UDRs received in the last measurement period
 long getUdrSentCount()
          Returns the number of UDRs sent in the last measurement period

 

Method Detail

getUdrCount

long getUdrCount()
Returns the total number of User-Data-Requests (UDRs) that a module sent and received in the last measurement period

getUdrSentCount

long getUdrSentCount()
Returns the number of UDRs sent in the last measurement period

getUdrReceivedCount

long getUdrReceivedCount()
Returns the number of UDRs received in the last measurement period

getUdaCount

long getUdaCount()
Returns the total number of UDAs that a module sent and received

getUdaSentCount

long getUdaSentCount()
Returns the number of UDAs that a module sent

getUdaReceivedCount

long getUdaReceivedCount()
Returns the number of UDAs that a module received

getSuccessUdaCount

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

getSuccessUdaSentCount

long getSuccessUdaSentCount()
Returns the number of UDAs with a successful result that a module sent

getSuccessUdaReceivedCount

long getSuccessUdaReceivedCount()
Returns the number of UDAs with a successful result that a module received

getErrorUdaCount

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

getErrorUdaSentCount

long getErrorUdaSentCount()
Returns the number of UDAs with an error result that a module sent

getErrorUdaReceivedCount

long getErrorUdaReceivedCount()
Returns the number of UDAs with an error result that a module 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.