Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface OeRuntimeMBean

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

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

OeRuntimeMBean is a root MBean for monitoring the OE.

Number of Instances: One

Object Name: com.convergin:Type=OeRuntime,Version=<version>,Location=<server-name>,Name= <module-instance-name>.Oe


Method Summary
 ObjectName getOlpRuntimeMbean()
          Returns an array of references to instances of OprRuntimeMBean
 ObjectName getOprRuntimeMbean()
          Returns an array of references to instances of OlpRuntimeMBean
 long getSessionCount()
          Returns he total number of sessions that the OE handled in the last measurement period
 long getSessionGauge()
          NOT IMPLEMENTED
 long getSuccessfulApplicationTriggeringCount()
          Returns the number of successful application triggering that the OE performed in the last measurement period
 long getSuccessfulUASTriggerCount()
          Returns the number of successful UA server triggering in the last measurement period
 long getUnsuccessfulApplicationTriggeringCount()
          Returns the number of unsuccessful application triggering that the OE attempted to perform in the last measurement period

 

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

 

Method Detail

getOlpRuntimeMbean

ObjectName getOlpRuntimeMbean()
Returns an array of references to instances of OprRuntimeMBean

getOprRuntimeMbean

ObjectName getOprRuntimeMbean()
Returns an array of references to instances of OlpRuntimeMBean

getSessionGauge

long getSessionGauge()
NOT IMPLEMENTED

Returns the number of SIP sessions that the OE is currently handling


getSessionCount

long getSessionCount()
Returns he total number of sessions that the OE handled in the last measurement period

getSuccessfulApplicationTriggeringCount

long getSuccessfulApplicationTriggeringCount()
Returns the number of successful application triggering that the OE performed in the last measurement period

getUnsuccessfulApplicationTriggeringCount

long getUnsuccessfulApplicationTriggeringCount()
Returns the number of unsuccessful application triggering that the OE attempted to perform in the last measurement period

getSuccessfulUASTriggerCount

long getSuccessfulUASTriggerCount()
Returns the number of successful UA server triggering 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.