FileDocCategorySizeDatePackage
CommandState.javaAPI DocJ2ME MIDP 2.01693Thu Nov 07 12:02:26 GMT 2002com.sun.midp.main

CommandState

public class CommandState extends Object
Holds the state for MIDlet Suite management commands.

Fields Summary
int
status
status of the last command
int
initialCommand
the initial command so we can loop (autotest)
int
nextCommand
the next command to after the initial command, set by the processor
boolean
forceOverwrite
overwrite the existing version of the MIDlet suite when installing
String
suiteURL
location of the MIDlet suite to install
String
suiteStorageName
the storage name given to a suite when installed
boolean
runOnce
remove the suite after running it
boolean
autotest
repeat the install-run-remove process until the suite is not found
String
descriptorName
filename of local descriptor, for development systems
String
midletName
what midlet to run in the suite, by name, instead of class or number
String
midletClassName
Class name of MIDlet, for development systems, instead of name.
boolean
logoDisplayed
Did we display the Java logo yet?
String
runExceptionMessage
Message for the exception for the manager to display.
String
securityDomain
Name of the security domain.
String
midletNumber
what midlet to run in the suite, by number, instead of class or name
boolean
removeRMS
Force the removal of old RMS data when updating.
Constructors Summary
Methods Summary