Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface SipRequestByMethodRuntimeMBean


public interface SipRequestByMethodRuntimeMBean

SipRequestByMethodRutimeMBean enables you to count the number of times that a specific SIP request was sent to, and received from, the network. A module instantiates one instance of SipRequestByMethodRutimeMBean for each SIP request.

Number of Instances: Multiple

Object Name: com.convergin:Type=SipRequestRuntime,Version=<version>,Location=<server-name>, Name=<module-instance-name>.SipRequestByMethod.<method> where

<method>

is one of the standard SIP requests, such as: INVITE, BYE and INFO.

Example: com.convergin:Type=SipRequestRuntime,Version=<version>,Location=<server-name>, Name=<module-instance-name>.SipRequestByMethod.INVITE</p>


Method Summary
 long getRcvCount()
          Returns the total number of times that a module received a specific SIP request from the network
 javax.management.ObjectName[] getSipResponseByRequestMethodRuntimeMBean()
          Returns an array of references to instances of SipResponseByRequestMethodRuntimeMBean
 long getSndCount()
          Returns the total number of times that a module sent a specific SIP request to the network

 

Method Detail

getRcvCount

long getRcvCount()
Returns the total number of times that a module received a specific SIP request from the network

getSndCount

long getSndCount()
Returns the total number of times that a module sent a specific SIP request to the network

getSipResponseByRequestMethodRuntimeMBean

javax.management.ObjectName[] getSipResponseByRequestMethodRuntimeMBean()
Returns an array of references to instances of SipResponseByRequestMethodRuntimeMBean

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.