Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface SipRequestRuntimeMBean


public interface SipRequestRuntimeMBean

SipRequestRuntimeMBean enables you to count the total number of SIP requests that a module sends to, and receives from, the network.

Number of Instances: One

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


Method Summary
 long getRcvCount()
          Returns the total number of SIP requests that a module received from the network
 long getSndCount()
          Returns the total number of SIP requests that a module sent to the network

 

Method Detail

getRcvCount

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

getSndCount

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

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.