public interface TcapMessageCountRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
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
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.
Modifier and Type | Method and Description |
---|---|
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.
|
long getReceiveSuccessCount()
long getReceiveFailedCount()
long getSentFailedCount()
long getSentSuccessCount()