Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface SipResponseByRequestMethodRuntimeMBean


public interface SipResponseByRequestMethodRuntimeMBean

SipResponseByRequestMethodRuntimeMBean to count responses to a specific request. A module instantiates one instance of SipResponseByRequestMethodRuntimeMBean for each combination of request method and response. For example, an instance can have counters for 2xx responses to INVITE requests.

Number of Instances: Multiple

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

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


Method Summary
 long getRcvCount()
          Returns the number of times that a module received from the network a specific response to a specific request
 long getSndCount()
          Returns the number of times that a module sent a specific response to the network to a specific request

 

Method Detail

getRcvCount

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

getSndCount

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

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.