Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface SmppRuntimeMBean


public interface SmppRuntimeMBean

SmppRuntimeMBean is the root MBean for monitoring the SMPP interface. SmppRuntimeMBean is used by IM-UIX-SMS-SMPP and IM-UIX-USSD-SMPP.

Number of Instances: One

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


Method Summary
 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

 

Method Detail

getSessionCount

long getSessionCount()
Returns the total number of SMPP sessions handled in the last measurement period

getRequestCount

long getRequestCount()
Returns the total number of SMPP requests sent and received in the last measurement period

getResponseCount

long getResponseCount()
Returns the total number of SMPP responses sent and received in the last measurement period

getSubmitSmCount

long getSubmitSmCount()
Returns the total number of SMPP submit_sm PDUs sent in the last measurement period

getDeliverSmCount

long getDeliverSmCount()
Returns the total number of SMPP deliver_sm PDUs received in the last measurement period

getSubmitSmRespCount

long getSubmitSmRespCount()
Returns the total number of SMPP submit_sm_resp PDUs received in the last measurement period

getDeliverSmRespCount

long getDeliverSmRespCount()
Returns the total number of SMPP deliver_sm_resp PDUs sent in the last measurement period

getSubmitSmRespSuccessCount

long getSubmitSmRespSuccessCount()
Returns the total number of successful SMPP submit_sm_resp PDUs received in the last measurement period

getSubmitSmRespSErrorCount

long getSubmitSmRespSErrorCount()
Returns the total number of erroneous SMPP submit_sm_resp PDUs received in the last measurement period

getDeliverSmRespSuccessCount

long getDeliverSmRespSuccessCount()
Returns the total number of successful SMPP deliver_sm_resp PDUs sent in the last measurement period

getDeliverSmRespSErrorCount

long getDeliverSmRespSErrorCount()
Returns the total number of erroneous SMPP deliver_sm_resp PDUs sent 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.