MIDP3.0

Uses of Class
javax.microedition.midlet.MIDletIdentity

Packages that use MIDletIdentity
javax.microedition.event Package to provide events for application to application communication and provide access to and events for changes in system states. 
javax.microedition.io MID Profile includes networking support based on the Generic Connection framework from the Connected, Limited Device Configuration
javax.microedition.midlet The MIDlet package defines Mobile Information Device Profile (MIDP) applications and the interactions between the application and the environment in which the application runs. 
 

Uses of MIDletIdentity in javax.microedition.event
 

Methods in javax.microedition.event that return MIDletIdentity
 MIDletIdentity EventData.getSourceInfo()
          Gets the information about the source of this event.
 

Uses of MIDletIdentity in javax.microedition.io
 

Methods in javax.microedition.io that return MIDletIdentity
 MIDletIdentity IMCConnection.getRemoteIdentity()
          Get the identity of the MIDlet on the remote end of this connection
 

Uses of MIDletIdentity in javax.microedition.midlet
 

Methods in javax.microedition.midlet that return MIDletIdentity
 MIDletIdentity MIDlet.getMIDletIdentity()
           Gets a MIDletIdentity instance associated with this MIDlet, which can be used to obtain a MIDlet's name, vendor, version, domain, and authorization state.
 


MIDP3.0

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.