Gets MIDlet which should be started by default for this suite, if any.returnAutoMIDletDescriptor representing default MIDlet
Gets descriptor of internal suiteparamclassName suite's MIDlet class namereturninternal suite descriptor return AutoSuiteDescriptorImpl.getInstanceByClassName(className);
return AutoSuiteDescriptorImpl.getInstanceByClassName(className);
Gets suite's MIDlets.returnvector of AutoMIDletDescriptor objects representing suite's MIDlets, null if there is no default MIDlet for this suite
Gets name of the suite.returnname of the suite as specified in jar/jad
Starts this suite's initial MIDlet.paramargs MIDlet's argumentsreturnAutoMIDlet representing started MIDletthrowsRuntimeException if MIDlet couldn't be started