Skip navigation links

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

E38079-01


oracle.axia.apps.pcm.common.statistic.management
Interface PCMRuntimeStatisticsMBean


public interface PCMRuntimeStatisticsMBean

MBean exposed for getting runtime statistics information.

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

Method Summary
 String getBundleBeginTime()
          get bundle begin time.
 String getStatsBeginTime()
          get stats begin time.
 void reset()
          reset.
 long retrieveSuccessfulCallCounts()
          retrieve successful call counts.
 long retrieveSuccessfulConferencingCallCounts()
          retrieve successful conferencing call counts.
 long retrieveSuccessfulGroupCallCounts()
          retrieve successful group call counts.
 long retrieveSuccessfulPersonalCallCounts()
          retrieve successful personal call counts.
 long retrieveTotalCallCounts()
          retrieve total call counts.
 long retrieveTotalConferencingCallCounts()
          retrieve total conferencing call counts.
 long retrieveTotalGroupCallCounts()
          retrieve total group call counts.
 long retrieveTotalPersonalCallCounts()
          retrieve total personal call counts.

 

Method Detail

retrieveTotalCallCounts

long retrieveTotalCallCounts()
                             throws Exception
retrieve total call counts.
Returns:
Total number of call attempts(including successful and failed calls).
Throws:
Exception - .

retrieveSuccessfulCallCounts

long retrieveSuccessfulCallCounts()
                                  throws Exception
retrieve successful call counts.
Returns:
Number of successful calls
Throws:
Exception - .

retrieveTotalPersonalCallCounts

long retrieveTotalPersonalCallCounts()
                                     throws Exception
retrieve total personal call counts.
Returns:
Total number of personal service call (place call + taking call + click to dial).
Throws:
Exception - .

retrieveSuccessfulPersonalCallCounts

long retrieveSuccessfulPersonalCallCounts()
                                          throws Exception
retrieve successful personal call counts.
Returns:
Number of successful personal service call
Throws:
Exception - .

retrieveTotalGroupCallCounts

long retrieveTotalGroupCallCounts()
                                  throws Exception
retrieve total group call counts.
Returns:
Total number of group service call
Throws:
Exception - .

retrieveSuccessfulGroupCallCounts

long retrieveSuccessfulGroupCallCounts()
                                       throws Exception
retrieve successful group call counts.
Returns:
Number of successful group service call
Throws:
Exception - .

retrieveTotalConferencingCallCounts

long retrieveTotalConferencingCallCounts()
                                         throws Exception
retrieve total conferencing call counts.
Returns:
Total number of on-the-fly conferencing
Throws:
Exception - .

retrieveSuccessfulConferencingCallCounts

long retrieveSuccessfulConferencingCallCounts()
                                              throws Exception
retrieve successful conferencing call counts.
Returns:
Number of successful on-the-fly conferencing
Throws:
Exception - .

getStatsBeginTime

String getStatsBeginTime()
get stats begin time.
Returns:
begin time.

getBundleBeginTime

String getBundleBeginTime()
get bundle begin time.
Returns:
begin time.

reset

void reset()
reset.

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.