Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface TcapRuntimeMBean


public interface TcapRuntimeMBean

TcapRuntimeMBean is a root MBean for to monitor the TCAP interface of an IM.

Number of Instances: One

Object Name: com.convergin:Type=TcapRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Tcap


Method Summary
 long getAppInitiatedTransCount()
          Returns the number of currently opened applications that initiated TCAP Transactions
 javax.management.ObjectName getBeginFromApplicationCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-BEGIN messages sent by a module to the SS7 network
 javax.management.ObjectName getBeginFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-BEGIN messages received from the SS7 network
 javax.management.ObjectName getContinueFromApplicationCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-CONTINUE messages sent by a module to the SS7 network
 javax.management.ObjectName getContinueFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-CONTINUE messages received from the SS7 network
 long getDestroyTransactionCount()
          Returns the number of TCAP transactions that have been closed on the module in the last measurement period
 javax.management.ObjectName getEndFromApplicationCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-END messages sent by a module to the SS7 network
 javax.management.ObjectName getEndFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-END messages received from the SS7 network
 long getNetworkInitiatedTransCount()
          Returns the number of currently opened TCAP transactions initiated by the network
 javax.management.ObjectName getNoticeCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean.
 javax.management.ObjectName getPAbortCount()
          Returns a reference to an instance of TcapPAbortCountRuntimeMBean that provides counters of TC-P-ABORT messages received from the SS7 network
 long getTransactionCount()
          Returns the number of TCAP transactions that a module handled in the last measurement period
 javax.management.ObjectName getUAbortFromApplicationCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-U-ABORT messages sent by a module sent to the SS7 network
 javax.management.ObjectName getUAbortFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-U-ABORT messages received from the SS7 network
 javax.management.ObjectName getUniFromApplicationCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-UNI messages sent by a module to the SS7 network
 javax.management.ObjectName getUniFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-UNI messages received from the SS7 network

 

Method Detail

getUniFromApplicationCount

javax.management.ObjectName getUniFromApplicationCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-UNI messages sent by a module to the SS7 network

getBeginFromApplicationCount

javax.management.ObjectName getBeginFromApplicationCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-BEGIN messages sent by a module to the SS7 network

getContinueFromApplicationCount

javax.management.ObjectName getContinueFromApplicationCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-CONTINUE messages sent by a module to the SS7 network

getEndFromApplicationCount

javax.management.ObjectName getEndFromApplicationCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-END messages sent by a module to the SS7 network

getUAbortFromApplicationCount

javax.management.ObjectName getUAbortFromApplicationCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-U-ABORT messages sent by a module sent to the SS7 network

getUniFromNetworkCount

javax.management.ObjectName getUniFromNetworkCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-UNI messages received from the SS7 network

getBeginFromNetworkCount

javax.management.ObjectName getBeginFromNetworkCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-BEGIN messages received from the SS7 network

getContinueFromNetworkCount

javax.management.ObjectName getContinueFromNetworkCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-CONTINUE messages received from the SS7 network

getEndFromNetworkCount

javax.management.ObjectName getEndFromNetworkCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-END messages received from the SS7 network

getUAbortFromNetworkCount

javax.management.ObjectName getUAbortFromNetworkCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-U-ABORT messages received from the SS7 network

getPAbortCount

javax.management.ObjectName getPAbortCount()
Returns a reference to an instance of TcapPAbortCountRuntimeMBean that provides counters of TC-P-ABORT messages received from the SS7 network

getNoticeCount

javax.management.ObjectName getNoticeCount()
Returns a reference to an instance of TcapMessageCountRuntimeMBean. This MBean provides counters of TC-NOTICE messages that a module received from the SS7 network

getAppInitiatedTransCount

long getAppInitiatedTransCount()
Returns the number of currently opened applications that initiated TCAP Transactions

getNetworkInitiatedTransCount

long getNetworkInitiatedTransCount()
Returns the number of currently opened TCAP transactions initiated by the network

getTransactionCount

long getTransactionCount()
Returns the number of TCAP transactions that a module handled in the last measurement period

getDestroyTransactionCount

long getDestroyTransactionCount()
Returns the number of TCAP transactions that have been closed on the module 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.