Table 5: A Typical Sequence Of Midlet Execution - Siemens Java TC65 User Manual

Java user's guide
Hide thumbs Also See for Java TC65:
Table of Contents

Advertisement

TC65 JAVA User's Guide
Strictly confidential / Released

Table 5: A typical sequence of MIDlet execution

Application Management Software
The application management software creates a new instance of a
MIDlet
.
The application management software has decided that it is an
appropriate time for the
MIDlet.startApp
method for it to enter the Active state.
The application management software no longer needs the
application be active, so it signals it to stop performing its service
by calling the MIDlet.pauseApp method.
The application management software has determined that the
MIDlet
is no longer needed, or perhaps needs to make room for a
higher priority application in memory, so it signals the
it
is
a
candidate
MIDlet.destroyApp
method.
TC65 JAVA User's Guide_V05
MIDlet
to run, so it calls the
to
be
destroyed
by
Page 35 of 90
MIDlet
The
default
constructor for the
called; it is in the Paused state.
MIDlet
The
resources it needs and begins to
perform its service.
The MIDlet stops performing its
service and might choose to
release
currently holds.
If it has been designed to do so,
MIDlet
the
preferences and performs clean
MIDlet
that
up.
calling
the
s
(no
argument)
MIDlet
is
acquires
any
some
resources
it
saves state or user
26.09.2005

Advertisement

Table of Contents
loading

Table of Contents