Jump to content
Pulseway 9.14 🔥

Java Cloud API

Java Cloud API

  1. Started by Marius,

    https://www.pulseway.com/download/javacloudrefguide.pdf

    • 2 replies
    • 15.9k views
  2. Started by Marius,

    The first Java Cloud API is available here: http://www.mobilepcm...nload/javacloud.zip With this API you can monitor any Java app/service cloud instance, publish details, send commands and receive notifications. The API requires an API Key, please email us with your username and we will generate a key for you. For more information, tutorials and samples please visit http://pulseway.com/api.php

    • 0 replies
    • 4.9k views
  3. Started by harryjamesuk,

    Hello, I've recently been learning Java and was wondering how the API works exactly. Would I be able to make it so Java gets all notifications and then be able to do things with that? E.G: Get all notifications. If a notification has a priority of medium, Display a message to the user of the webpage. I'm doing this for a Status Page on my website if you were wondering

    • 1 reply
    • 4.9k views
  4. Started by brad,

    Hi, I have been using the Java API successfully for a while, but I have a few questions. Apologies if the information is available elsewhere, but I haven't really been able to find any real documentation. Which port does the API communicate to your servers through? I'll be moving my app to new machine shortly and need to configure the firewall. What is the threading model used? Specifically, for the following handlers: - DetailsRequestHandler - PageRequestHandler - CommandReceivedHandler - PageCommandReceivedHandler Are they guaranteed to be called by a single thread only or do I need to handle my own synchronization or make them safe for reentry (note tha…

    • 3 replies
    • 4.9k views
  5. Hi again, Does the Service.sendNotificationToAllDevices method process the notification on the calling thread or asynchronously (i.e. does it block the calling thread until the message has been sent)? I realize the send time may be very quick, but my application has certain error scenarios where every millisecond counts. It's relatively simple for me to hand the notification task off to a background thread on my side, but I don't want to do this if the API is already doing so. Thanks, Brad

    • 1 reply
    • 4.1k views