Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.common.wcsMbeanSupport.capRuntimeMbeans
Interface MessageByOpRuntimeMBean

All Superinterfaces:
com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

public interface MessageByOpRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface

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

 

Methods inherited from interface com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
getObjectName, getSnmpTableIndex

 

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 Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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