Skip navigation links

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

E38079-01


oracle.axia.apps.vpn.statistic.management
Interface VPNRuntimeStatisticsMBean


public interface VPNRuntimeStatisticsMBean

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 successfull call counts.
 long retrieveSuccessfulIntraVPNCallCounts()
          retrieve successfull intravpncall counts.
 long retrieveSuccessfulOriginatingCallCounts()
          retrieve successful originatingcall counts.
 long retrieveSuccessfulPartnerVPNCallCounts()
          retrieve successfull partner vpncall counts.
 long retrieveSuccessfulTerminatingCallCounts()
          retrieve successfull terminating call counts.
 long retrieveTotalCallCounts()
          retrieve total call counts.
 long retrieveTotalIntraVPNCallCounts()
          retrieve total intravpncall counts.
 long retrieveTotalOriginatingCallCounts()
          retrieve total originatingcall counts.
 long retrieveTotalPartnerVPNCallCounts()
          retrieve total partner vpncall counts.
 long retrieveTotalTerminatingCallCounts()
          retrieve total terminating call counts.

 

Method Detail

retrieveTotalCallCounts

long retrieveTotalCallCounts()
                             throws Exception
retrieve total call counts.
Returns:
Total number of call attempts received.
Throws:
Exception - .

retrieveSuccessfulCallCounts

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

retrieveTotalOriginatingCallCounts

long retrieveTotalOriginatingCallCounts()
                                        throws Exception
retrieve total originatingcall counts.
Returns:
Total number of originating call attempts.
Throws:
Exception - .

retrieveSuccessfulOriginatingCallCounts

long retrieveSuccessfulOriginatingCallCounts()
                                             throws Exception
retrieve successful originatingcall counts.
Returns:
Number of originating successful calls.
Throws:
Exception - .

retrieveTotalTerminatingCallCounts

long retrieveTotalTerminatingCallCounts()
                                        throws Exception
retrieve total terminating call counts.
Returns:
Total number of terminating call attempts.
Throws:
Exception - .

retrieveSuccessfulTerminatingCallCounts

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

retrieveTotalIntraVPNCallCounts

long retrieveTotalIntraVPNCallCounts()
                                     throws Exception
retrieve total intravpncall counts.
Returns:
Total number of Intra-VPN call attempts.
Throws:
Exception - .

retrieveSuccessfulIntraVPNCallCounts

long retrieveSuccessfulIntraVPNCallCounts()
                                          throws Exception
retrieve successfull intravpncall counts.
Returns:
Number of successful Intra-VPN calls.
Throws:
Exception - .

retrieveTotalPartnerVPNCallCounts

long retrieveTotalPartnerVPNCallCounts()
                                       throws Exception
retrieve total partner vpncall counts.
Returns:
Total number of Partner-VPN call attempts.
Throws:
Exception - .

retrieveSuccessfulPartnerVPNCallCounts

long retrieveSuccessfulPartnerVPNCallCounts()
                                            throws Exception
retrieve successfull partner vpncall counts.
Returns:
Number of successful Partner-VPN calls.
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.