| java.lang.Object com.sun.midp.automation.AutoMIDletStateController
getMIDletStateController | static synchronized AutoMIDletStateController getMIDletStateController()(Code) | | Gets AutoMIDletStateController instance.
AutoMIDletStateController instance |
isolateExited | void isolateExited(MIDletProxy midletProxy)(Code) | | Called when a MIDlet Isolate has exited.
Parameters: midletProxy - The proxy of the MIDlet being added |
midletAdded | public void midletAdded(MIDletProxy midletProxy)(Code) | | Called when a MIDlet is added to the list.
Parameters: midletProxy - The proxy of the MIDlet being added |
midletRemoved | public void midletRemoved(MIDletProxy midletProxy)(Code) | | Called when a MIDlet is removed from the list.
Parameters: midletProxy - The proxy of the removed MIDlet |
midletStartError | public void midletStartError(int externalAppID, int suiteID, String className, int errorCode, String errorDetails)(Code) | | Called when error occurred while starting a MIDlet object.
Parameters: externalAppID - ID assigned by the external application manager Parameters: suiteID - Suite ID of the MIDlet Parameters: className - Class name of the MIDlet Parameters: errorCode - start error code Parameters: errorDetails - start error details |
midletUpdated | public void midletUpdated(MIDletProxy midletProxy, int fieldID)(Code) | | Called when the state of a MIDlet in the list is updated.
Parameters: midletProxy - The proxy of the MIDlet that was updated Parameters: fieldID - code for which field of the proxy was updated |
startMIDlet | AutoMIDletImpl startMIDlet(AutoMIDletDescriptorImpl midletDescriptor, String[] args)(Code) | | Starts MIDlet.
Parameters: midletDescriptor - descriptor of MIDlet to start Parameters: args - MIDlet's arguments throws RuntimeException if MIDlet couldn't be started AutoMIDletImpl instance representing started MIDlet ornull if there was a problem starting MIDlet |
switchTo | void switchTo(AutoMIDletImpl midlet, AutoMIDletLifeCycleState state)(Code) | | Initiates switching MIDlet to specified state.
Parameters: midlet - AutoMIDletImpl instance representing MIDlet to switch Parameters: state - state to switch to |
|
|