MEEP 1.9950 (b67)
JCP EG draft 10-February-2014 08:45
A B C D E F G H I J K L M N O P R S T U V 

A

addDisplayListener(DisplayListener) - Static method in class javax.microedition.lui.Display
Adds a display listener to receive Display notifications.
addEventListener(String, EventListener) - Method in class javax.microedition.event.EventManager
Add an EventListener to be notified.
addEventListener(String, EventListener, boolean) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of events with boolean values.
addEventListener(String, EventListener, String[]) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of an event represented by String values.
addEventListener(String, EventListener, double, double) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of an event represented by double values.
addEventListener(String, EventListener, long, long) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of an event represented by int or long values.
addInputDeviceListener(InputDeviceListener) - Static method in class javax.microedition.key.KeyManager
Adds an InputDevice listener to receive InputDevice notifications.
addInstallationListener(SuiteInstallListener) - Method in class javax.microedition.swm.SuiteInstaller
Adds an SuiteInstallListener to this suite installer.
addListener(CellularNetworkListener) - Static method in class javax.microedition.cellular.CellularNetwork
Adds listener to receive cellular networks related events.
addListener(SubscriberListener) - Static method in class javax.microedition.cellular.Subscriber
Adds a listener to receive subscribers related events.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Add a PlayerListener for this player.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store, and returns the recordId for this new record.
addRecord(byte[], int, int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store, and associates the record with the given tag.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
addSuiteListener(SuiteListener) - Method in interface javax.microedition.swm.SuiteManager
addTaskListener(TaskListener) - Method in interface javax.microedition.swm.TaskManager
Adds a TaskListener.
APPLICATION_RELAUNCH_PREFIX - Static variable in class javax.microedition.event.Event
To be used as an event name.
AUDIO_MUTE - Static variable in class javax.microedition.event.Event
To be used as an event name.
AUTHMODE_ANY - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access to any application suites.
AUTHMODE_PRIVATE - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access only to the current application suite.
AutoStartPermission - Class in javax.microedition.midlet
AutoStartPermission allows applications in an application suite assume the Auto Start application behavior.
AutoStartPermission() - Constructor for class javax.microedition.midlet.AutoStartPermission
Creates a new AutoStartPermission object

B

BATTERY_LEVEL - Static variable in class javax.microedition.power.PowerStateEvent
To be used as an event name for Event.
BLOCK_END - Static variable in interface javax.microedition.media.control.ToneControl
Defines an ending point for a block.
BLOCK_START - Static variable in interface javax.microedition.media.control.ToneControl
Defines a starting point for a block.

C

C4 - Static variable in interface javax.microedition.media.control.ToneControl
Middle C.
cancel() - Method in class javax.microedition.swm.SuiteInstaller
Cancel the installation.
CellularNetwork - Class in javax.microedition.cellular
CellularNetwork class represents a cellular network such as a 3GPP or CDMA network.
CellularNetworkListener - Interface in javax.microedition.cellular
Interface to receive cellular network related events, like network connection/disconnection, current cell change, etc.
CellularPermission - Class in javax.microedition.cellular
CellularPermission is a BasicPermission for access to cellular information.
CellularPermission(String) - Constructor for class javax.microedition.cellular.CellularPermission
Creates a new CellularPermission object.
checkPermission(String) - Method in class javax.microedition.midlet.MIDlet
Deprecated.
MEEP does support named permissions only for legacy applications. As a consequence, this method is deprecated and only still there for the sake of backward compatibility with IMP-NG.

The named permissions of IMP-NG have been deprecated. For MEEP applications, calling checkPermission throws an exception. For IMP(-NG) applications, the implementation MUST implement checkPermission though.

Gets the status of the specified legacy named permission. If no API on the device defines the specific permission requested then it MUST be reported as denied. If the status of the permission is not known for some reason, it should be reported as unknown.

close() - Method in interface javax.microedition.media.Player
Close the Player and release its resources.
close() - Method in class javax.microedition.rms.RecordStore
Implementation of the AutoCloseable interface.
CLOSED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player is closed.
CLOSED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is closed.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the application requests to have the record store closed.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
Control - Interface in javax.microedition.media
A Control object is used to control some media processing functions.
Controllable - Interface in javax.microedition.media
Controllable provides an interface for obtaining the Controls from an object like a Player.
createPlayer(InputStream, String) - Static method in class javax.microedition.media.Manager
Create a Player to play back media from an InputStream.
createPlayer(String) - Static method in class javax.microedition.media.Manager
Create a Player from an input locator.

D

deallocate() - Method in interface javax.microedition.media.Player
Release the scarce or exclusive resources like the audio device acquired by the Player.
deleteRecord(int) - Method in class javax.microedition.rms.RecordStore
The record is deleted from the record store.
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
deRegister() - Method in class javax.microedition.cellular.CellularNetwork
Unregister from the CellularNetwork.
destroy() - Method in interface javax.microedition.rms.RecordEnumeration
Frees internal resources used by this RecordEnumeration.
destroyApp(boolean) - Method in class javax.microedition.midlet.MIDlet
Signals the application to terminate and enter the Destroyed state.
DEVICE_AVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when the system or another higher priority application has released an exclusive device which is now available to the Player.
DEVICE_UNAVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when the system or another higher priority application has temporarily taken control of an exclusive device which was previously available to the Player.
Display - Class in javax.microedition.lui
The Display class provides an application with access to the device's user interface hardware resources.
displayAdded(Display) - Method in interface javax.microedition.lui.DisplayListener
This method is called when a new Display is added to the embedded device.
DisplayCapability - Enum in javax.microedition.lui
Defines the capabilities of a Display.
DisplayColor - Class in javax.microedition.lui
Class to represent text, background and lighting colors as used in Display.
DisplayColor(int, int, int) - Constructor for class javax.microedition.lui.DisplayColor
Constructor for generating display colors using the RGB coloring model.
DisplayListener - Interface in javax.microedition.lui
The DisplayListener interface defines a method that is called in response to Display events.
displayRemoved(Display) - Method in interface javax.microedition.lui.DisplayListener
This method is called when a Display has been removed from the embedded device.
DOWN - Static variable in interface javax.microedition.key.KeyListener
Constant for the DOWN action.
DURATION_UPDATED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the duration of a Player is updated.

E

enableRadio(boolean, boolean) - Method in class javax.microedition.power.PowerManager
Switches the radio (RF unit) of a device on or off.
END_OF_MEDIA - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player has reached the end of the media.
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
enumerateRecords(RecordFilter, RecordComparator, boolean, int[]) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
equals(Object) - Method in class javax.microedition.event.Event
Checks if another object is "equal" to this one.
equals(Object) - Method in class javax.microedition.event.EventPermission
Checks if another object is "equal" to this one.
equals(Object) - Method in class javax.microedition.io.IMCProtocolPermission
Checks two IMCProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.PushRegistryPermission
Checks if another object is equal to this one.
equals(Object) - Method in class javax.microedition.swm.Suite
Compares the current suite with another Suite instance.
equals(Object) - Method in class javax.microedition.swm.SWMPermission
Checks if another object is "equal" to this one.
equals(Object) - Method in class javax.microedition.swm.Task
Compares the current task with another Task instance.
EQUIVALENT - Static variable in interface javax.microedition.rms.RecordComparator
EQUIVALENT means that in terms of search or sort order, the two records are the same.
ERROR - Static variable in interface javax.microedition.media.PlayerListener
Posted when an error had occurred.
Event - Class in javax.microedition.event
The Event class provides methods to create events and to retrieve information from events.
Event(String, String, String, Object) - Constructor for class javax.microedition.event.Event
Creates a new instance of Event with a String value.
Event(String, long, String, Object) - Constructor for class javax.microedition.event.Event
Creates a new instance of Event with a long value.
Event(String, double, String, Object) - Constructor for class javax.microedition.event.Event
Creates a new instance of Event with a double value.
Event(String, boolean, String, Object) - Constructor for class javax.microedition.event.Event
Creates a new instance of Event with a boolean value.
EventListener - Interface in javax.microedition.event
With this interface applications are able to receive events from the system and from other applications.
EventManager - Class in javax.microedition.event
The EventManager class provides methods to post and listen for events, to determine the events supported by the device, and to register applications to be automatically launched in response to events.
EventManager() - Constructor for class javax.microedition.event.EventManager
Creates a new instance of EventManager.
EventPermission - Class in javax.microedition.event
EventPermission allows access to system events.
EventPermission(String, String) - Constructor for class javax.microedition.event.EventPermission
Creates a new EventPermission object with the specified name and actions.

F

FOLLOWS - Static variable in interface javax.microedition.rms.RecordComparator
FOLLOWS means that the left (first parameter) record follows the right (second parameter) record in terms of search or sort order.

G

getActions() - Method in class javax.microedition.event.EventPermission
Gets the canonical string representing the actions.
getActions() - Method in class javax.microedition.io.IMCProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for IMCProtocolPermission.
getActions() - Method in class javax.microedition.io.PushRegistryPermission
Returns the canonical string representation of the actions.
getActions() - Method in class javax.microedition.swm.SWMPermission
Returns the permitted actions of this Permission as a comma separated list in alphabetical order.
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides an application with a mechanism to retrieve named properties from the application management software.
getAppProperty(String, String, String, String) - Static method in class javax.microedition.midlet.MIDlet
Provides an application with a mechanism to retrieve and at the same time parse application property values from the application descriptor and the manifest of the application or bound LIBlets.
getAttributes() - Method in class javax.microedition.swm.Suite
Retrieves a list of available JAD / manifest attributes.
getAttributeValue(String) - Method in class javax.microedition.swm.Suite
Requests JAD /manifest attribute value for given attribute name.
getAuthenticationState() - Method in class javax.microedition.cellular.Subscriber
Returns the current state of the SIM authentication of the user.
getAuthMode() - Method in class javax.microedition.rms.RecordStoreInfo
Return the authorization mode that was set when the RecordStore associated with this RecordStoreInfo instance was created.
getAvailableNetworks() - Static method in class javax.microedition.cellular.CellularNetwork
Returns cellular networks available to the device.
getBackgroundColor() - Method in class javax.microedition.lui.Display
Retrieves the currently valid background color of the display.
getBatteryLevel() - Method in class javax.microedition.power.PowerManager
Used for retrieving the current level (percent of battery charge remaining) of the main battery or batteries.
getBlueComponent() - Method in class javax.microedition.lui.DisplayColor
Retrieves the blue component of this display color.
getBoolean() - Method in class javax.microedition.event.Event
Gets the value as a boolean.
getByName(String) - Static method in class javax.microedition.cellular.CellularNetwork
Returns the CellularNetwork by name.
getByNetworkInterface(NetworkInterface) - Static method in class javax.microedition.cellular.CellularNetwork
Returns the CellularNetwork for a NetworkInterface.
getByPhoneNumber(String) - Static method in class javax.microedition.cellular.Subscriber
Returns the Subscriber for the phone number.
getBySlotNumber(int) - Static method in class javax.microedition.cellular.Subscriber
Returns subscriber by the slot number it occupies.
getCellProperties() - Method in class javax.microedition.cellular.CellularNetwork
Returns a map containing current cell identifiers.
getCharacterNumberPerLine() - Method in class javax.microedition.lui.Display
Gets the number of characters to be shown in a single line of the display.
getChars(char[]) - Method in class javax.microedition.lui.Display
Copies the contents shown in the display into a character array starting at index zero.
getChars(int, char[]) - Method in class javax.microedition.lui.Display
Copies the contents shown in the specified line of the display into a character array starting at index zero.
getClient() - Method in class javax.microedition.midlet.MIDletIdentity
Get the name of the Client for the application associated with the specified MIDletIdentity.
getContentType() - Method in interface javax.microedition.media.Player
Get the content type of the media that's being played back by this Player.
getControl(String) - Method in interface javax.microedition.media.Controllable
Obtain the object that implements the specified Control interface.
getControls() - Method in interface javax.microedition.media.Controllable
Obtain the collection of Controls from the object that implements this interface.
getCurrent(String) - Method in class javax.microedition.event.EventManager
Returns an Event object for the requested system event.
getCurrentTask() - Method in interface javax.microedition.swm.TaskManager
Returns an instance of the Task the caller belongs to.
getCurrentTextColor() - Method in class javax.microedition.lui.Display
Retrieves the currently valid text color of the display.
getDefaultBackgroundColor() - Method in class javax.microedition.lui.Display
Default background color for this display.
getDefaultLightingColor() - Method in class javax.microedition.lui.Display
Default lighting color for this dsiplay.
getDefaultTextColor() - Method in class javax.microedition.lui.Display
Return the default text color for this display.
getDependencies() - Method in class javax.microedition.swm.Suite
Retrieves a list of the shared libraries this Suite depends on
getDisplays(boolean) - Static method in class javax.microedition.lui.Display
Gets a list of all available Displays for this application.
getDouble() - Method in class javax.microedition.event.Event
Gets the value as a double.
getDownloadUrl() - Method in class javax.microedition.swm.Suite
Gets the URL that the suite descriptor was downloaded from.
getDuration() - Method in interface javax.microedition.media.Player
Get the duration of the media.
getEstimatedTimeRemaining() - Method in class javax.microedition.power.PowerManager
Used for getting an estimate of how much time remains before battery power ceases.
getFilter(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered filter for a requested connection.
getFloat() - Method in class javax.microedition.event.Event
Gets the value as a float.
getGreenComponent() - Method in class javax.microedition.lui.DisplayColor
Retrieves the green component of this display color.
getHeadlessInputDevices() - Static method in class javax.microedition.key.KeyManager
Returns an iterator over all "headless" input devices currently attached to the device, like independent keypads or button fields.
getHeapUse() - Method in class javax.microedition.swm.Task
Returns heap use of given task.
getHorizontalScrollingInterval(int) - Method in class javax.microedition.lui.Display
Retrieves horizontal scrolling interval for the specified line of this display in milliseconds between character shifts.
getId() - Method in interface javax.microedition.key.InputDevice
Retrieves an implementation-specific Id for this InputDevice.
getId() - Method in class javax.microedition.lui.Display
Retrieves an implementation-specific Id for this Display.
getInfo() - Method in class javax.microedition.event.Event
Gets information regarding the event.
getInputDevices() - Static method in class javax.microedition.key.KeyManager
Returns an iterator over all input devices currently attached to the device.
getInstance() - Static method in class javax.microedition.event.EventManager
Returns the instance of EventManager.
getInstance() - Static method in class javax.microedition.power.PowerManager
Returns a reference to the single instance of the PowerManger object.
getInt() - Method in class javax.microedition.event.Event
Gets the value as an int.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLevel() - Method in interface javax.microedition.media.control.VolumeControl
Get the current volume level set.
getLightingColor() - Method in class javax.microedition.lui.Display
Retrieves the currently valid lighting color of the display.
getLong() - Method in class javax.microedition.event.Event
Gets the value as an long.
getMediaTime() - Method in interface javax.microedition.media.Player
Gets this Player's current media time.
getMessage() - Method in class javax.microedition.event.Event
Gets the message for this event.
getMIDlet(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered application for a requested connection.
getMIDlets() - Method in class javax.microedition.swm.Suite
Retrieve a list of the applications (application class names) of this suite.
getName() - Method in class javax.microedition.cellular.CellularNetwork
Returns the network name.
getName() - Method in class javax.microedition.event.Event
Gets the name of the event.
getName() - Method in interface javax.microedition.io.IMCServerConnection
Get the name of the IMC server
getName() - Method in class javax.microedition.midlet.MIDletIdentity
Get the name of the application
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getName() - Method in class javax.microedition.swm.Suite
Get name for given suite.
getName() - Method in class javax.microedition.swm.Task
Convenient method to return the name of the task.
getNetwork() - Method in class javax.microedition.cellular.Subscriber
Returns a cellular network the device is registered into using this Subscriber.
getNetworkInterface() - Method in class javax.microedition.cellular.CellularNetwork
Returns the NetworkInterface connecting this CellularNetwork.
getNewState() - Method in class javax.microedition.power.PowerStateEvent
Gets the new power state that the system is going to transit to.
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNumberOfLines() - Method in class javax.microedition.lui.Display
Gets the number of lines for the display.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getOperator() - Method in class javax.microedition.cellular.Subscriber
Returns the operator name.
getPhoneNumber() - Method in class javax.microedition.cellular.Subscriber
Returns the phone number of the subscriber.
getPowerState() - Method in class javax.microedition.power.PowerManager
Gets the current system power state.
getPrevState() - Method in class javax.microedition.power.PowerStateEvent
Gets the previous power state, which is the state at the time when the event object is created.
getPriority() - Method in class javax.microedition.swm.Task
Returns priority of given task.
getProperties() - Method in class javax.microedition.cellular.CellularNetwork
Returns a map containing network properties, such as operator and network identifiers.
getProperties() - Method in class javax.microedition.cellular.Subscriber
Returns a map containing Subscriber properties.
getReason() - Method in exception javax.microedition.power.PowerManagerException
Gets the exception error code.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecordId(int) - Method in interface javax.microedition.rms.RecordEnumeration
Used to quickly find a record present at the specified index of the RecordEnumeration.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the application data available in the given record.
getRecordStoreInfo() - Method in class javax.microedition.rms.RecordStore
Gets a RecordStoreInfo instance for this RecordStore.
getRedComponent() - Method in class javax.microedition.lui.DisplayColor
Retrieves the red component of this display color.
getRegisteredNetworks() - Static method in class javax.microedition.cellular.CellularNetwork
Returns cellular networks to which the device is registered.
getRemoteIdentity() - Method in interface javax.microedition.io.IMCConnection
Get the identity of the application on the remote end of this connection
getRequestedServerVersion() - Method in interface javax.microedition.io.IMCConnection
Get the server version the IMC client requested to connect to in the client connection URI
getServerName() - Method in interface javax.microedition.io.IMCConnection
Get the name of the IMC server of this connection.
getSignalStrength() - Method in class javax.microedition.cellular.CellularNetwork
Returns the current signal strength.
getSize() - Method in class javax.microedition.rms.RecordStore
Deprecated.
Previously calls to getSize() could not accomodate a RecordStore larger than Integer.MAX-VALUE . To query the size of a RecordStore use RecordStore.getRecordStoreInfo() and RecordStoreInfo.getSize(), which returns a long and can accomodate RecordStore sizes up to Long.MAX_VALUE. Returns the amount of space, in bytes, that the record store occupies. The size returned includes any overhead associated with the implementation, such as the data structures used to hold the state of the record store, tags etc.
getSize() - Method in class javax.microedition.rms.RecordStoreInfo
Returns the amount of space, in bytes, that the record store occupies.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Deprecated.
Previously calls to getSize() could not accomodate a RecordStore larger than Integer.MAX-VALUE . To query the size of a RecordStore use RecordStore.getRecordStoreInfo() and RecordStoreInfo.getSize(), which returns a long and can accomodate RecordStore sizes up to Long.MAX_VALUE. Returns the amount of additional room (in bytes) available for this record store to grow. Note that this is not necessarily the amount of extran application-level data which can be stored, as implementations may store additional data structures with each record to support integration with native applications, synchronization, tag data etc.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStoreInfo
Returns the amount of additional room (in bytes) available for this record store to grow.
getSlotNumber() - Method in class javax.microedition.cellular.Subscriber
Returns the number of the slot for this Subscriber.
getSource() - Method in class javax.microedition.event.Event
Gets the information about the source of this event.
getState() - Method in interface javax.microedition.media.Player
Gets the current state of this Player.
getStatus() - Method in class javax.microedition.cellular.CellularNetwork
Returns the current status of the CellularNetwork.
getStatus() - Method in class javax.microedition.swm.Task
Returns task's status.
getString() - Method in class javax.microedition.event.Event
Gets the value as a String.
getSubscriber() - Method in class javax.microedition.cellular.CellularNetwork
Returns the Subscriber for the network.
getSubscribers() - Static method in class javax.microedition.cellular.Subscriber
Returns an array containing all available subscribers.
getSubscriberType() - Method in class javax.microedition.cellular.Subscriber
Returns the type of this Subscriber.
getSuite() - Method in class javax.microedition.swm.SuiteManagementTracker
Returns the Suite instance this tracker is assigned to.
getSuite(String, String) - Method in interface javax.microedition.swm.SuiteManager
Returns the instance of the installed Suite.
getSuite() - Method in class javax.microedition.swm.Task
Returns suite information this task executed from.
getSuiteInstaller(String, boolean) - Method in interface javax.microedition.swm.SuiteManager
getSuiteInstaller(byte[], int, int, boolean) - Method in interface javax.microedition.swm.SuiteManager
getSuiteManager() - Static method in class javax.microedition.swm.ManagerFactory
Delivers a SuiteManager implementation.
getSuites(SuiteType) - Method in interface javax.microedition.swm.SuiteManager
Requests a list of installed suites of specified type.
getSuiteType() - Method in class javax.microedition.swm.Suite
Get suite type.
getSupportedContentTypes(String) - Static method in class javax.microedition.media.Manager
Return the list of supported content types for the given protocol.
getSupportedProtocols(String) - Static method in class javax.microedition.media.Manager
Return the list of supported protocols given the content type.
getSystemEventNames() - Method in class javax.microedition.event.EventManager
Returns a String array containing the names of all the system events available on the device.
getSystemTimeBase() - Static method in class javax.microedition.media.Manager
Get the time-base object for the system.
getTag(int) - Method in class javax.microedition.rms.RecordStore
Returns the tag associated with the recordId.
getTaskList(boolean) - Method in interface javax.microedition.swm.TaskManager
Returns a list of running tasks.
getTaskManager() - Static method in class javax.microedition.swm.ManagerFactory
Delivers a TaskManager implementation.
getText() - Method in class javax.microedition.lui.Display
Retrieves the text currently shown in the display.
getText(int) - Method in class javax.microedition.lui.Display
Retrieves the text currently shown in a particular line of the display.
getTime() - Method in interface javax.microedition.media.TimeBase
Get the current time of this TimeBase.
getTimeBase() - Method in interface javax.microedition.media.Player
Gets the TimeBase that this Player is using.
getTimestamp() - Method in class javax.microedition.event.Event
Gets the time when the event was posted.
getType() - Method in class javax.microedition.cellular.CellularNetwork
Returns the network type of this CellularNetwork.
getValue() - Method in class javax.microedition.event.Event
Gets the value as a java.lang.Object.
getVendor() - Method in class javax.microedition.midlet.MIDletIdentity
Get vendor name of the application
getVendor() - Method in class javax.microedition.swm.Suite
Get vendor name for given suite
getVersion() - Method in interface javax.microedition.io.IMCServerConnection
Get the version of the IMC server
getVersion() - Method in class javax.microedition.midlet.MIDletIdentity
Get version of the application
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (by addRecord, setRecord, or deleteRecord methods) its version is incremented.
getVersion() - Method in class javax.microedition.swm.Suite
Get the version of the given suite.
getVerticalScrollingInterval() - Method in class javax.microedition.lui.Display
Retrieves vertical scrolling interval for this display in milliseconds between line shifts.

H

handleEvent(Event) - Method in interface javax.microedition.event.EventListener
Called with the Event for the event to which this listener has been registered.
hardwareStateChanged(InputDevice, boolean) - Method in interface javax.microedition.key.InputDeviceListener
This method is called when the state of a InputDevice's hardware changes.
hardwareStateChanged(Display, boolean) - Method in interface javax.microedition.lui.DisplayListener
This method is called when the state of a Display's hardware changes.
hashCode() - Method in class javax.microedition.event.Event
Gets the hash code value for this object.
hashCode() - Method in class javax.microedition.event.EventPermission
Gets the hash code value for this object.
hashCode() - Method in class javax.microedition.io.IMCProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.PushRegistryPermission
Gets the hash code value for this object.
hashCode() - Method in class javax.microedition.swm.Suite
Overrides hashCode() method.
hashCode() - Method in class javax.microedition.swm.SWMPermission
Gets the hash code value for this object.
hashCode() - Method in class javax.microedition.swm.Task
Overrides hashCode() method.
hasNextElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the next direction.
hasPreviousElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the previous direction.

I

ILLEGAL_STATE_TRANSITION_REQUEST - Static variable in exception javax.microedition.power.PowerManagerException
An illegal transition requested.
IMCConnection - Interface in javax.microedition.io
This interface defines a low-level asynchronous bi-directional stream connection for the Inter-MIDlet Communication protocol (IMC), used for communication between applications.
IMCProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "imc" protocol.
IMCProtocolPermission(String) - Constructor for class javax.microedition.io.IMCProtocolPermission
Creates a new IMCProtocolPermission with the specified URI as its name.
IMCServerConnection - Interface in javax.microedition.io
This interface defines a server connection for the Inter-MIDlet Communication (IMC) protocol that is used for communication between applications.
implies(Permission) - Method in class javax.microedition.event.EventPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class javax.microedition.io.IMCProtocolPermission
Checks if this IMCProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.PushRegistryPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class javax.microedition.midlet.AutoStartPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class javax.microedition.swm.SWMPermission
Checks if the specified permission is "implied" by this object.
InputDevice - Interface in javax.microedition.key
This interface is an abstraction of all user input capabilities of a device.
inputDeviceAdded(InputDevice) - Method in interface javax.microedition.key.InputDeviceListener
This method is called when a new InputDevice is added to the embedded device.
InputDeviceListener - Interface in javax.microedition.key
The InputDeviceListener interface defines a method that is called in response to InputDevice events.
inputDeviceRemoved(InputDevice) - Method in interface javax.microedition.key.InputDeviceListener
This method is called when an InputDevice has been removed from the embedded device.
installationDone(InstallErrorCodes, SuiteManagementTracker) - Method in interface javax.microedition.swm.SuiteInstallListener
Called when installation has been completed, together with a call to updateStatus with SuiteInstallStage.DONE as first parameter
InstallErrorCodes - Enum in javax.microedition.swm
Error codes provided by Installer.
InvalidRecordIDException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException(String) - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
InvalidRecordIDException() - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
isBackgroundColorsSupported() - Method in class javax.microedition.lui.Display
Gets information about background color support by the display.
isBuiltIn() - Method in class javax.microedition.lui.Display
Checks if this display's hardware is Built-In or Auxiliary.
isEncrypted() - Method in class javax.microedition.rms.RecordStoreInfo
Return a boolean indicating if the RecordStore associated with this RecordStoreInfo instance is encrypted.
isHardwareAssigned() - Method in interface javax.microedition.key.InputDevice
Checks wether this InputDevice has access to the underlying hardware.
isHardwareAssigned() - Method in class javax.microedition.lui.Display
Checks wether this Display has access to the underlying hardware.
isHorizontalScrollingEnabled(int) - Method in class javax.microedition.lui.Display
Retrieves whether horizontal scrolling is enabled for the specified line number of the display or not.
isHorizontalScrollingSupported() - Method in class javax.microedition.lui.Display
Gets information about horizontal scrolling support by the display.
isInstalled() - Method in class javax.microedition.swm.Suite
Checks if this Suite is still installed or has been removed.
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isLightingColorsSupported() - Method in class javax.microedition.lui.Display
Gets information about lighting color change support by the display.
isLightingSupported() - Method in class javax.microedition.lui.Display
Gets information about lighting support by the display.
isMuted() - Method in interface javax.microedition.media.control.VolumeControl
Get the mute state of the signal associated with this VolumeControl.
isRoaming() - Method in class javax.microedition.cellular.CellularNetwork
Indicates whether the subscriber registered to this network is considered to be roaming.
isSuiteState(SuiteStateFlag) - Method in class javax.microedition.swm.Suite
Checks whether the specified flag is set.
isSystemTask() - Method in class javax.microedition.swm.Task
Retrieve information about whether a task is a system task or not.
isTextColorsSupported() - Method in class javax.microedition.lui.Display
Gets information about text color support by the display.
isTrusted() - Method in class javax.microedition.swm.Suite
Checks if this Suite is trusted or not.
isUrgent() - Method in class javax.microedition.power.PowerStateEvent
Event listeners use this method to determine if the power state change event can be opposed.
isUsingExternalPower() - Method in class javax.microedition.power.PowerManager
Used for checking if an external power source is being used.
isVerticalScrollingEnabled() - Method in class javax.microedition.lui.Display
Retrieves whether vertical scrolling is enabled for the display or not.
isVerticalScrollingSupported() - Method in class javax.microedition.lui.Display
Gets information about vertical scrolling support by the display.
isWriteable() - Method in class javax.microedition.rms.RecordStoreInfo
Return the boolean writable state for the RecordStore associated with this RecordStoreInfo instance.

J

javax.microedition.cellular - package javax.microedition.cellular
[OPTIONAL] Provides classes to obtain information about cellular networks the device is registered on.
javax.microedition.event - package javax.microedition.event
[OPTIONAL] Events for system state changes and application to application communication.
javax.microedition.io - package javax.microedition.io
[OPTIONAL] Networking support based on the Generic Connection Framework Specification.
javax.microedition.key - package javax.microedition.key
[OPTIONAL] Support of embedded device key input.
javax.microedition.lui - package javax.microedition.lui
[OPTIONAL] Set of features to implement Line-oriented User Interface.
javax.microedition.media - package javax.microedition.media
[OPTIONAL] Features for Audio support on embedded Devices.
javax.microedition.media.control - package javax.microedition.media.control
[OPTIONAL] Features for Audio Control support on embedded Devices.
javax.microedition.midlet - package javax.microedition.midlet
The Application and the environment in which the application runs.
javax.microedition.power - package javax.microedition.power
[OPTIONAL] Power management.
javax.microedition.rms - package javax.microedition.rms
[OPTIONAL] Mechanism for applications to persistently store data and later retrieve it.
javax.microedition.swm - package javax.microedition.swm
[OPTIONAL] Provides extended software management features to MEEP 8.

K

KEEP_CURRENT_STATE - Static variable in exception javax.microedition.power.PowerManagerException
Transition did not change states.
keepUpdated(boolean) - Method in interface javax.microedition.rms.RecordEnumeration
Used to set whether the enumeration will be keep its internal index up to date with the record store record additions/deletions/changes.
KEY_BACKSPACE - Static variable in interface javax.microedition.key.KeyListener
keyCode for the backspace key, U+0008 BACKSPACE.
KEY_DELETE - Static variable in interface javax.microedition.key.KeyListener
keyCode for the delete key, U+007F DELETE.
KEY_DOWN - Static variable in interface javax.microedition.key.KeyListener
keyCode for the down key.
KEY_ENTER - Static variable in interface javax.microedition.key.KeyListener
keyCode for the enter key, U+000A LINE FEED.
KEY_ESCAPE - Static variable in interface javax.microedition.key.KeyListener
keyCode for the escape key, U+001B ESCAPE.
KEY_LEFT - Static variable in interface javax.microedition.key.KeyListener
keyCode for the left key.
KEY_NUM0 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 0.
KEY_NUM1 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 1.
KEY_NUM2 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 2.
KEY_NUM3 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 3.
KEY_NUM4 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 4.
KEY_NUM5 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 5.
KEY_NUM6 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 6.
KEY_NUM7 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 7.
KEY_NUM8 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 8.
KEY_NUM9 - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key 9.
KEY_POUND - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key "pound" (#).
KEY_RIGHT - Static variable in interface javax.microedition.key.KeyListener
keyCode for the right key.
KEY_SELECT - Static variable in interface javax.microedition.key.KeyListener
keyCode for the select key.
KEY_SPACE - Static variable in interface javax.microedition.key.KeyListener
keyCode for the space key, U+0020 SPACE.
KEY_STAR - Static variable in interface javax.microedition.key.KeyListener
keyCode for ITU-T key "star" (*).
KEY_TAB - Static variable in interface javax.microedition.key.KeyListener
keyCode for the tabulation key, U+0009 HORIZONTAL TABULATION.
KEY_UP - Static variable in interface javax.microedition.key.KeyListener
keyCode for the up key.
KeyListener - Interface in javax.microedition.key
Classes implementing this interface provide methods that are called when user of the device will generate key events, for example, pressing the keys available in a system keypad or keyboard.
KeyManager - Class in javax.microedition.key
The KeyManager class provides static methods to retrieve a list of available InoutDevices.
keyPressed(InputDevice, int, int) - Method in interface javax.microedition.key.KeyListener
Called when a key is pressed.
keyReleased(InputDevice, int, int) - Method in interface javax.microedition.key.KeyListener
Called when a key is released.
keyRepeated(InputDevice, int, int) - Method in interface javax.microedition.key.KeyListener
Called when a key is repeated (held down).

L

LEFT - Static variable in interface javax.microedition.key.KeyListener
Constant for the LEFT action.
LIGHTING - Static variable in class javax.microedition.lui.Display
To be used as an event name for Event.
LIGHTING_DIM - Static variable in class javax.microedition.lui.Display
Valid value for Display.LIGHTING events.
LIGHTING_OFF - Static variable in class javax.microedition.lui.Display
Valid value for Display.LIGHTING events.
LIGHTING_ON - Static variable in class javax.microedition.lui.Display
Valid value for Display.LIGHTING events.
listConnections(boolean) - Static method in class javax.microedition.io.PushRegistry
Return a list of registered connections for the current application.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the application suite.

M

Manager - Class in javax.microedition.media
Manager is the access point for obtaining system dependent resources such as Players for multimedia processing.
ManagerFactory - Class in javax.microedition.swm
Factory class to deliver implementations of the several manager interfaces defined within this package.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
MediaException - Exception in javax.microedition.media
A MediaException indicates an unexpected error condition in a method.
MediaException() - Constructor for exception javax.microedition.media.MediaException
Constructs a MediaException with null as its error detail message.
MediaException(String) - Constructor for exception javax.microedition.media.MediaException
Constructs a MediaException with the specified detail message.
MIDlet - Class in javax.microedition.midlet
An application must extend this class MIDlet (the name comes from MIDP, this application model has been developed for) to allow the application management software to control the application and to be able to retrieve properties from the application descriptor and notify and request state changes.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletIdentity - Class in javax.microedition.midlet
This class represents the identity of an application.
MIDletStateChangeException - Exception in javax.microedition.midlet
Deprecated.
MIDletStateChangeException is no longer used. MIDlets that throw MIDletStateChangeException will be destroyed.
MIDletStateChangeException() - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Deprecated.
MIDletStateChangeException is no longer used. MIDlets that throw MIDletStateChangeException will be destroyed.
MIDletStateChangeException(String) - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Deprecated.
MIDletStateChangeException is no longer used. MIDlets that throw MIDletStateChangeException will be destroyed.
MODE_ACTIVE - Static variable in class javax.microedition.lui.Display
Activity mode indicating that power-saving actions should be deferred for as long as possible to maximize the user's visibility of the display content.
MODE_NORMAL - Static variable in class javax.microedition.lui.Display
Activity mode indicating that normal power management behavior should be applied.
MODIFIER_ALT - Static variable in interface javax.microedition.key.KeyListener
Key modifier mask indicating the Alt key.
MODIFIER_CHR - Static variable in interface javax.microedition.key.KeyListener
Key modifier mask indicating the Chr key.
MODIFIER_COMMAND - Static variable in interface javax.microedition.key.KeyListener
Key modifier mask indicating the Command key.
MODIFIER_CTRL - Static variable in interface javax.microedition.key.KeyListener
Key modifier mask indicating the Control / Ctrl key.
MODIFIER_MASK - Static variable in interface javax.microedition.key.KeyListener
A bitmask for all key modifiers.
MODIFIER_SHIFT - Static variable in interface javax.microedition.key.KeyListener
Key modifier mask indicating the SHIFT key.

N

NETWORK_AVAILABLE - Static variable in class javax.microedition.cellular.CellularNetwork
Network available status value;
NETWORK_CELL_CHANGED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates current cell changed in one of the connected networks.
NETWORK_CONNECTED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates the device connected to the cellular network.
NETWORK_DISCONNECTED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates the device disconnected from the cellular network This event is delivered when the device is unregistered to a cellular network.
NETWORK_FORBIDDEN - Static variable in class javax.microedition.cellular.CellularNetwork
Network FORBIDDEN status value;
NETWORK_LIMITED - Static variable in class javax.microedition.cellular.CellularNetwork
Network Limited status value;
NETWORK_PROTOCOL_CHANGED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates the network data protocol has changed in one of the connected networks.
NETWORK_REGISTERED - Static variable in class javax.microedition.cellular.CellularNetwork
Network registered status value;
NETWORK_UNKNOWN - Static variable in class javax.microedition.cellular.CellularNetwork
Network Unknown status value;
NetworkDisconnectedException - Exception in javax.microedition.cellular
Indicates that cellular network was disconnected.
NetworkDisconnectedException() - Constructor for exception javax.microedition.cellular.NetworkDisconnectedException
Constructs a NetworkDisconnectedException.
NetworkDisconnectedException(String) - Constructor for exception javax.microedition.cellular.NetworkDisconnectedException
Constructs a NetworkDisconnectedException with the specified detail message
newPermissionCollection() - Method in class javax.microedition.io.IMCProtocolPermission
Returns a new PermissionCollection for storing IMCProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.swm.SWMPermission
Creates a new SWMPermissionCollection.
nextRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by an application to notify the application management software that it has entered into the Destroyed state.
notifyNetworkEvent(CellularNetwork, int) - Method in interface javax.microedition.cellular.CellularNetworkListener
Notifies listener about network related event.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Deprecated.
This method is deprecated and MUST never been called.
notifyStatusUpdate(Task, TaskStatus) - Method in interface javax.microedition.swm.TaskListener
Notifies a listener about a tasks new status
notifySubscriberEvent(Subscriber, int) - Method in interface javax.microedition.cellular.SubscriberListener
Notifies listener about subscriber related event.
notifySuiteStateChanged(SuiteManagementTracker, SuiteState) - Method in interface javax.microedition.swm.SuiteListener
Notifies a listener that suite state has changed.
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.

O

openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the current application suite.
openRecordStore(String, boolean, int, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store that can be shared with other application suites.
openRecordStore(String, String, String) - Static method in class javax.microedition.rms.RecordStore
Open a record store associated with the named application suite.
openRecordStore(String, boolean, int, boolean, String) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store that can be shared with other application suites.
openRecordStore(String, String, String, String) - Static method in class javax.microedition.rms.RecordStore
Open a record store associated with the named application suite.

P

pauseApp() - Method in class javax.microedition.midlet.MIDlet
Deprecated.
This method is deprecated and MUST never been called.
platformRequest(String) - Method in class javax.microedition.midlet.MIDlet
Requests that the device handle (for example, display or install) the indicated URL.
PLAY_BLOCK - Static variable in interface javax.microedition.media.control.ToneControl
Play a defined block.
Player - Interface in javax.microedition.media
Player controls the rendering of time based media data.
PlayerListener - Interface in javax.microedition.media
PlayerListener is the interface for receiving asynchronous events generated by Players.
playerUpdate(Player, String, Object) - Method in interface javax.microedition.media.PlayerListener
This method is called to deliver an event to a registered listener when a Player event is observed.
playTone(int, int, int) - Static method in class javax.microedition.media.Manager
Play back a tone as specified by a note and its duration.
post(Event) - Method in class javax.microedition.event.EventManager
Post an event.
POWER_ALERT - Static variable in class javax.microedition.power.PowerStateEvent
To be used as an event name for Event.
POWER_ALERT_BATTERY_CRITICAL - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_ALERT events.
POWER_ALERT_BATTERY_LOW - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_ALERT events.
POWER_ALERT_BATTERY_NORMAL - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_ALERT events.
POWER_ALERT_CALL_TERMINATION - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_ALERT events.
POWER_ALERT_EXTERNAL_POWER_SOURCE_CHANGE - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_ALERT events.
POWER_ALERT_IR_TERMINATION - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_ALERT events.
POWER_ALERT_NETWORK_TERMINATION - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_ALERT events.
POWER_STATE - Static variable in class javax.microedition.power.PowerStateEvent
Indicates the power state as an int value.
POWER_STATE_FULL_POWER - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_STATE events.
POWER_STATE_OFF - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_STATE events.
POWER_STATE_REGULATED_HIGH_POWER - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_STATE events.
POWER_STATE_REGULATED_LOW_POWER - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_STATE events.
POWER_STATE_SLEEP - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_STATE events.
POWER_STATE_SUSPEND - Static variable in class javax.microedition.power.PowerStateEvent
Valid value for PowerStateEvent.POWER_STATE events.
PowerManager - Class in javax.microedition.power
This class is a common superclass which contains the methods utilized by normal applications to retrieve system power states information.
PowerManager() - Constructor for class javax.microedition.power.PowerManager
Prevent other class from instantiating.
PowerManagerException - Exception in javax.microedition.power
Thrown when a power management related error is encountered.
PowerManagerException(byte) - Constructor for exception javax.microedition.power.PowerManagerException
Constructs a PowerManagerException object with an error code.
PowerManagerException(byte, String) - Constructor for exception javax.microedition.power.PowerManagerException
Constructs an PowerManagerException object with an error code and a detailed message.
PowerStateEvent - Class in javax.microedition.power
Specialized event object that is used for system power state change notifications.
PowerStateEvent(int, int, boolean) - Constructor for class javax.microedition.power.PowerStateEvent
Constructs a PowerStateEvent object.
PowerStatePermission - Class in javax.microedition.power
PowerStatePermission grants calls to PowerManager.setPowerState method.
PowerStatePermission(String) - Constructor for class javax.microedition.power.PowerStatePermission
Creates a new PowerStatePermission object.
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
PRECEDES means that the left (first parameter) record precedes the right (second parameter) record in terms of search or sort order.
prefetch() - Method in interface javax.microedition.media.Player
Acquires the scarce and exclusive resources and processes as much data as necessary to reduce the start latency.
PREFETCHED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has acquired all the resources to begin playing.
previousRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
previousRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
PushRegistry - Class in javax.microedition.io
The PushRegistry maintains a list of inbound connections.
PushRegistryPermission - Class in javax.microedition.io
The PushRegistryPermission class is used to check the static and dynamic registration of push connections and for registration of an alarm.
PushRegistryPermission(String, String) - Constructor for class javax.microedition.io.PushRegistryPermission
Creates a new instance of PushRegistryPermission.

R

realize() - Method in interface javax.microedition.media.Player
Constructs portions of the Player without acquiring the scarce and exclusive resources.
REALIZED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has acquired the required information but not the resources to function.
rebootDevice(boolean) - Method in class javax.microedition.power.PowerManager
Initiates a reboot of the device.
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been added to a record store.
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record in a record store has been changed.
RecordComparator - Interface in javax.microedition.rms
An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been deleted from a record store.
RecordEnumeration - Interface in javax.microedition.rms
An interface representing a bidirectional record store Record enumerator.
RecordFilter - Interface in javax.microedition.rms
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener - Interface in javax.microedition.rms
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore - Class in javax.microedition.rms
A class representing a record store.
RecordStoreException - Exception in javax.microedition.rms
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException(String) - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreException() - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreFullException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException(String) - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreFullException() - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreInfo - Class in javax.microedition.rms
A class representing information about a RecordStore, including authorization mode, encryption status, writeable status, and size information.
RecordStoreNotFoundException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotFoundException() - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotOpenException - Exception in javax.microedition.rms
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
RecordStoreNotOpenException() - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
register(Subscriber) - Method in class javax.microedition.cellular.CellularNetwork
Register to the CellularNetwork using the subscriber.
registerAlarm(String, long) - Static method in class javax.microedition.io.PushRegistry
Register a time to launch the specified application.
registerApplication(String, String) - Method in class javax.microedition.event.EventManager
Register an application to be launched on an event.
registerApplication(String, String, boolean) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to an event represented by a boolean values.
registerApplication(String, String, double, double) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to an event represented by a double value.
registerApplication(String, String, long, long) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to an event represented by an int or long value.
registerApplication(String, String, String[]) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to a event represented by a String value.
registerConnection(String, String, String) - Static method in class javax.microedition.io.PushRegistry
Register a dynamic connection with the application management software.
removeDisplayListener(DisplayListener) - Static method in class javax.microedition.lui.Display
Removes a previously added display listener.
removeEventListener(String, EventListener) - Method in class javax.microedition.event.EventManager
Removes an event listener for the named event(s) including wildcards.
removeInputDeviceListener(InputDeviceListener) - Static method in class javax.microedition.key.KeyManager
Removes a previously added InputDevice listener.
removeInstallationListener(SuiteInstallListener) - Method in class javax.microedition.swm.SuiteInstaller
Removes an SuiteInstallListener from this suite installer.
removeListener(CellularNetworkListener) - Static method in class javax.microedition.cellular.CellularNetwork
Removes previously added listener.
removeListener(SubscriberListener) - Static method in class javax.microedition.cellular.Subscriber
Removes a previously added listener.
removePlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Remove a PlayerListener for this player.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeSuite(Suite, boolean) - Method in interface javax.microedition.swm.SuiteManager
Removes a Suite.
removeSuiteListener(SuiteListener) - Method in interface javax.microedition.swm.SuiteManager
Removes a SuiteListener.
removeTaskListener(TaskListener) - Method in interface javax.microedition.swm.TaskManager
Removes a TaskListener.
REPEAT - Static variable in interface javax.microedition.media.control.ToneControl
The REPEAT event tag.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Resets the iteration index back to 0, it does not rollback the changes if records were deleted.
RESOLUTION - Static variable in interface javax.microedition.media.control.ToneControl
The RESOLUTION event tag.
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Deprecated.
This method is deprecated and MUST never been called.
RIGHT - Static variable in interface javax.microedition.key.KeyListener
Constant for the RIGHT action.

S

SecureRecordStoreException - Exception in javax.microedition.rms
Thrown to indicate that a problem occurred during the process of Encrypting or Decrypting data of a secure RecordStore.
SecureRecordStoreException(String) - Constructor for exception javax.microedition.rms.SecureRecordStoreException
Constructs a new SecureRecordStoreException with the specified detail message.
SecureRecordStoreException() - Constructor for exception javax.microedition.rms.SecureRecordStoreException
Constructs a new SecureRecordStoreException with no detail message.
SET_VOLUME - Static variable in interface javax.microedition.media.control.ToneControl
The SET_VOLUME event tag.
setAuthenticationCode(String) - Method in class javax.microedition.cellular.Subscriber
Sets the code to be used by the SIM to verify the identity of the user.
setBackgroundColor(DisplayColor) - Method in class javax.microedition.lui.Display
Sets the background color to be used by the display from now on.
setChars(char[], int, int) - Method in class javax.microedition.lui.Display
Sets the text shown by the display from a character array, replacing the previous text.
setChars(char[], int, int, boolean, boolean) - Method in class javax.microedition.lui.Display
This method has the same functionality as setChars(data, offset, length), but with the additional possibility to determine whether the text should be displayed blinking and/or inversed.
setChars(int, char[], int, int) - Method in class javax.microedition.lui.Display
Sets the text shown by the specified line of the display from a character array, replacing the previous text of that line.
setChars(int, char[], int, int, boolean, boolean) - Method in class javax.microedition.lui.Display
This method has the same functionality as setChars(lineNumber, data, offset, length), but with the additional possibility to determine whether the text should be displayed blinking and/or inversed.
setCurrentTextColor(DisplayColor) - Method in class javax.microedition.lui.Display
Sets the text color to be used on the display from now on.
setForegroundTask(Task) - Method in interface javax.microedition.swm.TaskManager
Assign foreground task.
setGeneralKeyListener(KeyListener) - Static method in class javax.microedition.key.KeyManager
Sets a KeyListener for key events to all InputDevices available in the recent runtime environment, replacing any previous KeyListener set to any of those InputDevices, if any.
setHardwareAssigned(boolean) - Method in interface javax.microedition.key.InputDevice
Allows the application to request that an InputDevice becomes assigned or unassigned to the underlying hardware.
setHardwareAssigned(boolean) - Method in class javax.microedition.lui.Display
Allows the application to request that a Display becomes assigned or unassigned to the underlying hardware.
setHorizontalScrolling(int, boolean) - Method in class javax.microedition.lui.Display
Enables or disables horizontal scrolling for the specified line of the display if it is supported by the underlying hardware.
setHorizontalScrolling(int, boolean, boolean) - Method in class javax.microedition.lui.Display
Enables or disables horizontal scrolling for the specified line of the display in the specified direction if it is supported by the underlying hardware.
setHorizontalScrollingInterval(int, int) - Method in class javax.microedition.lui.Display
Sets the horizontal scrolling interval for the specified line of this display in milliseconds between character shifts.
setKeyListener(KeyListener) - Method in interface javax.microedition.key.InputDevice
Sets a KeyListener for key events to this input device, replacing any previous KeyListener.
setLevel(int) - Method in interface javax.microedition.media.control.VolumeControl
Set the volume using a linear point scale with values between 0 and 100.
setLightingColor(DisplayColor) - Method in class javax.microedition.lui.Display
Sets the lighting color to be used by the display from now on.
setLoopCount(int) - Method in interface javax.microedition.media.Player
Set the number of times the Player will loop and play the content.
setMediaTime(long) - Method in interface javax.microedition.media.Player
Sets the Player's media time.
setMode(int, boolean) - Method in class javax.microedition.rms.RecordStore
Changes the access mode for this RecordStore.
setMute(boolean) - Method in interface javax.microedition.media.control.VolumeControl
Mute or unmute the Player associated with this VolumeControl.
setPowerState(int, boolean) - Method in class javax.microedition.power.PowerManager
Puts the system in the state specified in the parameter state.
setPriority(Task, TaskPriority) - Method in interface javax.microedition.swm.TaskManager
Changes priority for given Task.
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to the provided new data.
setRecord(int, byte[], int, int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to the provided new data.
setSequence(byte[]) - Method in interface javax.microedition.media.control.ToneControl
Sets the tone sequence.
setSuiteStateFlag(SuiteStateFlag, boolean) - Method in class javax.microedition.swm.Suite
Sets the specified flag to the specified value.
setText(String) - Method in class javax.microedition.lui.Display
Sets the text of the display as a string value, replacing the previous contents.
setText(String, boolean, boolean) - Method in class javax.microedition.lui.Display
This method has the same functionality as setText(text), but with the additional possibility to determine whether the text should be displayed blinking and/or inversed.
setText(int, String) - Method in class javax.microedition.lui.Display
Sets the text of the specified line of the display as a string value, replacing the previous contents.
setText(int, String, boolean, boolean) - Method in class javax.microedition.lui.Display
This method has the same functionality as setText(lineNumber, text), but with the additional possibility to determine whether the text should be displayed blinking and/or inversed.
setTimeBase(TimeBase) - Method in interface javax.microedition.media.Player
Sets the TimeBase for this Player.
setVerticalScrolling(boolean) - Method in class javax.microedition.lui.Display
Enables or disables vertical scrolling for the display if it is supported by the underlying hardware.
setVerticalScrolling(boolean, boolean) - Method in class javax.microedition.lui.Display
Enables or disables vertical scrolling for the display in the specified direction if it is supported by the underlying hardware.
setVerticalScrollingInterval(int) - Method in class javax.microedition.lui.Display
Sets the vertical scrolling interval for this display in milliseconds between line shifts.
SILENCE - Static variable in interface javax.microedition.media.control.ToneControl
Silence.
SIM_BLOCKED - Static variable in class javax.microedition.cellular.Subscriber
The BLOCKED state of the SIM authentication of the user.
SIM_MISSING - Static variable in class javax.microedition.cellular.Subscriber
The MISSING state of the SIM; the SIM is no longer in the device.
SIM_PIN1 - Static variable in class javax.microedition.cellular.Subscriber
The PIN1 state of the SIM authentication of the user.
SIM_PIN2 - Static variable in class javax.microedition.cellular.Subscriber
The PIN2 state of the SIM authentication of the user.
SIM_READY - Static variable in class javax.microedition.cellular.Subscriber
The READY state of the SIM authentication of the user.
start() - Method in interface javax.microedition.media.Player
Starts the Player as soon as possible.
start() - Method in class javax.microedition.swm.SuiteInstaller
Begins installation of the suite.
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the application that it has entered the Active state.
STARTED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player has already started.
STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is started.
startTask(Suite, String) - Method in interface javax.microedition.swm.TaskManager
Starts given Task from given Suite.
STATE_TRANSITION_FAILURE - Static variable in exception javax.microedition.power.PowerManagerException
State transition failed.
stop() - Method in interface javax.microedition.media.Player
Stops the Player.
STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player stops in response to the Player.stop() method call.
stopTask(Task) - Method in interface javax.microedition.swm.TaskManager
Stops given Task.
Subscriber - Class in javax.microedition.cellular
Subscriber class represents cellular network's subscriber identity, like SIM, R-UIM, CSIM.
SUBSCRIBER_ADDED - Static variable in interface javax.microedition.cellular.SubscriberListener
Subscriber event indicates that new subscriber was added.
SUBSCRIBER_REMOVED - Static variable in interface javax.microedition.cellular.SubscriberListener
Subscriber event indicates that subscriber was removed.
SubscriberListener - Interface in javax.microedition.cellular
Interface to receive subscribers related events, like subscriber hot swap.
Suite - Class in javax.microedition.swm
Class modeling an application suite.
SuiteInstaller - Class in javax.microedition.swm
Suite Installer class
SuiteInstallListener - Interface in javax.microedition.swm
A listener interface for processing suite installer notifications.
SuiteInstallStage - Enum in javax.microedition.swm
Defines the suite install stages for SuiteInstallListeners.
SuiteListener - Interface in javax.microedition.swm
A listener interface for processing suite store updates.
SuiteLockedException - Exception in javax.microedition.swm
Thrown when someone tries to access a Suite that has been locked.
SuiteLockedException() - Constructor for exception javax.microedition.swm.SuiteLockedException
Constructs a SuiteLockedException
SuiteLockedException(String) - Constructor for exception javax.microedition.swm.SuiteLockedException
Constructs a SuiteLockedException with the specified reason.
SuiteManagementTracker - Class in javax.microedition.swm
An instance of this class is generated as soon as an installation or update of a Suite is started using SuiteInstaller.start().
SuiteManagementTracker() - Constructor for class javax.microedition.swm.SuiteManagementTracker
Protected constructor to prevent explicit creation of a SuiteManagementTracker.
SuiteManager - Interface in javax.microedition.swm
Suite manager interface.
SuiteState - Enum in javax.microedition.swm
Defines the states for Suite.
SuiteStateFlag - Enum in javax.microedition.swm
Defines the state flags for Suite.
SuiteType - Enum in javax.microedition.swm
Defines the suite types for Suite.
SWMPermission - Class in javax.microedition.swm
SWMPermission provides permission handling for SWM API permissions.
SWMPermission(String, String) - Constructor for class javax.microedition.swm.SWMPermission
Creates a new SWMPermission object with the specified name and actions.
SYSTEM_STATE - Static variable in class javax.microedition.event.Event
To be used as an event name.
SYSTEM_STATE_NORMAL - Static variable in class javax.microedition.event.Event
Valid value for Event.SYSTEM_STATE events.
SYSTEM_STATE_SHUTDOWN - Static variable in class javax.microedition.event.Event
Valid value for Event.SYSTEM_STATE events.
SYSTEM_STATE_STANDBY - Static variable in class javax.microedition.event.Event
Valid value for Event.SYSTEM_STATE events.
SYSTEM_STATE_STARTUP - Static variable in class javax.microedition.event.Event
Valid value for Event.SYSTEM_STATE events.
SYSTEM_SUITE - Static variable in class javax.microedition.swm.Suite
Special object symbolizing the system as Suite.

T

Task - Class in javax.microedition.swm
Task descriptor.
TaskListener - Interface in javax.microedition.swm
A listener interface for processing task status updates.
TaskManager - Interface in javax.microedition.swm
TaskManager interface.
TaskPriority - Enum in javax.microedition.swm
Defines the priorities for Task.
TaskStatus - Enum in javax.microedition.swm
Defines the runtime statuses for Task.
TEMPO - Static variable in interface javax.microedition.media.control.ToneControl
The TEMPO event tag.
TIME_UNKNOWN - Static variable in interface javax.microedition.media.Player
The returned value indicating that the requested time is unknown.
TimeBase - Interface in javax.microedition.media
A TimeBase is a constantly ticking source of time.
TONE_DEVICE_LOCATOR - Static variable in class javax.microedition.media.Manager
The locator to create a tone Player to play back tone sequences.
ToneControl - Interface in javax.microedition.media.control
ToneControl is the interface to enable playback of a user-defined monotonic tone sequence.
toString() - Method in class javax.microedition.event.Event
Gets the value as a String.
toString() - Method in class javax.microedition.midlet.MIDletIdentity
Returns the string representation of this MIDletIdentity.

U

UNREALIZED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has not acquired the required information and resources to function.
unregisterApplication(String, String) - Method in class javax.microedition.event.EventManager
Unregister an application from launching in response to an event.
unregisterConnection(String) - Static method in class javax.microedition.io.PushRegistry
Remove a dynamic connection registration.
UP - Static variable in interface javax.microedition.key.KeyListener
Constant for the UP action.
updateStatus(SuiteManagementTracker, SuiteInstallStage, int) - Method in interface javax.microedition.swm.SuiteInstallListener
Called with the current status of the install.

V

valueOf(String) - Static method in enum javax.microedition.lui.DisplayCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.InstallErrorCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.SuiteInstallStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.SuiteState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.SuiteStateFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.SuiteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.TaskPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.TaskStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.microedition.lui.DisplayCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.InstallErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.SuiteInstallStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.SuiteState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.SuiteStateFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.SuiteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.TaskPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface javax.microedition.media.control.ToneControl
The VERSION attribute tag.
VOICE_CALL - Static variable in class javax.microedition.event.Event
Indicates whether there are voice calls currently active.
VOLUME_CHANGED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the volume of an audio device is changed.
VolumeControl - Interface in javax.microedition.media.control
VolumeControl is an interface for manipulating the audio volume of a Player.
A B C D E F G H I J K L M N O P R S T U V 
MEEP 1.9950 (b67)
10-February-2014 08:45

Copyright (c) 2014, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.