|
Oracle Communications Service Broker Policy and Charging MBean Java API Reference 6.0 E26225-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatisticsMBean
MBean for the PCRF statistics. This mbean allows to query the value of certain counters and to reset those values.
| 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 |
|---|
List<String> getAllCounters()
long getCounterValue(int applicationId,
int commandCode,
String requestType,
String direction)
applicationId - The application idcommandCode - The command coderequestType - The request typedirection - Direction (can be either IN or OUT)
void resetCounter(int applicationId,
int commandCode,
String requestType,
String direction)
applicationId - The application idcommandCode - The command coderequestType - The request typedirection - Direction (can be either IN or OUT)void resetAllCounters()
|
Oracle Communications Service Broker Policy and Charging MBean Java API Reference 6.0 E26225-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||