public interface TcapRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: One
Object Name:
com.convergin:Type=TcapRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Tcap
Modifier and Type | Method and Description |
---|---|
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
|
javax.management.ObjectName getUniFromApplicationCount()
javax.management.ObjectName getBeginFromApplicationCount()
javax.management.ObjectName getContinueFromApplicationCount()
javax.management.ObjectName getEndFromApplicationCount()
javax.management.ObjectName getUAbortFromApplicationCount()
javax.management.ObjectName getUniFromNetworkCount()
javax.management.ObjectName getBeginFromNetworkCount()
javax.management.ObjectName getContinueFromNetworkCount()
javax.management.ObjectName getEndFromNetworkCount()
javax.management.ObjectName getUAbortFromNetworkCount()
javax.management.ObjectName getPAbortCount()
javax.management.ObjectName getNoticeCount()
long getAppInitiatedTransCount()
long getNetworkInitiatedTransCount()
long getTransactionCount()
long getDestroyTransactionCount()