Skip navigation links

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

E38079-01


oracle.axia.apps.common.statistic.management
Class AbstractRuntimeMBean

java.lang.Object
  extended by oracle.axia.apps.common.statistic.management.AbstractRuntimeMBean


public abstract class AbstractRuntimeMBean
extends Object

AbstractRuntimeMBean.

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

Constructor Summary
AbstractRuntimeMBean(StatisticsServiceMBean stats, String serverName)
          AbstractRuntimeMBean .

 

Method Summary
 long getCount(oracle.axia.api.stats.StatsCategory statCategory, long begintime, long endtime, String groupName)
          Get count from AXIA statistic service.
 long getCountWith(String categoryName, long begintime, long endtime, String groupName)
          Get count from AXIA statistic service.
protected  String getServerName()
           
protected  StatisticsServiceMBean getStats()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AbstractRuntimeMBean

public AbstractRuntimeMBean(StatisticsServiceMBean stats,
                            String serverName)
AbstractRuntimeMBean .
Parameters:
stats - StatisticsServiceMBean.
serverName - .

Method Detail

getCount

public final long getCount(oracle.axia.api.stats.StatsCategory statCategory,
                           long begintime,
                           long endtime,
                           String groupName)
                    throws oracle.axia.apps.common.statistic.api.StatisticCalculException
Get count from AXIA statistic service.
Parameters:
statCategory - StatsCategory.
begintime - begintime.
endtime - endtime.
groupName - groupName.
Returns:
long count.
Throws:
oracle.axia.apps.common.statistic.api.StatisticCalculException - during calculate count.

getCountWith

public final long getCountWith(String categoryName,
                               long begintime,
                               long endtime,
                               String groupName)
                        throws oracle.axia.apps.common.statistic.api.StatisticCalculException
Get count from AXIA statistic service.
Parameters:
categoryName - stats category name.
begintime - begintime.
endtime - endtime.
groupName - groupName.
Returns:
long count.
Throws:
oracle.axia.apps.common.statistic.api.StatisticCalculException - during calculate count.

getStats

protected final StatisticsServiceMBean getStats()

getServerName

protected final String getServerName()

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.