Use the Push Registry page in the Project Properties to register MIDlets with a suite's push registry. The push registry allows MIDlets to be launched in response to an incoming network connection. When a MIDlet registers for push notifications, the device software is instructed to listen for incoming network connections and launch the MIDlet, if appropriate.
If you are setting the properties for a project configuration other
than the default configuration (DefaultConfiguration
), you must
uncheck the Use Values from "DefaultConfiguration" checkbox at the
top of the page to customize these options.
You can add, remove, and copy push registry attributes using the buttons on the right of the tab. For each MIDlet you register, you can set the following options:
*
), connections
from any source are accepted. If datagram or socket connections are used,
the value of Allowed Sender can be a numeric IP address. For example, 129.70.40.*
sms://:50000
For more information about push registry, see: