public interface SmppRuntimeMBean
Number of Instances: One
Object Name:
com.convergin:Type=SmppRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Smpp
Modifier and Type | Method and Description |
---|---|
long |
getDeliverSmCount()
Returns the total number of SMPP deliver_sm PDUs received in the last measurement period
|
long |
getDeliverSmRespCount()
Returns the total number of SMPP deliver_sm_resp PDUs sent in the last measurement period
|
long |
getDeliverSmRespSErrorCount()
Returns the total number of erroneous SMPP deliver_sm_resp PDUs sent in the last measurement period
|
long |
getDeliverSmRespSuccessCount()
Returns the total number of successful SMPP deliver_sm_resp PDUs sent in the last measurement period
|
long |
getRequestCount()
Returns the total number of SMPP requests sent and received in the last measurement period
|
long |
getResponseCount()
Returns the total number of SMPP responses sent and received in the last measurement period
|
long |
getSessionCount()
Returns the total number of SMPP sessions handled in the last measurement period
|
long |
getSubmitSmCount()
Returns the total number of SMPP submit_sm PDUs sent in the last measurement period
|
long |
getSubmitSmRespCount()
Returns the total number of SMPP submit_sm_resp PDUs received in the last measurement period
|
long |
getSubmitSmRespSErrorCount()
Returns the total number of erroneous SMPP submit_sm_resp PDUs received in the last measurement period
|
long |
getSubmitSmRespSuccessCount()
Returns the total number of successful SMPP submit_sm_resp PDUs received in the last measurement period
|
long getSessionCount()
long getRequestCount()
long getResponseCount()
long getSubmitSmCount()
long getDeliverSmCount()
long getSubmitSmRespCount()
long getDeliverSmRespCount()
long getSubmitSmRespSuccessCount()
long getSubmitSmRespSErrorCount()
long getDeliverSmRespSuccessCount()
long getDeliverSmRespSErrorCount()