|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.axia.apps.common.statistic.management.AbstractRuntimeMBean
public abstract class AbstractRuntimeMBean
AbstractRuntimeMBean.
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 |
---|
public AbstractRuntimeMBean(StatisticsServiceMBean stats, String serverName)
stats
- StatisticsServiceMBean.serverName
- .Method Detail |
---|
public final long getCount(oracle.axia.api.stats.StatsCategory statCategory, long begintime, long endtime, String groupName) throws oracle.axia.apps.common.statistic.api.StatisticCalculException
statCategory
- StatsCategory.begintime
- begintime.endtime
- endtime.groupName
- groupName.oracle.axia.apps.common.statistic.api.StatisticCalculException
- during calculate count.public final long getCountWith(String categoryName, long begintime, long endtime, String groupName) throws oracle.axia.apps.common.statistic.api.StatisticCalculException
categoryName
- stats category name.begintime
- begintime.endtime
- endtime.groupName
- groupName.oracle.axia.apps.common.statistic.api.StatisticCalculException
- during calculate count.protected final StatisticsServiceMBean getStats()
protected final String getServerName()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |