Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface SipResponseByRequestMethodRuntimeMBean

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

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

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

 

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

 

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 Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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