Table 5 Midlet Attributes, Descriptions, And Jad And/Or Jar; Location - Motorola C381P J2ME Technical Manual

J2me developer guide
Table of Contents

Advertisement

6
JAD Attributes
MIDlet-Info-URL
MIDlet-<n>
MIDlet-Jar-URL
MIDlet-Jar-Size
MIDlet-Data-Size
MicroEdition-Profile
MicroEdition-Configuration
MIDlet-Permissions
MIDlet-Permissions-Opt
MIDlet-Push-<n>
MIDlet-Install-Notify
MIDlet-Delete-Notify
MIDlet-Delete-Confirm
Background
Table 5 MIDlet Attributes, descriptions, and JAD and/or JAR location
A URL for information further describing
the MIDlet suite.
The name, icon, and class of the nth
MIDlet in the JAR file.
Name is used to identify this MIDlet to the
user. Icon is as stated above. Class is the
name of the class extending the
javax.microedition.midlet.MIDletclass.
The URL from which the JAR file can be
loaded.
The number of bytes in the JAR file.
The minimum number of bytes of
persistent data required by the MIDlet.
The J2ME profiles required. If any of the
profiles are not implemented the
installation will fail.
The J2ME Configuration required, i.e
CLDC 1.0
Zero or more permissions that are critical
to the function of the MIDlet suite.
Zero or more permissions that are non-
critical to the function of the MIDlet suite.
Register a MIDlet to handle inbound
connections
The URL to which a POST request is sent
to report installation status of the MIDlet
suite.
The URL to which a POST request is sent
to report deletion of the MIDlet suite.
A text message to be provided to the user
when prompted to confirm deletion of the
MIDlet suite.
MIDlets with this Motorola specific attribute
will continue to run when not in focus.
Yes, or no if
Yes, or no if
included in the
included in the
JAD.
JAR Manifest.
Yes
Yes
Yes, or no if
Yes, or no if
included in the
included in the
JAD.
JAR Manifest.
Yes, or no if
Yes, or no if
included in the
included in the
JAD.
JAR Manifest.
28

Advertisement

Table of Contents
loading

Table of Contents