Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.feature.pcrf.stats
Interface StatisticsMBean


public interface StatisticsMBean

MBean for the PCRF statistics. This mbean allows to query the value of certain counters and to reset those values.

Author:
Copyright (c) 2011 by Oracle Corp. All Rights Reserved.

Method Summary
 List<String> getAllCounters()
          Returns a list of counter names and value.
 long getCounterValue(int applicationId, int commandCode, String requestType, String direction)
          Returns the value of the specified counter.
 void resetAllCounters()
          Resets all the counters
 void resetCounter(int applicationId, int commandCode, String requestType, String direction)
          Resets the specified counter.

 

Method Detail

getAllCounters

List<String> getAllCounters()
Returns a list of counter names and value.
Returns:
A list of counter names and value

getCounterValue

long getCounterValue(int applicationId,
                     int commandCode,
                     String requestType,
                     String direction)
Returns the value of the specified counter.
Parameters:
applicationId - The application id
commandCode - The command code
requestType - The request type
direction - Direction (can be either IN or OUT)
Returns:
The value of the counter

resetCounter

void resetCounter(int applicationId,
                  int commandCode,
                  String requestType,
                  String direction)
Resets the specified counter.
Parameters:
applicationId - The application id
commandCode - The command code
requestType - The request type
direction - Direction (can be either IN or OUT)

resetAllCounters

void resetAllCounters()
Resets all the counters

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


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