Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport
Interface TcapPAbortCountRuntimeMBean


public interface TcapPAbortCountRuntimeMBean

TcapPAbortCountRuntimeMBean enables you to count TCAP TC-P-ABORT messages.

Number of Instances: One

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


Method Summary
 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

 

Method Detail

getUnrecognizedMessageTypeCount

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

getUnrecognizedTransactionIDCount

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

getBadlyFormattedTransactionPortionCount

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

getIncorrectTransactionPortionCount

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

getResourceLimitationCount

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

getAbnormalDialogueCount

long getAbnormalDialogueCount()
Returns the number of P-ABORT messages received from the network with reason 'No Common Dialogue Portion'

getNoCommonDialoguePortionCount

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

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.