public interface RfRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: One
Object Name:
com.convergin:Type=RfRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Rf
Modifier and Type | Method and Description |
---|---|
long |
getAcaCount()
Returns the total number of Accounting-Answers (ACAs) that a module sent and received
|
long |
getAcrCount()
Returns the total number of Accounting-Requests (ACRs) that a module sent and received in the last measurement period
|
long |
getCompleteSessionCount()
Returns the number of Complete Sessions that a module handled in the last measurement period
|
long |
getErrorAcaCount()
Returns the total number of Accounting-Answers (ACAs) with an error result that a module sent and received
|
long |
getErrorSessionCount()
Returns the number of Error Sessions that a module handled in the last measurement period
|
long |
getEventAcrCount()
Returns the number of EVENT_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
|
long |
getInterimAcrCount()
Returns the number of INTERIM_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
|
long |
getSessionCount()
Returns the number of Session Accounting that a module handled in the last measurement period
|
long |
getStartAcrCount()
Returns the number of START_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
|
long |
getStopAcrCount()
Returns the number of STOP_RECORD Accounting-Requests (ACRs) that a module sent and received in the last measurement period
|
long |
getSuccessAcaCount()
Returns the total number of Accounting-Answers (ACAs) with a successful result that a module sent and received
|
long getSessionCount()
long getAcrCount()
long getStartAcrCount()
long getInterimAcrCount()
long getStopAcrCount()
long getEventAcrCount()
long getAcaCount()
long getSuccessAcaCount()
long getErrorAcaCount()
long getCompleteSessionCount()
long getErrorSessionCount()