Class PhoneBasedSMSManager


  • public class PhoneBasedSMSManager
    extends SMSManager
    Author:
    Giovanni Caire - TILAB
    • Constructor Detail

      • PhoneBasedSMSManager

        public PhoneBasedSMSManager()
    • Method Detail

      • shutDown

        public void shutDown()
        Shut down this JICP server
      • send

        protected void send​(String msisdn,
                            int port,
                            byte type,
                            byte[] data)
        Description copied from class: SMSManager
        Send an SMS of a given type (BINARY or TEXT) to a given msisdn on a given port. Note that SMS are not reliable --> Being sure that the SMS has been sent does not guarantee that the destination msisdn receives it --> This is why this method does not throw any exception
        Specified by:
        send in class SMSManager