Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface TcapRuntimeMBean

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

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

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
 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
 ObjectName getBeginFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-BEGIN messages received from the SS7 network
 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
 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
 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
 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
 ObjectName getNoticeCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean.
 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
 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
 ObjectName getUAbortFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-U-ABORT messages received from the SS7 network
 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
 ObjectName getUniFromNetworkCount()
          Returns a reference to an instance of TcapMessageCountRuntimeMBean that provides counters of TC-UNI messages received from the SS7 network

 

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

 

Method Detail

getUniFromApplicationCount

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

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

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

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

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

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

getBeginFromNetworkCount

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

getContinueFromNetworkCount

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

getEndFromNetworkCount

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

getUAbortFromNetworkCount

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

getPAbortCount

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

getNoticeCount

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

E38079-01


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