Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface SipRequestRuntimeMBean

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

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

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

 

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

 

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

E38079-01


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