| java.lang.Object com.sun.midp.automation.AutoMIDletDescriptorImpl
AutoMIDletDescriptorImpl | final class AutoMIDletDescriptorImpl implements AutoMIDletDescriptor(Code) | | AutoMIDletDescriptor implementation
|
isStarted | boolean isStarted(Code) | | If MIDlet corresponding to this descriptor is started
|
midletStartLock | Object midletStartLock(Code) | | Lock used when starting MIDlet
|
AutoMIDletDescriptorImpl | AutoMIDletDescriptorImpl(AutoSuiteDescriptorImpl suite, String midletAttr)(Code) | | Constructor
Parameters: suite - MIDlet's suite Parameters: midletAttr - MIDlet's attributes |
AutoMIDletDescriptorImpl | AutoMIDletDescriptorImpl(AutoSuiteDescriptorImpl suite, String midletName, String midletClassName)(Code) | | Constructor
Parameters: suite - MIDlet's suite Parameters: midletName - MIDlet's name Parameters: midletClassName - MIDlet's class name |
getMIDletClassName | public String getMIDletClassName()(Code) | | Gets name of the class implementing MIDlet interface
for this MIDlet.
name of the class implementing MIDlet interface as specified in jad/jar file |
getMIDletName | public String getMIDletName()(Code) | | Gets MIDlet's name.
MIDlet's name as specified in jad/jar file |
getSuiteDescriptor | public AutoSuiteDescriptor getSuiteDescriptor()(Code) | | Gets MIDlet's suite descriptor.
AutoMIDletSuiteDescriptor representing MIDlet's suite |
midletDestroyed | void midletDestroyed()(Code) | | Called when MIDlet corresponding to this suite gets destroyed
|
start | public AutoMIDlet start(String[] args)(Code) | | Starts this MIDlet.
Parameters: args - MIDlet's arguments throws RuntimeException if MIDlet couldn't be started AutoMIDlet representing started MIDlet |
|
|