Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface InitialDpByServiceKeyRuntimeMBean


public interface InitialDpByServiceKeyRuntimeMBean

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

 

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
Module MBean Java API Reference
Release 5.0

E18334-01


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