Package net.sourceforge.prowl.api

Examples of net.sourceforge.prowl.api.ProwlClient.pushEvent()


      ProwlEvent event = new DefaultProwlEvent(
          apiKey, "openhab", subject,
          message, normalizedPriority);
     
      try {
        String returnMessage = client.pushEvent(event);
        logger.info(returnMessage);
        success = true;
      }
      catch (ProwlException pe) {
        logger.error("pushing prowl event throws exception", pe);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.