Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface MessageByOpRuntimeMBean


public interface MessageByOpRuntimeMBean

MessageByOpRuntimeMBean enables you to count CAP messages that pass though the IM-SCF CAP interface. IM-SCF instantiates one instance of MessageByOpRuntimeMBean for each CAP operation. Each instance of MessageByOpRuntimeMBean includes counters that provide statistics on the number of messages that IM-SCF set to, and received from, the network.

Number of Instances: Multiple

Object Name: com.convergin:Type=MessageByOpRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Message.CAP.<operation> For more information on possible values of

<operation>

, see the Oracle Communications Service Broker Concepts Guide.


Method Summary
 int getOperationCode()
          Returns the code of an operation encountered by an instance of MessageByOpRuntimeMBean
 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

getOperationCode

int getOperationCode()
Returns the code of an operation encountered by an instance of MessageByOpRuntimeMBean

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.