MIDP Project Properties: Push Registry

Use 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.

Element Description

Use Values from "DefaultConfiguration"

Enables you to customize the properties for a project configuration other than the default configuration if this option is unchecked.

MIDlet Class

Displays the MIDlet's class name.

Sender IP.

Displays a valid sender that can launch the associated MIDlet.

If the value is the wildcard (*), 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.*

Connection String

Displays a connection string that identifies the connection protocol and port number. For example, sms://:50000


For more information about push registry, see: .


Related Topics

Developing Applications with NetBeans IDE,

Developing Applications with NetBeans IDE,

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.