public interface TcapPAbortCountRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: One
Object Name:
com.convergin:Type=TcapPAbortCountRuntime,Version=<version>, Location=<server-name>,Name=<module-instance-name>.TcapPAbortCount
Modifier and Type | Method and Description |
---|---|
long |
getAbnormalDialogueCount()
Returns the number of P-ABORT messages received from the network with
reason 'No Common Dialogue Portion'
|
long |
getBadlyFormattedTransactionPortionCount()
Returns the number of TC-P-ABORT messages that a module received received from a network
with the Reason header set to 'Badly Formatted Transaction Portion' in the last measurement period
|
long |
getIncorrectTransactionPortionCount()
Returns the number of TC-P-ABORT messages that a module received received from a network
with the Reason header set to 'Incorrect Transaction Portion' in the last measurement period
|
long |
getNoCommonDialoguePortionCount()
Returns the number of the number of TC-P-ABORT messages that a module received from a network
with the Reason header set to 'No Common Dialogue Portion' in the last measurement period
|
long |
getResourceLimitationCount()
Returns the number of TC-P-ABORT messages that a module received received from a network
with the Reason header set to 'Resource Limitation' in the last measurement period
|
long |
getUnrecognizedMessageTypeCount()
Returns the number of TC-P-ABORT messages that a module received from a network
with the Reason header set to 'Unrecognized Message Type' in the last measurement period
|
long |
getUnrecognizedTransactionIDCount()
Returns the number of TC-P-ABORT messages that a module received received from a network
with the Reason header set to 'Unrecognized Transaction ID' in the last measurement period
|
long getUnrecognizedMessageTypeCount()
long getUnrecognizedTransactionIDCount()
long getBadlyFormattedTransactionPortionCount()
long getIncorrectTransactionPortionCount()
long getResourceLimitationCount()
long getAbnormalDialogueCount()
long getNoCommonDialoguePortionCount()