Class URLNotification

    • Constructor Detail

      • URLNotification

        public URLNotification​(ProductId id,
                               java.util.Date expirationDate,
                               java.net.URL trackerURL,
                               java.net.URL productURL)
        Construct a URLNotification.
        Parameters:
        id - which product is available.
        expirationDate - how long the product is available.
        trackerURL - where to send status updates.
        productURL - where product is available.
    • Method Detail

      • getProductURL

        public java.net.URL getProductURL()
        Returns:
        Location where this product can be downloaded.