Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface SipRuntimeMBean


public interface SipRuntimeMBean

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
 javax.management.ObjectName getSipRequestByMethodRuntimeMBean()
          Returns an array of references to all instances of SipRequestByMethodRuntimeMBean
 javax.management.ObjectName getSipRequestRuntimeMBeans()
          Returns a reference to the instance of SipRequestRuntimeMBean

 

Method Detail

getSipRequestRuntimeMBeans

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

getSipRequestByMethodRuntimeMBean

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

E18334-01


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