Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.wcsMbeanSupport
Interface TcapMessageCountRuntimeMBean


public interface TcapMessageCountRuntimeMBean

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.

 

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
Module MBean Java API Reference
Release 6.0

E26174-01


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