Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface TcapMessageCountRuntimeMBean

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

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

TcapMessageCountRuntimeMBean enables you to count the following messages of the TCAP transaction sublayer:

A module instantiates one instance of TcapMessageCountRuntimeMBean for each direction of each message.

Number of Instances: Multiple

Object Name: com.convergin:Type=TcapMessageCountRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.<tcap-message> where

<tcap-message>

is one of the following:

For example: com.convergin:Type=TcapMessageCountRuntime,Version=<version>, Location=<server-name>,Name=imscfcap1_instance.UniFromApplication

NOTE: If you want to count TC-P-ABORT messages, use TcapPAbortCountRuntimeMBean.


Method Summary
 long getReceiveFailedCount()
          Returns the number of messages that a module received but failed to process successfully in the last measurement period.
 long getReceiveSuccessCount()
          Returns the number of messages that a module received and processed successfully in the last measurement period.
 long getSentFailedCount()
          Returns the number of messages that a module failed to send to the SS7 network in the last measurement period
 long getSentSuccessCount()
          Returns the number of messages that a module successfully sent to the SS7 network in the last measurement period.

 

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

 

Method Detail

getReceiveSuccessCount

long getReceiveSuccessCount()
Returns the number of messages that a module received and processed successfully in the last measurement period.

getReceiveFailedCount

long getReceiveFailedCount()
Returns the number of messages that a module received but failed to process successfully in the last measurement period.

getSentFailedCount

long getSentFailedCount()
Returns the number of messages that a module failed to send to the SS7 network in the last measurement period

getSentSuccessCount

long getSentSuccessCount()
Returns the number of messages that a module successfully sent to the SS7 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.