A B C D E F G H I J K L M N O P R S T U V W Y

A

abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection that represents a server side socket connection.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the VM.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addPhonebookEntry(com.nokia.m2m.orb.idl.terminal.ETPackage.PhonebookType, String, String, IntHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Adds a new entry to the phonebook.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
answerCall(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for answering to mobile terminated voice calls.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
ArithmeticException - exception java.lang.ArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException - exception java.lang.ArrayStoreException.
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

before(Object) - Method in class java.util.Calendar
Compares the time field records.
BINARY_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for binary messages (value = "binary").
BinaryMessage - interface javax.wireless.messaging.BinaryMessage.
An interface representing a binary message.
bindTransport(Object, int[]) - Method in interface com.nokia.m2m.orb.TransportManager
Binds the given connection index to the given object reference.
bindTransport(Object, int[]) - Method in class com.nokia.m2m.orb.ORB
Binds the transport to one of the set-up bearers of the terminal.
Boolean - class java.lang.Boolean.
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
Byte - class java.lang.Byte.
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayInputStream - class java.io.ByteArrayInputStream.
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - class java.io.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred - Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.

C

Calendar - class java.util.Calendar.
Calendar is an abstract class for getting and setting dates using a set of integer fields such as YEAR, MONTH, DAY, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and default locale.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
changeSecurityCode(com.nokia.m2m.orb.idl.terminal.ETPackage.SecurityCodeType, String, String) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for changing security codes.
Character - class java.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
Class - class java.lang.Class.
Instances of the class Class represent classes and interfaces in a running Java application.
ClassCastException - exception java.lang.ClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Thrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.
ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
closeConnection(byte) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for closing a connection in use.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
com.nokia.m2m.imp.comm - package com.nokia.m2m.imp.comm
 
com.nokia.m2m.imp.iocontrol - package com.nokia.m2m.imp.iocontrol
 
com.nokia.m2m.imp.watchdog - package com.nokia.m2m.imp.watchdog
 
com.nokia.m2m.orb - package com.nokia.m2m.orb
 
com.nokia.m2m.orb.idl.amloader - package com.nokia.m2m.orb.idl.amloader
 
com.nokia.m2m.orb.idl.gps - package com.nokia.m2m.orb.idl.gps
 
com.nokia.m2m.orb.idl.imletmanager - package com.nokia.m2m.orb.idl.imletmanager
 
com.nokia.m2m.orb.idl.iomodule - package com.nokia.m2m.orb.idl.iomodule
 
com.nokia.m2m.orb.idl.terminal - package com.nokia.m2m.orb.idl.terminal
 
com.nokia.m2m.orb.idl.wirelessdevice - package com.nokia.m2m.orb.idl.wirelessdevice
 
CommConnection - interface com.nokia.m2m.imp.comm.CommConnection.
Interface defining a logical serial port connection.
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.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
completeBlock(int, int, int, byte, byte) - Method in interface com.nokia.m2m.orb.idl.amloader.LoaderOperations
 
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
Connection - interface javax.microedition.io.Connection.
This is the most basic type of generic connection.
ConnectionNotFoundException - exception javax.microedition.io.ConnectionNotFoundException.
This class is used to signal that a connection target cannot be found.
ConnectionNotFoundException() - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
Connector - class javax.microedition.io.Connector.

The Connector.open() method returns a protocol-specific Connection object that is then used to transmit data.

contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentConnection - interface javax.microedition.io.ContentConnection.
This interface defines the stream connection over which content is passed.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
create_environment() - Method in class com.nokia.m2m.orb.ORB
Not supported.
create_output_stream() - Method in class com.nokia.m2m.orb.ORB
Creates a new OutputStream.
createConnection(com.nokia.m2m.orb.idl.terminal.ETPackage.BearerInformation) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for creating new connections.
createNamedReference(NameComponent[], String) - Method in class com.nokia.m2m.orb.ORB
Creates an M2M Namedreference.
createNamedReference(NameComponent[], String, String, int) - Method in class com.nokia.m2m.orb.ORB
Creates a reference encapsulating the WIOP NamedReference profile and using the specified gateway address and port.
createNamedReference(NameComponent[], String, String, int, TaggedComponent[]) - Method in class com.nokia.m2m.orb.ORB
Creates a reference encapsulating the WIOP NamedReference profile and using the specified gateway address and port.
createNamedReference(NameComponent[], String, TaggedComponent[]) - Method in class com.nokia.m2m.orb.ORB
Creates an M2M Namedreference .
createReference(POA, byte[], byte[], String, int) - Method in class com.nokia.m2m.orb.ORB
This method is called by the POA when the user wants to publish one of its local objects.
createReference(String, int, byte[], String, String) - Method in class com.nokia.m2m.orb.ORB
Proprietary method for creating an object reference.
createReference(String, int, byte[], String, String, TaggedComponent[]) - Method in class com.nokia.m2m.orb.ORB
Proprietary method for creating an object reference.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.

D

Datagram - interface javax.microedition.io.Datagram.
This is the generic datagram interface.
DatagramConnection - interface javax.microedition.io.DatagramConnection.
This interface defines the capabilities that a datagram connection must have.
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
DataOutput - interface java.io.DataOutput.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
Date - class java.util.Date.
The class Date represents a specific instant in time, with millisecond precision.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
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 class com.nokia.m2m.orb.ORB
Destroys the ORB instance.
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 MIDlet to terminate and enter the Destroyed state.
destroyConnection(byte) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for deleting connections from Nokia GSM Connectivity Terminal.
DeviceOperations - interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations.
Module ORB servant implementing the DeviceOperations interface.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
dropAllCalls() - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for dropping all calls active for the terminal.
dropCall(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for dropping either mobile originated (MO) or mobile terminated (MT) calls.

E

editPhonebookEntry(com.nokia.m2m.orb.idl.terminal.ETPackage.PhonebookType, int, String, String) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Allows you to edit a phonebook entry.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
The number of valid components in the vector.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - exception java.util.EmptyStackException.
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
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.
Enumeration - interface java.util.Enumeration.
An object that implements the Enumeration interface generates a series of elements, one at a time.
EOFException - exception java.io.EOFException.
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for class java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
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.
eraseBlock(int, int) - Method in interface com.nokia.m2m.orb.idl.amloader.LoaderOperations
 
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - error java.lang.Error.
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
ETOperations - interface com.nokia.m2m.orb.idl.terminal.ETOperations.
Module ORB servant implementing the ETOperations interface.
eventFired(String, Any) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.EventObserverOperations
eventFired method call is used for indicating that an event has occurred.
EventObserverOperations - interface com.nokia.m2m.orb.idl.wirelessdevice.EventObserverOperations.
The user must implement this interface to be able to receive event observer events from the terminal.
Exception - exception java.lang.Exception.
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
exit() - Method in interface com.nokia.m2m.orb.idl.amloader.LoaderOperations
 
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.

F

FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
findPhonebookEntry(com.nokia.m2m.orb.idl.terminal.ETPackage.PhonebookType, String, com.nokia.m2m.orb.idl.terminal.ETPackage.PhonebookEntryIndexListHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Searches phonebook entries.
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
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.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
generateDTMFTones(String) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
 
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
get_current() - Method in class com.nokia.m2m.orb.ORB
Returns the current object.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
getActiveIMlets() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address in the datagram.
getAddress() - Method in interface javax.wireless.messaging.Message
Returns the address associated with this message.
getAnalogInputPin(int) - Method in class com.nokia.m2m.imp.iocontrol.IOControl
Reads the value of the specified analog input pin 1-3.
getAnalogOutputPin(int) - Method in class com.nokia.m2m.imp.iocontrol.IOControl
Returns the value of an analog output pin.
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to retrieve named properties from the application management software.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getBaudRate() - Method in interface com.nokia.m2m.imp.comm.CommConnection
 
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCallForwarding(com.nokia.m2m.orb.idl.terminal.ETPackage.CallForwardReason, StringHolder, BooleanHolder, com.nokia.m2m.orb.idl.terminal.ETPackage.ConnectionClass, ShortHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for getting call forwarding service status from network.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getCounter(com.nokia.m2m.orb.idl.wirelessdevice.DevicePackage.Counter, IntHolder) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for retrieving counter values.
getCounterList(com.nokia.m2m.orb.idl.wirelessdevice.DevicePackage.Counter[], com.nokia.m2m.orb.idl.wirelessdevice.DevicePackage.CounterValueListHolder) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for retrieving a list of counter values.
getData() - Method in interface javax.microedition.io.Datagram
Get the buffer.
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDeviceInfo(StringHolder, StringHolder, com.nokia.m2m.orb.idl.wirelessdevice.DevicePackage.VersionHolder, StringHolder, StringHolder, com.nokia.m2m.orb.idl.wirelessdevice.DevicePackage.VersionHolder, com.nokia.m2m.orb.idl.wirelessdevice.DevicePackage.MetadataListHolder) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call returns information from a device supported by the simulator.
getDigitalInputPin(int) - Method in class com.nokia.m2m.imp.iocontrol.IOControl
Reads the value of the specified digital input pin 4-11.
getDigitalOutputPin(int) - Method in class com.nokia.m2m.imp.iocontrol.IOControl
Reads the value of the specified digital output pin 1-9.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getFacilityLock(com.nokia.m2m.orb.idl.terminal.ETPackage.FacilityType, com.nokia.m2m.orb.idl.terminal.ETPackage.ConnectionClass[], BooleanHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for retrieving activity status of a facility lock of choice.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFreeMemory() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
getGpsData() - Method in interface com.nokia.m2m.orb.idl.gps.GpsModuleOperations
 
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection. e.g. host name or IPv4 address
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIMlet(String) - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteOperations
 
getIMletNameList() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteOperations
 
getInformation() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteOperations
 
getInputPinAlarmLimits(short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the alarm limits of an analog input pin.
getInputPinAlarmPeriod(short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the alarm time of an analog input pin.
getInputPinMode(short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the input mode of a given pin number.
getInputPinValue(short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the current value of an input pin.
getInputPinValueList(short[]) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the values of multiple input pins.
getInstance() - Static method in class com.nokia.m2m.imp.iocontrol.IOControl
This is a singleton method for returning the only instance of a class.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and default locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLed(short, com.nokia.m2m.orb.idl.terminal.ETPackage.LedModeHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for getting the mode of one of the leds of the terminal.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length.
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaxPacketSize() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this throwable object.
getName() - Method in interface com.nokia.m2m.orb.idl.imletmanager.IMletOperations
 
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getObjectNames() - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call returns a list of object names.
getObjectRef(String) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call returns object reference to wanted object.
getObjectRefList(String[]) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call returns a list of object references to wanted objects.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOutputPinValue(short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the value of an output pin.
getOutputPinValueList(short[]) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the values of multiple digital output pins.
getParam(String, AnyHolder) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for retrieving parameter values.
getParamList(String[], com.nokia.m2m.orb.idl.wirelessdevice.DevicePackage.ParamValueListHolder) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for retrieving multiple parameter values.
getPayloadData() - Method in interface javax.wireless.messaging.BinaryMessage
Returns the message payload data as an array of bytes.
getPayloadText() - Method in interface javax.wireless.messaging.TextMessage
Returns the message payload data as a String.
getPhonebookSize(com.nokia.m2m.orb.idl.terminal.ETPackage.PhonebookType, IntHolder, IntHolder, IntHolder, IntHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Retrieves phonebook capacity and usage information.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection. e.g., http or https
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method. e.g.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRootPOA() - Method in class com.nokia.m2m.orb.ORB
Returns the root POA
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSize() - Method in class javax.microedition.rms.RecordStore
Returns the amount of space, in bytes, that the record store occupies.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getStatus() - Method in interface com.nokia.m2m.orb.idl.imletmanager.IMletOperations
 
getSuite(String) - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
getSuiteName() - Method in interface com.nokia.m2m.orb.idl.imletmanager.IMletOperations
 
getSuiteNameList() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getTimestamp() - Method in interface javax.wireless.messaging.Message
Returns the timestamp indicating when this message has been sent.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTpManager() - Method in class com.nokia.m2m.orb.ORB
 
getTpManagerImpl() - Method in class com.nokia.m2m.orb.ORB
Used by the request processor.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (record added, modified, deleted), it's version is incremented.
GpsModuleOperations - interface com.nokia.m2m.orb.idl.gps.GpsModuleOperations.
 

H

hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
Hashtable - class java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
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.
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method.
holdCall(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for putting the call of choice to hold.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - interface javax.microedition.io.HttpConnection.
This interface defines the necessary methods and constants for an HTTP connection.

I

identityHashCode(Object) - Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IllegalAccessException - exception java.lang.IllegalAccessException.
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - exception java.lang.IllegalArgumentException.
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalMonitorStateException - exception java.lang.IllegalMonitorStateException.
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - exception java.lang.IllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException - exception java.lang.IllegalThreadStateException.
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
IMEI() - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
The attribute returns terminal’s International Mobile Equipment Identity (IMEI).
IMletOperations - interface com.nokia.m2m.orb.idl.imletmanager.IMletOperations.
 
in - Variable in class java.io.DataInputStream
The input stream.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
initiateCall(String, IntHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for initiating mobile originated voice calls.
InputConnection - interface javax.microedition.io.InputConnection.
This interface defines the capabilities that an input stream connection must have.
InputStream - class java.io.InputStream.
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - class java.io.InputStreamReader.
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
InstantiationException - exception java.lang.InstantiationException.
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
Integer - class java.lang.Integer.
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
InterruptedException - exception java.lang.InterruptedException.
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
InterruptedException() - Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - exception java.io.InterruptedIOException.
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
InvalidRecordIDException - exception javax.microedition.rms.InvalidRecordIDException.
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException() - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
InvalidRecordIDException(String) - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
IOControl - class com.nokia.m2m.imp.iocontrol.IOControl.
The IOControl class is used to control I/O pin states from the IMlet.
IOControl() - Constructor for class com.nokia.m2m.imp.iocontrol.IOControl
 
IOControlObserverOperations - interface com.nokia.m2m.orb.idl.iomodule.IOControlObserverOperations.
The user must implement this interface to be able to receive I/O observer events from the terminal.
IOControlOperations - interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations.
Module ORB servant implementing the IOControlOperations interface.
IOException - exception java.io.IOException.
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for class java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.

J

JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
java.io - package java.io
 
java.lang - package java.lang
Provides classes that are fundamental to the design of the Java programming language.
java.util - package java.util
Contains the collections framework, legacy collection classes, date and time facilities and miscellaneous utility classes.
javax.microedition.io - package javax.microedition.io
 
javax.microedition.midlet - package javax.microedition.midlet
 
javax.microedition.rms - package javax.microedition.rms
The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it.
javax.wireless.messaging - package javax.wireless.messaging
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
joinCall(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for joining active and calls on hold together and thus making a conference call.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.

K

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.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.

L

lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class java.lang.String
Returns the length of this string.
list_initial_services() - Method in class com.nokia.m2m.orb.ORB
Lists the initial services used by the ORB.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the MIDlet suite.
LoaderOperations - interface com.nokia.m2m.orb.idl.amloader.LoaderOperations.
 
loadPacket(short, int, int, byte[]) - Method in interface com.nokia.m2m.orb.idl.amloader.LoaderOperations
 
loadSuitePacket(byte[], boolean) - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteLoaderOperations
 
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
Long - class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.

M

ManagerOperations - interface com.nokia.m2m.orb.idl.amloader.ManagerOperations.
 
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
Math - class java.lang.Math.
The class Math contains methods for performing basic numeric operations.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
Message - interface javax.wireless.messaging.Message.
This is the base interface for derived interfaces that represent various types of messages.
MessageConnection - interface javax.wireless.messaging.MessageConnection.
The MessageConnection interface defines the basic functionality for sending and receiving messages.
MessageListener - interface javax.wireless.messaging.MessageListener.
The MessageListener interface provides a mechanism for the application to be notified of incoming messages.
MIDlet - class javax.microedition.midlet.MIDlet.
A MIDLet is a IM Profile application.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletStateChangeException - exception javax.microedition.midlet.MIDletStateChangeException.
Signals that a requested MIDlet state change failed.
MIDletStateChangeException() - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with the specified detail message.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.

N

narrow(Object) - Static method in class com.nokia.m2m.orb.TransportManagerHelper
Returns a typed TransportManager object.
NegativeArraySizeException - exception java.lang.NegativeArraySizeException.
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object automatically allocating a buffer.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newMessage(String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new message object of a given type.
newMessage(String, String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new Message object of a given type and initializes it with the given destination address.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
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.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NoSuchElementException - exception java.util.NoSuchElementException.
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by an MIDlet to notify the application management software that it has entered into the Destroyed state.
notifyIncomingMessage(MessageConnection) - Method in interface javax.wireless.messaging.MessageListener
Called by the platform when an incoming message arrives to a MessageConnection where the application has registered this listener object.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Notifies the application management software that the MIDlet does not want to be active and has entered the Paused state.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NullPointerException - exception java.lang.NullPointerException.
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NumberFormatException - exception java.lang.NumberFormatException.
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numberOfInputPins() - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the total number of input pins.
numberOfLeds() - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Returns the number of allowed leds.
numberOfOutputPins() - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Returns the total number of output pins.
numberOfSegments(Message) - Method in interface javax.wireless.messaging.MessageConnection
Returns the number of segments in the underlying protocol that would be needed for sending the specified Message.
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.

O

Object - class java.lang.Object.
Class Object is the root of the class hierarchy.
object_to_string(Object) - Method in class com.nokia.m2m.orb.ORB
Returns
Object() - Constructor for class java.lang.Object
 
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the given MIDlet suite.
ORB - class com.nokia.m2m.orb.ORB.
The main ORB (Object Request Broker) class.
ORB() - Constructor for class com.nokia.m2m.orb.ORB
 
out - Variable in class java.io.DataOutputStream
The output stream.
out - Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError - error java.lang.OutOfMemoryError.
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputConnection - interface javax.microedition.io.OutputConnection.
This interface defines the capabilities that an output stream connection must have.
OutputStream - class java.io.OutputStream.
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - class java.io.OutputStreamWriter.
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

paramChanged(String, Any, Any) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.ParamObserverOperations
Method call is used for indicating that the observed parameter has changed.
ParamObserverOperations - interface com.nokia.m2m.orb.idl.wirelessdevice.ParamObserverOperations.
The user must implement this interface to be able to receive events from the terminal when a parameter value has changed.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
pauseApp() - Method in class javax.microedition.midlet.MIDlet
Nokia 12 GSM module does not support pauseApp method.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
pinStateChanged(short, int) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlObserverOperations
When an observer is set to a terminal and an I/O event is fired, this method is called by the terminal.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
poll_next_response() - Method in class com.nokia.m2m.orb.ORB
This method always returns false.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
powerDown() - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
 
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.
prepare() - Method in interface com.nokia.m2m.orb.idl.amloader.ManagerOperations
 
prepareSuiteLoad(String, int, boolean) - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
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.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintStream
Print a string.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.

R

Random - class java.util.Random.
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed: public Random(long seed) { setSeed(seed); } Used by method next to hold the state of the pseudorandom number generator.
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.InputStreamReader
Read a single character.
read() - Method in class java.io.Reader
Read a single character.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
Reader - class java.io.Reader.
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readPhonebookEntry(com.nokia.m2m.orb.idl.terminal.ETPackage.PhonebookType, int, StringHolder, StringHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Reads an entry from the phonebook.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShortMessage(com.nokia.m2m.orb.idl.terminal.ETPackage.MessageStorage, int, StringHolder, StringHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for reading short messages from the specified message storage.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
receive() - Method in interface javax.wireless.messaging.MessageConnection
Receives a message.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called when 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 javax.microedition.rms.RecordComparator.
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 javax.microedition.rms.RecordEnumeration.
A class representing a bidirectional record store Record enumerator.
RecordFilter - interface javax.microedition.rms.RecordFilter.
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener - interface javax.microedition.rms.RecordListener.
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore - class javax.microedition.rms.RecordStore.
A class representing a record store.
RecordStoreException - exception javax.microedition.rms.RecordStoreException.
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException() - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreException(String) - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreFullException - exception javax.microedition.rms.RecordStoreFullException.
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException() - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreFullException(String) - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreNotFoundException - exception javax.microedition.rms.RecordStoreNotFoundException.
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException() - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotFoundException(String) - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotOpenException - exception javax.microedition.rms.RecordStoreNotOpenException.
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException() - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
RecordStoreNotOpenException(String) - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllObservers() - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Removes all observers.
removeAllSuites() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
removeCallForwarding(com.nokia.m2m.orb.idl.terminal.ETPackage.CallForwardReason, com.nokia.m2m.orb.idl.terminal.ETPackage.ConnectionClass[]) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for removing call-forwarding services provided by the GSM network.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeEventObserver(String, com.nokia.m2m.orb.idl.wirelessdevice.EventObserver) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for cancelling event observer.
removeIOControlObserver(com.nokia.m2m.orb.idl.iomodule.IOControlObserver, short[]) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Method call is used for canceling I/O control observer.
removeParamObserver(String, com.nokia.m2m.orb.idl.wirelessdevice.ParamObserver) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for cancelling parameter observer.
removePhonebookEntry(com.nokia.m2m.orb.idl.terminal.ETPackage.PhonebookType, int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Removes an entry from the phonebook.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeRuntimeListener(int, com.nokia.m2m.orb.idl.imletmanager.RuntimeListener) - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
removeShortMessage(com.nokia.m2m.orb.idl.terminal.ETPackage.MessageStorage, int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for removing short messages from the specified message storage.
removeSuite(String) - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
reset() - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for resetting the device.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length parameters.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the enumeration index to the same state as right after the enumeration was created.
resetTimer() - Method in class com.nokia.m2m.imp.watchdog.WatchdogTimer
Allows the IMlet to reset the timer.
resolve_initial_references(String) - Method in class com.nokia.m2m.orb.ORB
 
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to indicate that it is interested in entering the Active state.
retrieveCall(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for retrieving a call on hold and activating it.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
run() - Method in class com.nokia.m2m.orb.ORB
Blocks the call until the ORB is shut down.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
Runnable - interface java.lang.Runnable.
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime - class java.lang.Runtime.
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
runtimeEvent(String, String, int, int, String) - Method in interface com.nokia.m2m.orb.idl.imletmanager.RuntimeListenerOperations
 
RuntimeException - exception java.lang.RuntimeException.
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.
RuntimeListenerOperations - interface com.nokia.m2m.orb.idl.imletmanager.RuntimeListenerOperations.
 

S

SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SecurityException - exception java.lang.SecurityException.
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
send(Message) - Method in interface javax.wireless.messaging.MessageConnection
Sends a message.
sendShortMessage(String, String, IntHolder) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for sending short messages with the terminal.
sendSSCode(String) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for sending supplementary service codes.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
set_delegate(Object) - Method in class com.nokia.m2m.orb.ORB
 
set_parameters(String[], Hashtable) - Method in class com.nokia.m2m.orb.ORB
Initializes the ORB.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(String) - Method in interface javax.wireless.messaging.Message
Sets the address associated with this message, that is, the address returned by the getAddress method.
setAnalogOutputPin(int, int) - Method in class com.nokia.m2m.imp.iocontrol.IOControl
Sets the value of an analog output pin.
setBaudRate(int) - Method in interface com.nokia.m2m.imp.comm.CommConnection
 
setCallForwarding(com.nokia.m2m.orb.idl.terminal.ETPackage.CallForwardReason, String, com.nokia.m2m.orb.idl.terminal.ETPackage.ConnectionClass[], short) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for setting on call forwarding services.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setConnection(byte) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for setting a connection created by createConnection to be used in the terminal.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length.
setDigitalOutputPin(int, boolean) - Method in class com.nokia.m2m.imp.iocontrol.IOControl
Changes the state of the output pins 1-9.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setEventObserver(String, com.nokia.m2m.orb.idl.wirelessdevice.EventObserver) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for registering event observer.
setFacilityLock(com.nokia.m2m.orb.idl.terminal.ETPackage.FacilityType, com.nokia.m2m.orb.idl.terminal.ETPackage.ConnectionClass[], boolean, String) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for manipulating facility locks.
setInputPinModeAlarming(short, com.nokia.m2m.orb.idl.iomodule.AnalogAlarmLimits) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Method call is used for setting the mode of a given input pin to analog and alarming.
setInputPinModeAnalog(short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Method call is used for setting the mode of a given input pin to analog.
setInputPinModeDigital(short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Method call is used for setting the mode of a given input pin to digital.
setInputPinModePeriodical(short, short) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Method call is used for setting the mode of a given input pin to analog and periodical.
setIOControlObserver(com.nokia.m2m.orb.idl.iomodule.IOControlObserver, short[]) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Method call is used for subscribing input events.
setLed(short, com.nokia.m2m.orb.idl.terminal.ETPackage.LedMode) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for setting the leds of the Nokia GSM Connectivity Terminal.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length.
setMessageListener(MessageListener) - Method in interface javax.wireless.messaging.MessageConnection
Registers a MessageListener object that the platform can notify when a message has been received on this MessageConnection.
setOutputPinValue(short, int) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Sets the value of a digital output pin.
setOutputPinValueList(short[], int[]) - Method in interface com.nokia.m2m.orb.idl.iomodule.IOControlOperations
Sets the values of multiple digital output pins.
setParam(String, Any) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for modifying parameter values of the terminal.
setParamList(String[], Any[]) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for modifying multiple parameter values.
setParamObserver(String, com.nokia.m2m.orb.idl.wirelessdevice.ParamObserver) - Method in interface com.nokia.m2m.orb.idl.wirelessdevice.DeviceOperations
Method call is used for registering parameter observer.
setPayloadData(byte[]) - Method in interface javax.wireless.messaging.BinaryMessage
Sets the payload data of this message.
setPayloadText(String) - Method in interface javax.wireless.messaging.TextMessage
Sets the payload data of this message.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to that passed in.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setRuntimeListener(int, int, com.nokia.m2m.orb.idl.imletmanager.RuntimeListener) - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations
 
setSecurityCode(com.nokia.m2m.orb.idl.terminal.ETPackage.SecurityCodeType, String) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for setting a security code queried by the Nokia GSM Connectivity Terminal.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeout(int) - Method in class com.nokia.m2m.imp.watchdog.WatchdogTimer
Sets the timer on.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
Short - class java.lang.Short.
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
splitCall(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for splitting one member from a conference call to a private call.
Stack - class java.util.Stack.
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start(boolean) - Method in interface com.nokia.m2m.orb.idl.imletmanager.IMletOperations
 
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet that it has entered the Active state.
startBlock(int, int) - Method in interface com.nokia.m2m.orb.idl.amloader.LoaderOperations
 
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
stop() - Method in interface com.nokia.m2m.orb.idl.imletmanager.IMletOperations
 
StreamConnection - interface javax.microedition.io.StreamConnection.
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - interface javax.microedition.io.StreamConnectionNotifier.
This interface defines the capabilities that a connection notifier must have.
String - class java.lang.String.
The String class represents character strings.
string_to_object(String) - Method in class com.nokia.m2m.orb.ORB
Handles IOR strings and object URLs.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - class java.lang.StringBuffer.
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
SuiteLoaderOperations - interface com.nokia.m2m.orb.idl.imletmanager.SuiteLoaderOperations.
 
SuiteManagerOperations - interface com.nokia.m2m.orb.idl.imletmanager.SuiteManagerOperations.
 
SuiteOperations - interface com.nokia.m2m.orb.idl.imletmanager.SuiteOperations.
 
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
swapCalls(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for swapping between an active call and a call on hold.
System - class java.lang.System.
The System class contains several useful class fields and methods.

T

terminateSuiteLoad() - Method in interface com.nokia.m2m.orb.idl.imletmanager.SuiteLoaderOperations
 
TEXT_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for text messages (value = "text").
TextMessage - interface javax.wireless.messaging.TextMessage.
An interface representing a text message.
Thread - class java.lang.Thread.
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object with a specific target object whose run method is called.
Throwable - class java.lang.Throwable.
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
Timer - class java.util.Timer.
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
TimerTask - class java.util.TimerTask.
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
TimeZone - class java.util.TimeZone.
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including a unique number that identifies the thread and the thread's priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString() - Method in class java.lang.String
This object (which is already a string!)
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.util.Vector
Returns a string representation of this vector.
toString() - Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no lowercase equivalent, the character itself is returned.
transferCall(int) - Method in interface com.nokia.m2m.orb.idl.terminal.ETOperations
Method call is used for transferring an active call to another party that is on hold.
TransportManager - interface com.nokia.m2m.orb.TransportManager.
 
TransportManagerHelper - class com.nokia.m2m.orb.TransportManagerHelper.
This is a helper class for transportManager.
TransportManagerHelper() - Constructor for class com.nokia.m2m.orb.TransportManagerHelper
 
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.

U

UnsupportedEncodingException - exception java.io.UnsupportedEncodingException.
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
useCodesetServiceContexts() - Method in class com.nokia.m2m.orb.ORB
Returns true if the ORB uses CODE_SETS serviceContext in the GIOP messages it sends.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
UTFDataFormatException - exception java.io.UTFDataFormatException.
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.

V

valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
Vector - class java.util.Vector.
The Vector class implements a growable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VirtualMachineError - error java.lang.VirtualMachineError.
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.

W

wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
WatchdogTimer - class com.nokia.m2m.imp.watchdog.WatchdogTimer.
WatchdogTimer is used for controlling the IMlet lifecycle.
WatchdogTimer() - Constructor for class com.nokia.m2m.imp.watchdog.WatchdogTimer
 
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(int) - Method in class java.io.Writer
Write a single character.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
Writer - class java.io.Writer.
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.

A B C D E F G H I J K L M N O P R S T U V W Y

Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.

Portions of this document are under the following copyright:
Copyright © 2003 Nokia. All rights reserved.