This class handles sending installation and deletion notifications as
specified by the OTA section of the MIDP 2.0 specification.
The delete notifications are only sent when an install notification is
sent. The installer will call this class to send the initial install
notification, if the notification fails and is a success notification,
the notification will be queued, so that the next time a MIDlet from the
suite is run, that suite's notification will be retried. The MIDlet
state handler will call this class to process install notification retries.
Posts a status message back to the provider's URL in JAD.
This method will also retry ALL pending delete notifications.
Parameters: message - status message to post Parameters: suite - MIDlet suite object Parameters: proxyUsername - if not null, it will be put in the post Parameters: proxyPassword - if not null, it will be put in the post
postQueuedDeleteMsgsBackToProvider
public static void postQueuedDeleteMsgsBackToProvider(String proxyUsername, String proxyPassword)(Code)
Posts all queued delete notification messages
Parameters: proxyUsername - if not null, it will be put in the post Parameters: proxyPassword - if not null, it will be put in the post
Retry the pending install status message for this suite only.
This method will also retry ALL pending delete notifications,
if the install notification was retried.
Parameters: token - security token of the caller Parameters: suite - MIDlet suite object
Retry the pending install status message for this suite only.
This method will also retry ALL pending delete notifications,
if the install notification was retried.
Parameters: token - security token of the caller Parameters: suite - MIDlet suite object