Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface SipRequestByMethodRuntimeMBean

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

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

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
 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

 

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

 

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

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

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.