public interface DiameterShCountersRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: One
Object Name:
com.convergin:Type=ShRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Diameter
Modifier and Type | Method and Description |
---|---|
long |
getErrorUdaCount()
Returns the total number of UDAs with an error result that a module sent and received
|
long |
getErrorUdaReceivedCount()
Returns the number of UDAs with an error result that a module received
|
long |
getErrorUdaSentCount()
Returns the number of UDAs with an error result that a module sent
|
long |
getSuccessUdaCount()
Returns the total number of UDAs with a successful result that a module sent and received
|
long |
getSuccessUdaReceivedCount()
Returns the number of UDAs with a successful result that a module received
|
long |
getSuccessUdaSentCount()
Returns the number of UDAs with a successful result that a module sent
|
long |
getUdaCount()
Returns the total number of UDAs that a module sent and received
|
long |
getUdaReceivedCount()
Returns the number of UDAs that a module received
|
long |
getUdaSentCount()
Returns the number of UDAs that a module sent
|
long |
getUdrCount()
Returns the total number of User-Data-Requests (UDRs) that a module sent and received in the last measurement period
|
long |
getUdrReceivedCount()
Returns the number of UDRs received in the last measurement period
|
long |
getUdrSentCount()
Returns the number of UDRs sent in the last measurement period
|
long getUdrCount()
long getUdrSentCount()
long getUdrReceivedCount()
long getUdaCount()
long getUdaSentCount()
long getUdaReceivedCount()
long getSuccessUdaCount()
long getSuccessUdaSentCount()
long getSuccessUdaReceivedCount()
long getErrorUdaCount()
long getErrorUdaSentCount()
long getErrorUdaReceivedCount()