Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface OprRuntimeMBean


public interface OprRuntimeMBean

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

 

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
Module MBean Java API Reference
Release 5.0

E18334-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.