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 PCMVmRuntimeStatisticsMBean


public interface PCMVmRuntimeStatisticsMBean

MBean exposed for getting runtime statistics information.

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

Method Summary
 String getBundleBeginTime()
          get bundle begin time.
 String getStatsBeginTime()
          get begin time of runtime statistic.
 void reset()
          reset.
 long retrieveSuccessfulAccessingVMCounts()
          retrieve successful accessing vm call counts.
 long retrieveSuccessfulLeavingVMCounts()
          retrieve successful leaving vm call counts.
 long retrieveTotalAccessingVMCounts()
          retrieve total accessing vm call counts.
 long retrieveTotalLeavingVMCounts()
          retrieve total leaving vm call counts.

 

Method Detail

retrieveTotalAccessingVMCounts

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

retrieveSuccessfulAccessingVMCounts

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

retrieveTotalLeavingVMCounts

long retrieveTotalLeavingVMCounts()
                                  throws Exception
retrieve total leaving vm call counts.
Returns:
Total number of leaving vm call.
Throws:
Exception - .

retrieveSuccessfulLeavingVMCounts

long retrieveSuccessfulLeavingVMCounts()
                                       throws Exception
retrieve successful leaving vm call counts.
Returns:
Number of successful leaving vm call.
Throws:
Exception - .

getStatsBeginTime

String getStatsBeginTime()
get begin time of runtime statistic.
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.