Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface OeRuntimeMBean


public interface OeRuntimeMBean

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
 javax.management.ObjectName getOlpRuntimeMbean()
          Returns an array of references to instances of OprRuntimeMBean
 javax.management.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 getUnsuccessfulApplicationTriggeringCount()
          Returns the number of unsuccessful application triggering that the OE attempted to perform in the last measurement period

 

Method Detail

getOlpRuntimeMbean

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

getOprRuntimeMbean

javax.management.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

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.