Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface InitialDpByEventTypeRuntimeMBean


public interface InitialDpByEventTypeRuntimeMBean

InitialDpByEventTypeRuntimeMBean enables you to count InitialDP messages that pass through the IM-SCF CAP interface. IM-SCF instantiates one instance of InitialDpByEventTypeRuntimeMBean for each event type. Each InitialDpByEventTypeRuntimeMBean instance provides counters for the number of InitialDP messages that IM-SCF sent to, or received from, the network with a specific event type.

Number of Instances: Multiple

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

For more information on possible values of

<eventType>

, see Oracle Communications Service Broker Concepts Guide.


Method Summary
 int getEventType()
          Returns the code of an event type encountered by an instance of InitialDpByEventTypeRuntimeMBean
 long getRcvCount()
          Returns the number of InitialDP messages that IM-SCF received from the network in the last measurement period
 long getSndCount()
          Returns the number of InitialDP messages that IM-SCF sent to the network in the last measurement period

 

Method Detail

getEventType

int getEventType()
Returns the code of an event type encountered by an instance of InitialDpByEventTypeRuntimeMBean

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.