Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface ErbByEventTypeRuntimeMBean


public interface ErbByEventTypeRuntimeMBean

ErbByEventTypeRuntimeMBean enables you to count EventReportBCSM (ERB) messages that pass through the IM-SCF CAP interface. IM-SCF instantiates one instance of ErbByEventTypeRuntimeMBean for each event type. Each ErbByEventTypeRuntimeMBean instance provides counters for the number of EventReportBCSM 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=ErbByEventTypeRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Erb.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 ErbByEventTypeRuntimeMBean
 long getRcvCount()
          Returns the number of messages that IM-SCF received from the network in the last measurement period
 long getSndCount()
          Returns the number of 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 ErbByEventTypeRuntimeMBean

getSndCount

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

getRcvCount

long getRcvCount()
Returns the number of 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.