public interface TcapComponentRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: One
Object Name:
com.convergin:Type=TcapComponentRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.TcapComponent
Modifier and Type | Method and Description |
---|---|
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
|
long getComponentInvokeTimerExpiryCount()
long getComponentRejectTimerExpiryCount()
long getReceivedInvokeCount()
long getReceivedResultLCount()
long getReceivedResultNLCount()
long getReceivedErrorCount()
long getReceivedUCancelCount()
long getReceivedURejectCount()
long getReceivedTimerResetCount()
long getSentInvokeCount()
long getSentResultLCount()
long getSentResultNLCount()
long getSentErrorCount()
long getSentLCancelCount()
long getSentLRejectCount()
long getSentRRejectCount()