Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface TcapComponentRuntimeMBean

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

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

TcapComponentRuntimeMBean enables you to count components of the TCAP component sublayer.

Number of Instances: One

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


Method Summary
 long getComponentInvokeTimerExpiryCount()
          Returns the Invoke component timer expiry count
 long getComponentRejectTimerExpiryCount()
          Returns the Reject component timer expiry count
 long getReceivedErrorCount()
          Returns the number of TCAP Error components that a module received from the network in the last measurement period
 long getReceivedInvokeCount()
          Returns the number of TCAP Invoke components that a module received from the network in the last measurement period
 long getReceivedResultLCount()
          Returns the number of TCAP ResultL components that a module received from the network in the last measurement period
 long getReceivedResultNLCount()
          Returns the number of TCAP ResultNL components that a module received from the network in the last measurement period
 long getReceivedTimerResetCount()
          Returns the number of received TCAP TimerReset components that a module received from the network in the last measurement period
 long getReceivedUCancelCount()
          Returns the number of TCAP UCancel components that a module received from the network in the last measurement period
 long getReceivedURejectCount()
          Returns the number of U-REJECT components that a module received from the network in the last measurement period
 long getSentErrorCount()
          Returns the number of TCAP Error components that a module sent to the network in the last measurement period
 long getSentInvokeCount()
          Returns the number of TCAP Invoke components that a module sent to the network in the last measurement period
 long getSentLCancelCount()
          Returns the number of TCAP LCancel components that a module sent to the network in the last measurement period
 long getSentLRejectCount()
          Returns the number of TCAP LReject components that a module sent to the network in the last measurement period
 long getSentResultLCount()
          Returns the number of TCAP ResultL components that a module sent to the network in the last measurement period
 long getSentResultNLCount()
          Returns the number of TCAP ResultNL components that a module sent to the network in the last measurement period
 long getSentRRejectCount()
          Returns the number of TCAP RReject components that a module sent to the network in the last measurement period

 

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

 

Method Detail

getComponentInvokeTimerExpiryCount

long getComponentInvokeTimerExpiryCount()
Returns the Invoke component timer expiry count

getComponentRejectTimerExpiryCount

long getComponentRejectTimerExpiryCount()
Returns the Reject component timer expiry count

getReceivedInvokeCount

long getReceivedInvokeCount()
Returns the number of TCAP Invoke components that a module received from the network in the last measurement period

getReceivedResultLCount

long getReceivedResultLCount()
Returns the number of TCAP ResultL components that a module received from the network in the last measurement period

getReceivedResultNLCount

long getReceivedResultNLCount()
Returns the number of TCAP ResultNL components that a module received from the network in the last measurement period

getReceivedErrorCount

long getReceivedErrorCount()
Returns the number of TCAP Error components that a module received from the network in the last measurement period

getReceivedUCancelCount

long getReceivedUCancelCount()
Returns the number of TCAP UCancel components that a module received from the network in the last measurement period

getReceivedURejectCount

long getReceivedURejectCount()
Returns the number of U-REJECT components that a module received from the network in the last measurement period

getReceivedTimerResetCount

long getReceivedTimerResetCount()
Returns the number of received TCAP TimerReset components that a module received from the network in the last measurement period

getSentInvokeCount

long getSentInvokeCount()
Returns the number of TCAP Invoke components that a module sent to the network in the last measurement period

getSentResultLCount

long getSentResultLCount()
Returns the number of TCAP ResultL components that a module sent to the network in the last measurement period

getSentResultNLCount

long getSentResultNLCount()
Returns the number of TCAP ResultNL components that a module sent to the network in the last measurement period

getSentErrorCount

long getSentErrorCount()
Returns the number of TCAP Error components that a module sent to the network in the last measurement period

getSentLCancelCount

long getSentLCancelCount()
Returns the number of TCAP LCancel components that a module sent to the network in the last measurement period

getSentLRejectCount

long getSentLRejectCount()
Returns the number of TCAP LReject components that a module sent to the network in the last measurement period

getSentRRejectCount

long getSentRRejectCount()
Returns the number of TCAP RReject components that a module sent to the network 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.