FileDocCategorySizeDatePackage
AutoMIDletDescriptor.javaAPI DocphoneME MR2 API (J2ME)2007Wed May 02 18:00:08 BST 2007com.sun.midp.automation

AutoMIDletDescriptor

public interface AutoMIDletDescriptor
Represents MIDlet in non-started state.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetMIDletClassName()
Gets name of the class implementing MIDlet interface for this MIDlet.

return
name of the class implementing MIDlet interface as specified in jad/jar file

public java.lang.StringgetMIDletName()
Gets MIDlet's name.

return
MIDlet's name as specified in jad/jar file

public AutoSuiteDescriptorgetSuiteDescriptor()
Gets MIDlet's suite descriptor.

return
AutoMIDletSuiteDescriptor representing MIDlet's suite

public AutoMIDletstart(java.lang.String[] args)
Starts this MIDlet.

param
args MIDlet's arguments
return
AutoMIDlet representing started MIDlet
throws
RuntimeException if MIDlet couldn't be started