Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface InitialDpByServiceKeyRuntimeMBean

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

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

InitialDpByServiceKeyRuntimeMBean enables you to count InitialDP messages that pass through the IM-SCF CAP interface. IM-SCF instantiates one instance of InitialDpByServiceKeyRuntimeMBean for each service key. Each InitialDpByServiceKeyRuntimeMBean instance include counters that provide statistics on the number of InitialDP messages that IM-SCF sent to, and received from, the network with a specific service key.

Number of Instances: Multiple

Object Name: com.convergin:Type=InitialDpByServiceKeyRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.InitialDP.CAP.<service-key>


Method Summary
 long getRcvCount()
          Returns the number of InitialDP messages that IM-SCF received from the network in the last measurement period
 int getServiceKey()
          Returns the code of a service key encountered by an instance of InitialDpByServiceKeyRuntimeMBean
 long getSndCount()
          Returns the number of InitialDP messages that IM-SCF sent to the network in the last measurement period

 

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

 

Method Detail

getServiceKey

int getServiceKey()
Returns the code of a service key encountered by an instance of InitialDpByServiceKeyRuntimeMBean

getSndCount

long getSndCount()
Returns the number of InitialDP messages that IM-SCF sent to the network in the last measurement period

getRcvCount

long getRcvCount()
Returns the number of InitialDP messages that IM-SCF received from the network in the last measurement period

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.