Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface OprRuntimeMBean

All Superinterfaces:
com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

public interface OprRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

OprRuntimeMBean enables you to monitor an OE OPR. The OE instantiates one instance of OprRuntimeMBean for each OPR.

Number of Instances: Multiple

Object Name: com.convergin:Type=OprRuntime,Version=<version>,Location=<server-name>,Name= <module-instance-name>.Opr.<opr-name> where

<opr-name>

is one of the following:


Method Summary
 long getSuccessfulQueryCount()
          Returns the number of successful queries that an OPR executed in the last measurement period
 long getUnsuccessfulQueryCount()
          Returns the number of unsuccessful queries that an OPR attempted to execute in the last measurement period

 

Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
getObjectName, getSnmpTableIndex

 

Method Detail

getSuccessfulQueryCount

long getSuccessfulQueryCount()
Returns the number of successful queries that an OPR executed in the last measurement period

getUnsuccessfulQueryCount

long getUnsuccessfulQueryCount()
Returns the number of unsuccessful queries that an OPR attempted to execute in the last measurement period

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.