MEEP (JSR-361 EDR Draft)
A B C D E F G H I J K L M N O P Q R S T U V 

A

ActionsDeniedPermission - Class in javax.microedition.midlet
ActionsDeniedPermission is required by applications that want to restrict the actions allowed by a user on an application or an application suite.
ActionsDeniedPermission() - Constructor for class javax.microedition.midlet.ActionsDeniedPermission
Creates a new ActionsDeniedPermission object.
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.
addInstallationListener(AppInstallListener) - Method in class javax.microedition.swm.SuiteInstaller
Adds an AppInstallListener 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 listener to receive subscribers related events.
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.
addSettingsListener(SettingsListener) - Method in class javax.microedition.swm.SettingsManager
addStatusListener(TaskListener) - Method in class javax.microedition.swm.TaskManager
Adds a TaskListener.
addSuiteListener(Suite, SuiteListener) - Method in class javax.microedition.swm.SuiteManager
Adds a SuiteListener for the specified Suite.
AppInstallListener - Interface in javax.microedition.swm
A listener interface for processing app installer notifications.
AppInstallStage - Enum in javax.microedition.swm
Defines the app install stages for AppInstallListener.
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

BACKLIGHT - Static variable in class javax.microedition.lui.Display
To be used as an event name for Event.
BACKLIGHT_DIM - Static variable in class javax.microedition.lui.Display
Valid value for Display.BACKLIGHT events.
BACKLIGHT_OFF - Static variable in class javax.microedition.lui.Display
Valid value for Display.BACKLIGHT events.
BACKLIGHT_ON - Static variable in class javax.microedition.lui.Display
Valid value for Display.BACKLIGHT events.
BACKLIGHT_STANDARD_COLOR - Static variable in class javax.microedition.lui.Display
Standard backlight color for this Display.
BATTERY_LEVEL - Static variable in class javax.microedition.power.PowerStateEvent
To be used as an event name for Event.

C

cancel() - Method in class javax.microedition.swm.SuiteInstaller
Cancel the installation.
CellularNetwork - Class in javax.microedition.cellular
CellularNetwork class represents the 3GPP or CDMA network to which the device is registered.
CellularNetworkListener - Interface in javax.microedition.cellular
Interface to receive cellular networks 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.
checkForError() - Method in class javax.microedition.swm.SettingSet
Checks if a given SettingsSet contains a mutually exclusive combination of setting values.
checkForWarnings() - Method in class javax.microedition.swm.SettingSet
Checks if a given SettingsSet contains a potentially dangerous combination of setting values.
checkPermission(String) - Method in class javax.microedition.midlet.MIDlet
Deprecated.
This method is deprecated and MUST never been called. It is still there for the sake of backward compatibility with IMP-NG.
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.
ConcurrentModificationException - Exception in javax.microedition.swm
Indicates that concurrent modification of an object data was detected.
ConcurrentModificationException() - Constructor for exception javax.microedition.swm.ConcurrentModificationException
Constructs an exception with no specified detail message.
ConcurrentModificationException(String) - Constructor for exception javax.microedition.swm.ConcurrentModificationException
Constructs an exception with the specified detail message.

D

DATA_NETWORK - Static variable in class javax.microedition.cellular.CellularNetwork
To be used as an event name for Event.
DATA_NETWORK_3GPP_CSD - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
DATA_NETWORK_3GPP_PD - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
DATA_NETWORK_3GPP_PD_3G - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
DATA_NETWORK_3GPP_PD_EDGE - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
DATA_NETWORK_3GPP_PD_HSDPA - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
DATA_NETWORK_802DOT11 - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
DATA_NETWORK_802DOT16 - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
DATA_NETWORK_CDMA - Static variable in class javax.microedition.cellular.CellularNetwork
Valid value for CellularNetwork.DATA_NETWORK events.
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.
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.
Display - Class in javax.microedition.lui
The Display class provides an application with access to the device's user interface hardware resources.
DisplayCapability - Enum in javax.microedition.lui
Defines the capabilities of a Display.
DisplayColor - Class in javax.microedition.lui
Class to represent text and backlight 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.
DisplayHardwareState - Enum in javax.microedition.lui
Defines the hardware states of a Display.
DisplayListener - Interface in javax.microedition.lui
The DisplayListener interface defines a method that is called in response to Display events.
DisplayState - Enum in javax.microedition.lui
Defines the states of a Display.
DOWN - Static variable in interface javax.microedition.key.KeyListener
Constant for the DOWN action.

E

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.
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.
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.
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 attribute value for given attribute name.
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.
getBacklightColor() - Method in class javax.microedition.lui.Display
Retrieves the currently valid backlight 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.
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.
getCellularNetworks() - Static method in class javax.microedition.cellular.CellularNetwork
Returns all cellular networks to which the device is connected.
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.
getChoices() - Method in class javax.microedition.swm.Setting
Retrieves the list of available choices by names.
getCurrent(String) - Method in class javax.microedition.event.EventManager
Returns an Event object for the requested system event.
getCurrentTask() - Method in class 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.
getDataProtocol() - Method in class javax.microedition.cellular.CellularNetwork
Returns the data protocol currently used in this network.
getDependencies() - Method in class javax.microedition.swm.Suite
Retrieves a list of the shared libraries this Suite depends on
getDescription() - Method in class javax.microedition.swm.Setting
Get setting description.
getDescription() - Method in class javax.microedition.swm.SettingGroup
Get group description.
getDisplay(MIDlet) - Static method in class javax.microedition.lui.Display
Gets the primary Display object that is unique to this application.
getDisplayId() - Method in class javax.microedition.lui.Display
Retrieves an implementation-specific Id for this Display.
getDisplays(MIDlet, boolean) - Static method in class javax.microedition.lui.Display
Gets a list of all the Displays for this application.
getDisplayState() - Method in class javax.microedition.lui.Display
Gets the state of this Display with respect to access to the underlying hardware.
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.
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.
getForegroundTask() - Method in class javax.microedition.swm.TaskManager
Returns foreground task info.
getGreenComponent() - Method in class javax.microedition.lui.DisplayColor
Retrieves the green component of this display color.
getGroups() - Method in class javax.microedition.swm.SettingSet
Retrieves a list of all SettingGroups.
getHardwareState() - Method in class javax.microedition.lui.Display
Gets the state of the hardware for this display.
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.
getInfo() - Method in class javax.microedition.event.Event
Gets information regarding the event.
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().
getLong() - Method in class javax.microedition.event.Event
Gets the value as an long.
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.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.
getNetworkType() - Method in class javax.microedition.cellular.CellularNetwork
Retrieves the network type.
getNetworkType() - Method in class javax.microedition.cellular.Subscriber
Returns the network type of this Subscriber.
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.
getNumberOfChoices() - Method in class javax.microedition.swm.Setting
Retrieves number of choices for this Setting.
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.CellularNetwork
Returns the network operator name.
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, one of the pre-defined values TaskPriority.TP_MAX, TaskPriority.TP_MIN, or TaskPriority.TP_NORM.
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.
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
getSecurityDomain() - Method in class javax.microedition.midlet.MIDletIdentity
Get the name of the security domain for the application associated with the specified MIDletIdentity.
getSelectedChoiceByIndex() - Method in class javax.microedition.swm.Setting
Retrieves the index of the choice currently selected.
getSelectedChoiceByName() - Method in class javax.microedition.swm.Setting
Retrieves the name of the choice currently selected.
getServerName() - Method in interface javax.microedition.io.IMCConnection
Get the name of the IMC server of this connection.
getSetting(String) - Method in class javax.microedition.swm.SettingGroup
Retrieves a single Setting identifed by the specified title.
getSettingGroup(String) - Method in class javax.microedition.swm.SettingSet
Retrieves a single SettingGroup identifed by the specified title.
getSettings() - Method in class javax.microedition.swm.SettingGroup
Get the list of single settings in the SettingGroup.
getSettingsManager() - Static method in class javax.microedition.swm.SettingsManager
Returns SettingsManager.
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.
getStatus() - Method in class javax.microedition.swm.Task
Returns task's current 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.
getSuite(String, String) - Method in class 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, int) - Static method in class javax.microedition.swm.SuiteManager
getSuiteInstaller(byte[], int, int, boolean, int) - Static method in class javax.microedition.swm.SuiteManager
getSuiteManager() - Static method in class javax.microedition.swm.SuiteManager
Returns SuiteManager instance.
getSuites(SuiteType) - Method in class javax.microedition.swm.SuiteManager
Request a list of installed suites of specified type.
getSuiteSettings(Suite) - Method in class javax.microedition.swm.SettingsManager
Get suite settings.
getSuiteType() - Method in class javax.microedition.swm.Suite
getSystemEvents() - Method in class javax.microedition.event.EventManager
Returns a String array containing the names of all the system events available on the device.
getSystemSettings() - Method in class javax.microedition.swm.SettingsManager
Get system settings.
getTag(int) - Method in class javax.microedition.rms.RecordStore
Returns the tag associated with the recordId.
getTaskList(boolean) - Method in class javax.microedition.swm.TaskManager
Returns a list of running and paused tasks.
getTaskManager() - Static method in class javax.microedition.swm.TaskManager
Returns TaskManager.
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.
getTimestamp() - Method in class javax.microedition.event.Event
Gets the time when the event was posted.
getTitle() - Method in class javax.microedition.swm.Setting
Get setting title.
getTitle() - Method in class javax.microedition.swm.SettingGroup
Get group title.
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(Display, DisplayState) - Method in interface javax.microedition.lui.DisplayListener
This method is called when the state of a Display's hardware changes.
hardwareStateChanged(Display, DisplayHardwareState) - Method in interface javax.microedition.lui.DisplayListener
This method is called when the hardware state of a Display's hardware changes, e.g.
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.
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

IDENTIFIED_THIRD_PARTY - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Identified Third Party domain.
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 id 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.ActionsDeniedPermission
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.
InstallErrorCodes - Enum in javax.microedition.swm
Error codes provided by Installer.
instance - Static variable in class javax.microedition.power.PowerManager
A reference to the single instance of the PowerManager object.
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.
isBacklightColorsSupported() - Method in class javax.microedition.lui.Display
Gets information about backlight 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.
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.
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isKeyEventsSupported() - Method in class javax.microedition.lui.Display
Indicates whether the display supports key events.
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 for keys of the embedded device.
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.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.

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.
keyPressed(int, int) - Method in interface javax.microedition.key.KeyListener
Called when a key is pressed.
keyReleased(int, int) - Method in interface javax.microedition.key.KeyListener
Called when a key is released.
keyRepeated(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.
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

MANUFACTURER - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Manufacturer domain.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
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_3GPP - Static variable in class javax.microedition.cellular.CellularNetwork
Network type 3GPP.
NETWORK_CDMA - Static variable in class javax.microedition.cellular.CellularNetwork
Network type CDMA.
NETWORK_CELL_CHANGED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates current cell change in one of the connected networks
NETWORK_CONNECTED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates that device was connected to the cellular network
NETWORK_DATA_PROTOCOL_CHANGED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates data protocol change in one of the connected networks
NETWORK_DISCONNECTED - Static variable in interface javax.microedition.cellular.CellularNetworkListener
Network event indicates that device was disconnected from the cellular network
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.
notifySettingsChanged(Suite, SettingSet) - Method in interface javax.microedition.swm.SettingsListener
Notifies a listener that suite or system settings have changed.
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(Suite, 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.
OPERATOR - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Operator domain.

P

pauseApp() - Method in class javax.microedition.midlet.MIDlet
Deprecated.
This method is deprecated and MUST never been called.
pauseTask(Task) - Method in class javax.microedition.swm.TaskManager
Pauses given Task.
PlaceHolder - Class in javax.microedition.media
This class exists only to allow the javadoc to generate package specific information for java.microedition.media.
PlaceHolder() - Constructor for class javax.microedition.media.PlaceHolder
 
platformRequest(String) - Method in class javax.microedition.midlet.MIDlet
Requests that the device handle (for example, display or install) the indicated URL.
post(Event, boolean) - 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 abstract 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.
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.

Q

QoSException - Exception in javax.microedition.io
This exception is thrown if the QoS (quality of service) parameter as specified by ConnectionOptions cannot be fulfilled when establishing the connection, or cannot be fulfilled anymore for an existing connection.
QoSException(String) - Constructor for exception javax.microedition.io.QoSException
Constructs a new QoSException with the specified detail message.
QoSException() - Constructor for exception javax.microedition.io.QoSException
Constructs a new QoSException with no detail message.

R

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.
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.
removeEventListener(String, EventListener) - Method in class javax.microedition.event.EventManager
Removes an event listener for the named event(s) including wildcards.
removeInstallationListener(AppInstallListener) - Method in class javax.microedition.swm.SuiteInstaller
Removes an AppInstallListener 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 previously added listener.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeSettingsListener(SettingsListener) - Method in class javax.microedition.swm.SettingsManager
Removes a SettingsListener.
removeStatusListener(Suite, SuiteListener) - Method in class javax.microedition.swm.SuiteManager
Removes a SuiteListener for the specified Suite.
removeStatusListener(TaskListener) - Method in class javax.microedition.swm.TaskManager
Removes a TaskListener.
removeSuite(Suite, boolean) - Method in class javax.microedition.swm.SuiteManager
Removes a software package.
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.
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Deprecated.
This method is deprecated and MUST never been called.
resumeTask(Task) - Method in class javax.microedition.swm.TaskManager
Resumes given Task.
RIGHT - Static variable in interface javax.microedition.key.KeyListener
Constant for the RIGHT action.

S

save() - Method in class javax.microedition.swm.SettingSet
Saves suite's (or system's) SettingsSet.
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.
setBacklightColor(DisplayColor) - Method in class javax.microedition.lui.Display
Sets the backlight 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.
setChoiceByIndex(int) - Method in class javax.microedition.swm.Setting
Sets the choice to be selected by index.
setChoiceByName(String) - Method in class javax.microedition.swm.Setting
Sets the choice to be selected by name.
setCurrentTextColor(DisplayColor) - Method in class javax.microedition.lui.Display
Sets the text color to be used on the display from now on.
setDisplayListener(DisplayListener) - Method in class javax.microedition.lui.Display
Sets a display listener for display events to this Display, replacing any previous DisplayListener.
setDisplayState(DisplayState) - Method in class javax.microedition.lui.Display
Allows the application to request that a Display becomes assigned or unassigned.
setForegroundTask(Task) - Method in class javax.microedition.swm.TaskManager
Assign foreground task.
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.
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 class javax.microedition.lui.Display
Sets a KeyListener for key events to this Display, replacing any previous KeyListener.
setMode(int, boolean) - Method in class javax.microedition.rms.RecordStore
Changes the access mode for this RecordStore.
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 class 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.
setSuiteState(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.
Setting - Class in javax.microedition.swm
Individual setting.
Setting() - Constructor for class javax.microedition.swm.Setting
Prevent indiviual instantiation.
SettingGroup - Class in javax.microedition.swm
Setting group.
SettingGroup() - Constructor for class javax.microedition.swm.SettingGroup
Prevent individual instantiation
SettingSet - Class in javax.microedition.swm
Suite and system settings.
SettingSet() - Constructor for class javax.microedition.swm.SettingSet
Non-public constructor to prevent developers from trying to create a SettingSet instance.
SettingsListener - Interface in javax.microedition.swm
Listener interface for the SettingsManager notifications.
SettingsManager - Class in javax.microedition.swm
SettingSet manager service class
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.
setVerticalScrollingInterval(int) - Method in class javax.microedition.lui.Display
Sets the vertical scrolling interval for this display in milliseconds between line shifts.
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.
startTask(Suite, String) - Method in class javax.microedition.swm.TaskManager
Starts given Task from given Suite.
STATE_TRANSITION_FAILURE - Static variable in exception javax.microedition.power.PowerManagerException
State transition failed.
stopTask(Task) - Method in class 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.
Suite() - Constructor for class javax.microedition.swm.Suite
 
SuiteInstaller - Class in javax.microedition.swm
Suite Installer class
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.
SuiteManager - Class in javax.microedition.swm
Suite manager service class.
SuiteNotFoundException - Exception in javax.microedition.swm
Thrown when someone tries to access a Suite that is absent.
SuiteNotFoundException() - Constructor for exception javax.microedition.swm.SuiteNotFoundException
Constructs a SuiteNotFoundException.
SuiteNotFoundException(String) - Constructor for exception javax.microedition.swm.SuiteNotFoundException
Constructs a SuiteNotFoundException with the specified reason.
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 permission.
SWMPermission(String) - Constructor for class javax.microedition.swm.SWMPermission
Creates a new SWMPermission object
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 - Class in javax.microedition.swm
TaskManager class
TaskPriority - Enum in javax.microedition.swm
Defines the priorities for Task.
TaskStatus - Enum in javax.microedition.swm
Defines the runtime stati for Task.
TEXT_STANDARD_COLOR - Static variable in class javax.microedition.lui.Display
Standard text color for this Display.
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

UNIDENTIFIED_THIRD_PARTY - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Unidentified Third Party domain.
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(AppInstallStage, int) - Method in interface javax.microedition.swm.AppInstallListener
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.lui.DisplayHardwareState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.lui.DisplayState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.microedition.swm.AppInstallStage
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.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.lui.DisplayHardwareState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.lui.DisplayState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.microedition.swm.AppInstallStage
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.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.
VOICE_CALL - Static variable in class javax.microedition.event.Event
Indicates whether there are voice calls currently active.
A B C D E F G H I J K L M N O P Q R S T U V 
MEEP (JSR-361 EDR Draft)
24-Mai-2013 05:26

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