Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface SipRuntimeMBean

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

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

SipRuntimeMBean is the root MBean for monitoring the SIP interface. SipRuntimeMBean is used by IM-ASF and R-IM-ASF.

Number of Instances: One

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


Method Summary
 long getSessionCount()
          Returns the total number of SIP sessions handled in the last measurement period
 long getSessionGauge()
          NOT IMPLEMENTED
 ObjectName getSipRequestByMethodRuntimeMBean()
          Returns an array of references to all instances of SipRequestByMethodRuntimeMBean
 ObjectName getSipRequestRuntimeMBeans()
          Returns a reference to the instance of SipRequestRuntimeMBean

 

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

 

Method Detail

getSipRequestRuntimeMBeans

ObjectName getSipRequestRuntimeMBeans()
Returns a reference to the instance of SipRequestRuntimeMBean

getSipRequestByMethodRuntimeMBean

ObjectName getSipRequestByMethodRuntimeMBean()
Returns an array of references to all instances of SipRequestByMethodRuntimeMBean

getSessionGauge

long getSessionGauge()
NOT IMPLEMENTED

Returns the number of SIP sessions that a module is currently handling


getSessionCount

long getSessionCount()
Returns the total number of SIP sessions handled 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.