Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface MessageRuntimeMBean


public interface MessageRuntimeMBean

MessageRuntimeMBean enables you to count the total number of messages that pass through a module’s IN interface. Separate instances of MessageRuntimeMBean are created for different IN protocols.

Number of Instances: One

Object Name: com.convergin:Type=MessageRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Message.MAP


Method Summary
 long getRcvCount()
          Returns the number of messages that a module received from the network in the last measurement period
 long getSndCount()
          Returns the number of messages that a module sent to the network in the last measurement period

 

Method Detail

getSndCount

long getSndCount()
Returns the number of messages that a module sent to the network in the last measurement period

getRcvCount

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