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

A

abs(double) - Static method in class ej.bon.XMath
Returns the absolute value of a double value.
abs(float) - Static method in class ej.bon.XMath
Returns the absolute value of a float value.
abs(int) - Static method in class ej.bon.XMath
Returns the absolute value of an int value.
abs(long) - Static method in class ej.bon.XMath
Returns the absolute value of a long value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
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.
AbstractCollection<E> - Class in java.util
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractList<E> - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractMap<K,V> - Class in java.util
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry<K,V> - Class in java.util
An Entry maintaining a key and a value.
AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
An Entry maintaining an immutable key and value.
AbstractMethodError - Error in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractSet<E> - Class in java.util
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
acceptAndOpen() - Method in interface ej.ecom.io.StreamConnectionNotifier
 
acos(double) - Static method in class ej.bon.XMath
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
activate() - Method in class ej.ecom.mobile.PDPSession
Activates PDP session.
ACTIVATED - Static variable in class ej.ecom.mobile.PDPSession
Activated state value
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
add(E) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in class java.util.AbstractList
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(E) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(E) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(int, E) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.ArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection<? extends E>) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.Vector
Inserts all of the elements in the specified Collection into this Vector at the specified position.
addConverter(Converter<?>) - Static method in class ej.kf.Kernel
Adds the Converter to the list of converters.
addElement(E) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFeatureStateListener(FeatureStateListener) - Static method in class ej.kf.Kernel
Adds the given FeatureStateListener to the list of listeners that are notified when the state of a Feature has changed.
addListener(ATCommandListener) - Method in class com.cinterion.io.ATCommand
Registers listeners to receive unsolicited AT-Events (URCs).
addListener(InPortListener) - Method in class com.cinterion.io.InPort
Registers listeners to receive value changes at an input port.
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addRegistrationListener(RegistrationListener<D>, Class<D>) - Static method in class ej.ecom.DeviceManager
Adds the given RegistrationListener to be notified when a device of the given type is registered or unregistered.
addResourceControlListener(ResourceControlListener) - Static method in class ej.kf.Kernel
Adds the given ResourceControlListener to the list of listeners that are notified when a Feature is stopped by the Resource Control Manager.
addSuppressed(Throwable) - Method in class java.lang.Throwable
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
AEADBadTagException - Exception in javax.crypto
This exception is thrown when a Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.
AEADBadTagException() - Constructor for exception javax.crypto.AEADBadTagException
Constructs a AEADBadTagException with no detail message.
AEADBadTagException(String) - Constructor for exception javax.crypto.AEADBadTagException
Constructs a AEADBadTagException with the specified detail message.
after(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time after the time represented by the specified Object.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
AlgorithmId - Class in sun.security.x509
Use this class to get OID of supported algorithms see AlgorithmId.get(String) The OID is handled in it's String format in this class.
AlgorithmId() - Constructor for class sun.security.x509.AlgorithmId
Deprecated.
use one of the other constructors.
AlgorithmId(String) - Constructor for class sun.security.x509.AlgorithmId
Constructs a parameterless algorithm ID.
AlgorithmParameterSpec - Interface in java.security.spec
A (transparent) specification of cryptographic parameters.
aliases() - Method in class java.security.KeyStore
Lists all the alias names of this keystore.
align(int) - Method in class ej.bon.ResourceBuffer
Force to align position on given number of bytes.
ALL_STYLES - Static variable in class java.util.Calendar
A style specifier indicating names in all styles, such as "January" and "Jan".
allIDs() - Static method in class ej.bon.Immutables
Returns an array with the IDs of all the objects in the pool.
AlreadyLoadedFeatureException - Exception in ej.kf
This exception is thrown if a Feature being loaded has already been loaded.
AlreadyLoadedFeatureException(Feature) - Constructor for exception ej.kf.AlreadyLoadedFeatureException
Creates an AlreadyLoadedFeatureException with the previously loaded Feature.
AM - Static variable in class java.util.Calendar
Value of the Calendar.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.
AnnotatedElement - Interface in java.lang.reflect
This interface is only defined for hierarchy compatibility.
Annotation - Interface in java.lang.annotation
The common interface extended by all annotation types.
annotationType() - Method in interface java.lang.annotation.Annotation
Returns the annotation type of this annotation.
append(char) - Method in class java.io.PrintStream
Appends the specified character to this output stream.
append(CharSequence) - Method in class java.io.PrintStream
Appends the specified character sequence to this output stream.
append(CharSequence, int, int) - Method in class java.io.PrintStream
Appends a subsequence of the specified character sequence to this output stream.
append(char) - Method in class java.io.Writer
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.Writer
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.Writer
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in interface java.lang.Appendable
Appends the specified character to this Appendable.
append(CharSequence) - Method in interface java.lang.Appendable
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in interface java.lang.Appendable
Appends a subsequence of the specified character sequence to this Appendable.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the sequence.
append(char) - Method in class java.lang.StringBuffer
 
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this sequence.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this sequence.
append(CharSequence) - Method in class java.lang.StringBuffer
Appends the specified CharSequence to this sequence.
append(CharSequence, int, int) - Method in class java.lang.StringBuffer
Appends a subsequence of the specified CharSequence to this sequence.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this sequence.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this sequence.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this sequence.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this sequence.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument.
append(String) - Method in class java.lang.StringBuffer
Appends the specified string to this character sequence.
append(StringBuffer) - Method in class java.lang.StringBuffer
Appends the specified StringBuffer to this sequence.
append(boolean) - Method in class java.lang.StringBuilder
Appends the string representation of the boolean argument to the sequence.
append(char) - Method in class java.lang.StringBuilder
 
append(char[]) - Method in class java.lang.StringBuilder
Appends the string representation of the char array argument to this sequence.
append(char[], int, int) - Method in class java.lang.StringBuilder
Appends the string representation of a subarray of the char array argument to this sequence.
append(CharSequence) - Method in class java.lang.StringBuilder
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in class java.lang.StringBuilder
Appends a subsequence of the specified CharSequence to this sequence.
append(double) - Method in class java.lang.StringBuilder
Appends the string representation of the double argument to this sequence.
append(float) - Method in class java.lang.StringBuilder
Appends the string representation of the float argument to this sequence.
append(int) - Method in class java.lang.StringBuilder
Appends the string representation of the int argument to this sequence.
append(long) - Method in class java.lang.StringBuilder
Appends the string representation of the long argument to this sequence.
append(Object) - Method in class java.lang.StringBuilder
Appends the string representation of the Object argument.
append(String) - Method in class java.lang.StringBuilder
Appends the specified string to this character sequence.
append(StringBuffer) - Method in class java.lang.StringBuilder
Appends the specified StringBuffer to this sequence.
Appendable - Interface in java.lang
An object to which char sequences and values can be appended.
appRandom - Variable in class java.security.SignatureSpi
Application-specified source of randomness.
appUpdateFlash(byte[], int, boolean) - Static method in class com.cinterion.update.SafeUpdate
Flash the DAM to the update partition, see gina_app_update_flash() in GINA Service API.
appUpdateStart(byte[]) - Static method in class com.cinterion.update.SafeUpdate
Trigger the upgrade process, see gina_app_update_start() in GINA Service API.
APRIL - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fourth month of the year in the Gregorian and Julian calendars.
areEquivalentSharedInterfaces(Class<?>, Class<?>) - Static method in class ej.kf.Kernel
Tells whether the given classes are equivalent shared interfaces.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception 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 in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList<E> - Class in java.util
Resizable-array implementation of the List interface.
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list with an initial capacity of ten.
ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
asin(double) - Static method in class ej.bon.XMath
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
asin(double) - Static method in class java.lang.Math
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
AssertionError - Error in java.lang
Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for error java.lang.AssertionError
Constructs an AssertionError with no detail message.
AssertionError(boolean) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(char) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(double) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(float) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(int) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(long) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(Object) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
Constructs a new AssertionError with the specified detail message and cause.
asSubclass(Class<U>) - Method in class java.lang.Class
Casts this Class object to represent a subclass of the class represented by the specified class object.
atan(double) - Static method in class ej.bon.XMath
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Returns the angle theta from the conversion of rectangular coordinates (xy) to polar coordinates (r, theta).
ATCommand - Class in com.cinterion.io
The ATCommand class supports the execution of AT commands on the same way, as it would be done through a serial interface.
ATCommand(boolean) - Constructor for class com.cinterion.io.ATCommand
Creates a new instance of the ATCommand class.
If there are no more instances possible or if it is not possible to provide possibly requested CSD support the constructor will fail with an exception.
Please note that it is not possible to restore the state of an previously closed instance in a new instance of this class.
ATCommand(boolean, long) - Constructor for class com.cinterion.io.ATCommand
Creates a new instance of the ATCommand class.
If there are no more instances possible or if it is not possible to provide possibly requested CSD support the constructor will fail with an exception.
Please note that it is not possible to restore the state of an previously closed instance in a new instance of this class.
ATCommand(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.cinterion.io.ATCommand
Deprecated.
This constructor has been used to control which listener threads are required to save resources. Because there is now one single event listener thread started in any case this function is only provided for backwards compatibility and should not be used any more.
ATCommandFailedException - Exception in com.cinterion.io
Signals that a requested device access via the ATCommand class failed.
ATCommandFailedException() - Constructor for exception com.cinterion.io.ATCommandFailedException
Constructs an exception with no specified detail message.
ATCommandFailedException(String) - Constructor for exception com.cinterion.io.ATCommandFailedException
Constructs an exception with the specified detail message.
ATCommandListener - Interface in com.cinterion.io
The ATCommandListener interface defines the capabilities for receiving unsolicited AT-Events (e.g.
ATCommandResponseListener - Interface in com.cinterion.io
The ATCommandResponseListenerListener interface defines the capabilities for receiving the response of sending an AT command to a module's AT interpreter.
ATConnection - Class in ej.ecom.mobile
This class represent an AT connection.
ATConnection() - Constructor for class ej.ecom.mobile.ATConnection
 
ATEvent(String) - Method in interface com.cinterion.io.ATCommandListener
Callback method for unsolicited AT-Events (URCs).
ATResponse(String) - Method in interface com.cinterion.io.ATCommandResponseListener
Callback method for passing the response to a call of the non blocking version of the ATCommand.send function.
ATStringConverter - Class in com.cinterion.io
The ATStringConverter class contains conversion functions for easy conversion between Java strings and GSM or UCS2 encoded strings to be used for parameters of several AT commands via the ATCommand class.
ATStringConverter() - Constructor for class com.cinterion.io.ATStringConverter
 
AUGUST - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eighth month of the year in the Gregorian and Julian calendars.
AutoCloseable - Interface in java.lang
A resource that must be closed when it is no longer needed.
available() - Method in class ej.bon.ResourceBuffer
Returns the available number of bytes that can be read (or skipped over) from this buffer.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class java.io.FileInputStream
Returns an estimate of the number of remaining bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.FilterInputStream
Returns an estimate of 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.
available() - Method in class java.io.InputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.

B

BadPaddingException - Exception in javax.crypto
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.
BadPaddingException() - Constructor for exception javax.crypto.BadPaddingException
Constructs a BadPaddingException with no detail message.
BadPaddingException(String) - Constructor for exception javax.crypto.BadPaddingException
Constructs a BadPaddingException with the specified detail message.
BasicImmutablesNLS - Class in ej.nls
Deprecated.
prefer add-on library "BinaryNLS" (based on ".po" files) instead
BasicImmutablesNLS(String) - Constructor for class ej.nls.BasicImmutablesNLS
Deprecated.
Creates a BasicImmutablesNLS instance specifying the header.
The first locale is set as current.
BasicPermission - Class in java.security
The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
BasicPermission(String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission with the specified name.
BasicPermission(String, String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission object with the specified name.
before(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time before the time represented by the specified Object.
before(Date) - Method in class java.util.Date
Tests if this date is before the specified date.
BIG_ENDIAN - Static variable in class ej.bon.ByteArray
Access mode big endian.
bind(T, Class<T>, Feature) - Static method in class ej.kf.Kernel
Binds an Object owned by a Feature to another Feature.
bind(SocketAddress) - Method in class java.net.DatagramSocket
Binds this DatagramSocket to a specific address and port.
bind(SocketAddress) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress, int) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress) - Method in class java.net.Socket
Binds the socket to a local address.
BindException - Exception in java.net
Signals that an error occurred while attempting to bind a socket to a local address and port.
BindException(String) - Constructor for exception java.net.BindException
Constructs a new BindException with the specified detail message as to why the bind error occurred.
BindException() - Constructor for exception java.net.BindException
Construct a new BindException with no detailed message.
BitsInput - Interface in ej.ecom.io
This interface defines methods for reading data bits.
BitsOutput - Interface in ej.ecom.io
This interface defines methods for writing data bits.
Boolean - Class in java.lang
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.
Boolean(String) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
breakConnection() - Method in class com.cinterion.io.ATCommand
This function switches the module, when in CSD data call, back from transparent data mode to AT command mode.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
Byte - Class in java.lang
The Byte class wraps a value of primitive type byte in an object.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the specified byte value.
Byte(String) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the byte value indicated by the String parameter.
BYTE_SIZE - Static variable in class ej.bon.ByteArray
The size of a byte.
ByteArray - Class in ej.bon
This class provides some utilities to manage I/O on a byte array.
ByteArray() - Constructor for class ej.bon.ByteArray
 
ByteArrayInputStream - Class in java.io
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 in java.io
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 exception 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.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue() - Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue() - Method in class java.lang.Short
Returns the value of this Short as a byte.

C

Calendar - Class in java.util
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR , MONTH , DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and locale.
CAList - Class in com.cinterion.ssl
SSL certificate authority information for conversion and storage.
CAList(byte[]...) - Constructor for class com.cinterion.ssl.CAList
Instantiates an SSL certificate authority list.
cancel() - Method in class ej.bon.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class ej.bon.TimerTask
Cancels this timer task.
cancel() - Method in class java.util.Timer
Deprecated.
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Deprecated.
Cancels this timer task.
cancelCommand() - Method in class com.cinterion.io.ATCommand
Cancel a running AT command.
canExecute() - Method in class java.io.File
Tests whether the application can execute the file denoted by this abstract pathname.
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canWrite() - Method in class java.io.File
Tests whether the application can modify the file denoted by this abstract pathname.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity.
capacity() - Method in class java.lang.StringBuilder
Returns the current capacity.
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.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A Comparator that orders String objects as by compareToIgnoreCase.
cast(Object) - Method in class java.lang.Class
Casts an object to the class or interface represented by this Class object.
cbrt(double) - Static method in class java.lang.Math
Returns the cube root of a double value.
ceil(double) - Static method in class ej.bon.XMath
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
Certificate - Class in com.cinterion.ssl
SSL client certificate information for conversion and storage.
Certificate(byte[], byte[], String) - Constructor for class com.cinterion.ssl.Certificate
Instantiates an SSL client certificate.
Certificate - Class in java.security.cert
Abstract class for managing a variety of identity certificates.
Certificate(String) - Constructor for class java.security.cert.Certificate
Creates a certificate of the specified type.
CertificateEncodingException - Exception in java.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified detail message and cause.
CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateException - Exception in java.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified detail message and cause.
CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateFactory - Class in java.security.cert
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
CertificateFactory() - Constructor for class java.security.cert.CertificateFactory
 
CertificateFactorySpi - Class in java.security.cert
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
 
changePinCode(String) - Method in class ej.ecom.mobile.MobileManager
Changes an existing PIN code to a new PIN code.
CHAR_SIZE - Static variable in class ej.bon.ByteArray
The size of a char.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a newly allocated Character object that represents the specified char value.
charAt(int) - Method in interface java.lang.CharSequence
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.String
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
Returns the char value in this sequence at the specified index.
charAt(int) - Method in class java.lang.StringBuilder
Returns the char value in this sequence at the specified index.
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of char values.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess() - Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkError() - Method in class java.io.PrintStream
Flushes the stream and checks its error state.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
Cipher - Class in javax.crypto
This class provides the functionality of a cryptographic cipher for encryption and decryption.
Class<T> - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
ClassCastException - Exception in java.lang
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 exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - Error in java.lang
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
ClassFormatError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
clear(byte[], int, int) - Static method in class ej.bon.ByteArray
Fills a zone of a byte array with 0.
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear() - Method in class java.util.Calendar
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear(int) - Method in class java.util.Calendar
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.HashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in interface java.util.Map
Removes all of the mappings from this map (optional operation).
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.WeakHashMap
Removes all of the mappings from this map.
clearChanged() - Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearCloseOnGC(long, long) - Static method in class ej.sni.NativeResource
Cancels an automatic close configuration done previously with NativeResource.closeOnGC(long, long, Object).
clearError() - Method in class java.io.PrintStream
Clears the internal error state of this stream.
clearListener() - Method in class com.cinterion.io.InPort
Removes all listener objects which have been previously added to this input port.
clone(T, Module) - Static method in class ej.kf.Kernel
Creates and returns a copy of the given object, so that the newly created object is owned by the given Module.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.util.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.Calendar
Creates and returns a copy of this object.
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class javax.crypto.Mac
Returns a clone if the provider implementation is cloneable.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close() - Method in class com.cinterion.mqtt.MqttClient
Destroys an MQTT context.
close() - Method in class com.microej.CompressedFileInputStream
 
close() - Method in class ej.bon.ResourceBuffer
Closes this resource and releases any system resources associated with the resource.
close() - Method in interface ej.ecom.io.Connection
Close the connection.
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in interface java.io.Closeable
Closes this stream and releases any system resources associated with it.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the 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.InputStreamReader
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.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PrintStream
Closes the stream.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.Reader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.Writer
Closes the stream, flushing it first.
close() - Method in interface java.lang.AutoCloseable
Closes this resource, relinquishing any underlying resources.
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.ServerSocket
Closes this socket.
close() - Method in class java.net.Socket
Closes this socket.
Closeable - Interface in java.io
A Closeable is a source or destination of data that can be closed.
closeManager() - Method in class ej.gnss.GnssManager
Close the manager instance.
closeOnGC(long, long, Object) - Static method in class ej.sni.NativeResource
Registers the given native resource to be closed automatically when the given object is garbage collected.
Collection<E> - Interface in java.util
The root interface in the collection hierarchy.
com.cinterion.io - package com.cinterion.io
IO related utility classes for accessing the functionality of a wireless module.
com.cinterion.mqtt - package com.cinterion.mqtt
Contains classes related to MQTT(S) features.
com.cinterion.ssl - package com.cinterion.ssl
Contains classes related to Network Security storage features.
com.cinterion.update - package com.cinterion.update
Contains classes related to SafeUpdate features.
com.microej - package com.microej
 
CommConnection - Interface in ej.ecom.io
This interface defines a Connection to a logical serial port, which is a StreamConnection.
CommPort - Interface in ej.ecom.io
This interface defines a logical serial port, on which a CommConnection can be open.
Comparable<T> - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
Comparator<T> - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
compare(boolean, boolean) - Static method in class java.lang.Boolean
Compares two boolean values.
compare(byte, byte) - Static method in class java.lang.Byte
Compares two byte values numerically.
compare(char, char) - Static method in class java.lang.Character
Compares two char values numerically.
compare(double, double) - Static method in class java.lang.Double
Compares the two specified double values.
compare(float, float) - Static method in class java.lang.Float
Compares the two specified float values.
compare(int, int) - Static method in class java.lang.Integer
Compares two int values numerically.
compare(long, long) - Static method in class java.lang.Long
Compares two long values numerically.
compare(short, short) - Static method in class java.lang.Short
Compares two short values numerically.
compare(T, T) - Method in interface java.util.Comparator
Compares its two arguments for order.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Boolean) - Method in class java.lang.Boolean
Compares this Boolean instance with another.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Byte objects numerically.
compareTo(Character) - Method in class java.lang.Character
Compares two Character objects numerically.
compareTo(T) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Double) - Method in class java.lang.Double
Compares two Double objects numerically.
compareTo(E) - Method in class java.lang.Enum
Compares this enum with the specified object for order.
compareTo(Float) - Method in class java.lang.Float
Compares two Float objects numerically.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integer objects numerically.
compareTo(Long) - Method in class java.lang.Long
Compares two Long objects numerically.
compareTo(Short) - Method in class java.lang.Short
Compares two Short objects numerically.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareTo(Calendar) - Method in class java.util.Calendar
Compares the time values (millisecond offsets from the Epoch) represented by two Calendar objects.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case differences.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the calendar fields.
CompressedFileInputStream - Class in com.microej
This class implements a stream filter for data compressed using zlib.
CompressedFileInputStream(String) - Constructor for class com.microej.CompressedFileInputStream
Opens a compressed file from its path name.
CompressedFileInputStream(File) - Constructor for class com.microej.CompressedFileInputStream
Opens a compressed file.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value Calendar.time to calendar field values in fields[].
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value Calendar.time.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
ConcurrentModificationException - Exception in java.util
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified detail message and cause.
ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause.
CONNChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the state of a data connection.
connect(MqttConfig) - Method in class com.cinterion.mqtt.MqttClient
Connects to an MQTT broker.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - Method in class java.net.DatagramSocket
Connects this socket to a remote socket address (IP address + port number).
connect(SocketAddress) - Method in class java.net.Socket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects this socket to the server with a specified timeout value.
CONNECT_SUCCEEDED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
MQTT connect succeeded.
Connectable - Interface in ej.ecom
Common interface for a class that is able to open a Connection from it.
ConnectException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
ConnectException(String) - Constructor for exception java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
ConnectException() - Constructor for exception java.net.ConnectException
Construct a new ConnectException with no detailed message.
Connection - Interface in ej.ecom.io
This interface defines an open Connection.
ConnectionFactory - Interface in ej.ecom.io
This interface defines the API for Connection factories.
ConnectionNotFoundException - Exception in ej.ecom.io
This exception is thrown when a connection protocol is unknown.
ConnectionNotFoundException() - Constructor for exception ej.ecom.io.ConnectionNotFoundException
Create a new ConnectionNotFoundException
ConnectionNotFoundException(String) - Constructor for exception ej.ecom.io.ConnectionNotFoundException
Create a new ConnectionNotFoundException with a message
ConnectionPermission - Class in ej.ecom.io
This class represents access Permission to open a Connection.
ConnectionPermission(String) - Constructor for class ej.ecom.io.ConnectionPermission
 
Connector - Class in ej.ecom.io
This class defines methods for opening a Connection from an URL.
Constants - Class in ej.bon
This class provides access to compile-time constants.
contains(CharSequence) - Method in class java.lang.String
Returns true if and only if this string contains the specified sequence of char values.
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Returns true if this vector contains the specified element.
containsAlias(String) - Method in class java.security.KeyStore
Checks if the given alias exists in this keystore.
containsAll(Collection<?>) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
containsAll(Collection<?>) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this hashtable maps one or more keys to this value.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
ContentConnection - Interface in ej.ecom.io
 
contentEquals(CharSequence) - Method in class java.lang.String
Compares this string to the specified CharSequence.
contentEquals(StringBuffer) - Method in class java.lang.String
Compares this string to the specified StringBuffer.
convert(T, Feature) - Method in interface ej.kf.Converter
Converts an object owned by a Feature to another Feature.
convertAndStore(Certificate, String) - Static method in class com.cinterion.ssl.SslStorage
Converts certificates from .PEM to binary format and stores them in nonvolatile memory in encrypted form.
convertAndStore(CAList, String) - Static method in class com.cinterion.ssl.SslStorage
Converts CA lists from .PEM to binary format and stores them in nonvolatile memory in encrypted form.
Converter<T> - Interface in ej.kf
A Converter is able to give a representation of an object owned by a Feature to another Feature.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copySign(double, double) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copyValueOf(char[]) - Static method in class java.lang.String
Returns a String that represents the character sequence in the array specified.
copyValueOf(char[], int, int) - Static method in class java.lang.String
Returns a String that represents the character sequence in the array specified.
cos(double) - Static method in class ej.bon.XMath
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cosh(double) - Static method in class java.lang.Math
Returns the hyperbolic cosine of a double value.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createServerSocket() - Method in class javax.net.ServerSocketFactory
Returns an unbound server socket.
createServerSocket(int) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port.
createServerSocket(int, int) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port, and uses the specified connection backlog.
createServerSocket(int, int, InetAddress) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port, with a specified listen backlog and local IP.
createSocket() - Method in class javax.net.SocketFactory
Creates an unconnected socket.
createSocket(String, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified remote host at the specified remote port.
createSocket(String, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified remote host on the specified remote port.
createSocket(InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified port number at the specified address.
createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connect it to the specified remote address on the specified remote port.
createSocket(Socket, String, int, boolean) - Method in class javax.net.ssl.SSLSocketFactory
Returns a socket layered over an existing socket connected to the named host, at the given port.
createSocket(Socket, InputStream, boolean) - Method in class javax.net.ssl.SSLSocketFactory
Creates a server mode Socket layered over an existing connected socket, and is able to read data which has already been consumed/removed from the Socket's underlying InputStream.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
Creates an unresolved socket address from a hostname and a port number.
csdSupported() - Method in class com.cinterion.io.ATCommand
Get information if the connected AT-Interpreter is able to handle CSD connections.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class ej.bon.Util
Gets the application time in milliseconds.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.

D

Datagram - Interface in ej.ecom.io
 
DatagramConnection - Interface in ej.ecom.io
 
DatagramPacket - Class in java.net
This class represents a datagram packet.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramSocket - Class in java.net
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local socket address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DataInput - Interface in java.io
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 in java.io
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 that uses the specified underlying InputStream.
DataOutput - Interface in java.io
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 in java.io
A data output 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 - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
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.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DCDChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the serial interface signal DCD (Data Carrier Detect).
deactivate() - Method in class ej.ecom.mobile.PDPSession
Deactivates PDP session.
DEACTIVATED - Static variable in class ej.ecom.mobile.PDPSession
Deactivated state value
DeadFeatureException - Exception in ej.kf
This exception is thrown by the system when a Feature code has been stopped because it is being uninstalled.
DeadFeatureException() - Constructor for exception ej.kf.DeadFeatureException
 
DECEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the twelfth month of the year in the Gregorian and Julian calendars.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
DECRYPT_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to decryption mode.
deepImmortal(T) - Static method in class ej.bon.Immortals
Turns the given object and all objects referred from it into immortal objects.
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this sequence.
delete(int, int) - Method in class java.lang.StringBuilder
Removes the characters in a substring of this sequence.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the char at the specified position in this sequence.
deleteCharAt(int) - Method in class java.lang.StringBuilder
Removes the char at the specified position in this sequence.
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
Deprecated - Annotation Type in java.lang
A program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists.
desiredAssertionStatus() - Method in class java.lang.Class
Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked.
destroy() - Method in class javax.crypto.spec.SecretKeySpec
 
destroy() - Method in interface javax.security.auth.Destroyable
Destroy this Object.
Destroyable - Interface in javax.security.auth
Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents.
DestroyFailedException - Exception in javax.security.auth
Signals that a destroy operation failed.
DestroyFailedException() - Constructor for exception javax.security.auth.DestroyFailedException
Constructs a DestroyFailedException with no detail message.
DestroyFailedException(String) - Constructor for exception javax.security.auth.DestroyFailedException
Constructs a DestroyFailedException with the specified detail message.
Device - Interface in ej.ecom
Common superclass for a Device.
Device - Class in ej.util
This class provides utility methods related to the device.
DeviceManager - Class in ej.ecom
The DeviceManager holds the Device registry.
DeviceManagerPermission<D> - Class in ej.ecom
This class represents access to DeviceManager.
DeviceManagerPermission(String, Class<D>) - Constructor for class ej.ecom.DeviceManagerPermission
Create a DeviceManager permission with
deviceRegistered(RegistrationEvent<D>) - Method in interface ej.ecom.RegistrationListener
This method is called when a new device is registered and if it is allowed to be notified of events on the registered event class.
deviceUnregistered(RegistrationEvent<D>) - Method in interface ej.ecom.RegistrationListener
This method is called when a new device is unregistered and if it is allowed to be notified of events on the registered event class.
Dictionary<K,V> - Class in java.util
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
digest() - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[]) - Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
DigestException - Exception in java.security
This is the generic Message Digest exception.
DigestException() - Constructor for exception java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String) - Constructor for exception java.security.DigestException
Constructs a DigestException with the specified detail message.
DigestException(String, Throwable) - Constructor for exception java.security.DigestException
Creates a DigestException with the specified detail message and cause.
DigestException(Throwable) - Constructor for exception java.security.DigestException
Creates a DigestException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
disablePinLock(String) - Method in class ej.ecom.mobile.MobileManager
Disables the PIN code locking of the SIM card.
disconnect() - Method in class com.cinterion.mqtt.MqttClient
Disconnects from an MQTT broker.
disconnect() - Method in class java.net.DatagramSocket
Disconnects the socket.
Documented - Annotation Type in java.lang.annotation
Indicates that annotations with a type are to be documented by javadoc and similar tools by default.
doFinal() - Method in class javax.crypto.Cipher
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
doFinal(byte[], int) - Method in class javax.crypto.Cipher
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
doFinal(byte[]) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal() - Method in class javax.crypto.Mac
Finishes the MAC operation.
doFinal(byte[], int) - Method in class javax.crypto.Mac
Finishes the MAC operation.
doFinal(byte[]) - Method in class javax.crypto.Mac
Processes the given array of bytes and finishes the MAC operation.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout, preserving Not-a-Number (NaN) values.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double object.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double.
DSRChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the serial interface signal DSR (Data Set Ready).
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight saving offset in milliseconds.
dump(PrintStream) - Method in class ej.bon.Timer
Prints a status of this timer and its scheduled tasks to the specified print stream.
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread to the standard error stream.
dynamicCodeAllowed() - Static method in class ej.bon.Util
Deprecated.
Please consider Kernel & Features specification instead.

E

E - Static variable in class ej.bon.XMath
The double value that is closer than any other to e, the base of the natural logarithms.
E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
ECGenParameterSpec - Class in java.security.spec
This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.
ECGenParameterSpec(String) - Constructor for class java.security.spec.ECGenParameterSpec
Creates a parameter specification for EC parameter generation using a standard (or predefined) name stdName in order to generate the corresponding (precomputed) elliptic curve domain parameters.
ej.annotation - package ej.annotation
Defines annotations for static null analysis.
ej.bon - package ej.bon
Contains Beyond profile classes (ESR001).
ej.ecom - package ej.ecom
 
ej.ecom.io - package ej.ecom.io
Contains connection framework classes.
ej.ecom.mobile - package ej.ecom.mobile
This package contains classes to manage a PDP context and send AT commands.
ej.gnss - package ej.gnss
 
ej.kf - package ej.kf
Contains KF classes.
ej.nls - package ej.nls
Contains NLS classes.
ej.sni - package ej.sni
Contains SNI classes.
ej.trace - package ej.trace
 
ej.util - package ej.util
 
elementAt(int) - Method in class ej.bon.ResourceArray
Reads the element at given index.
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 this Vector object.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class ej.bon.ResourceArray
Reads all array elements.
elements() - Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
ElementType - Enum in java.lang.annotation
A program element type.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enablePinLock(String) - Method in class ej.ecom.mobile.MobileManager
Enables the PIN code locking of the SIM card.
EncodedKeySpec - Class in java.security.spec
This class represents a public or private key in encoded format.
EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
Creates a new EncodedKeySpec with the given encoded key.
ENCRYPT_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to encryption mode.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
engineAliases() - Method in class java.security.KeyStoreSpi
Lists all the alias names of this keystore.
engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
Checks if the given alias exists in this keystore.
engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
Deletes the entry identified by the given alias from this keystore.
engineDigest() - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate object and initializes it with the data read from the input stream inStream.
engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
Returns the certificate associated with the given alias.
engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
Returns the certificate chain associated with the given alias.
engineGetDigestLength() - Method in class java.security.MessageDigestSpi
Returns the digest length in bytes.
engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
Returns the key associated with the given alias, using the given password to recover it.
engineGetKeyManagers() - Method in class javax.net.ssl.KeyManagerFactorySpi
Returns one key manager for each type of key material.
engineGetSocketFactory() - Method in class javax.net.ssl.SSLContextSpi
Returns a SocketFactory object for this context.
engineGetTrustManagers() - Method in class javax.net.ssl.TrustManagerFactorySpi
Returns one trust manager for each type of trust material.
engineInit(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactorySpi
Initializes this factory with a source of key material.
engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContextSpi
Initializes this context.
engineInit(KeyStore) - Method in class javax.net.ssl.TrustManagerFactorySpi
Initializes this factory with a source of certificate authorities and related trust material.
engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key for signing operations.
engineInitSign(PrivateKey, SecureRandom) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key and source of randomness for signing operations.
engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified public key for verification operations.
engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry, or created by a call to setEntry with a TrustedCertificateEntry.
engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.
engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
Loads the keystore from the given input stream.
engineReset() - Method in class java.security.MessageDigestSpi
Resets the digest for further use.
engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
Assigns the given certificate to the given alias.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key (that has already been protected) to the given alias.
engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
This method is overridden by providers to initialize this signature engine with the specified parameter set.
engineSign() - Method in class java.security.SignatureSpi
Returns the signature bytes of all the data updated so far.
engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
engineSize() - Method in class java.security.KeyStoreSpi
Retrieves the number of entries in this keystore.
engineUpdate(byte) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(byte) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
engineVerify(byte[]) - Method in class java.security.SignatureSpi
Verifies the passed-in signature.
engineVerify(byte[], int, int) - Method in class java.security.SignatureSpi
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
enqueue() - Method in class java.lang.ref.Reference
Adds this reference object to the queue with which it is registered, if any.
EnqueuedWeakReference<T> - Class in ej.bon
EnqueuedWeakReference are objects that are queued in an ReferenceQueue by the system when the object they point at (see Reference.get()) is set to null by the system.
EnqueuedWeakReference(T, ReferenceQueue<? super T>) - Constructor for class ej.bon.EnqueuedWeakReference
Creates a new EnqueuedWeakReference.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.lang.StringBuilder
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
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.
enter() - Static method in class ej.kf.Kernel
Enters in Kernel mode: the current thread context is switched to be owned by the Kernel.
entrySet() - Method in class java.util.AbstractMap
 
entrySet() - Method in class java.util.HashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface java.util.Map
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.WeakHashMap
Returns a Set view of the mappings contained in this map.
Enum<E extends Enum<E>> - Class in java.lang
This is the common base class of all Java language enumeration types.
Enum(String, int) - Constructor for class java.lang.Enum
Sole constructor.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copies into the specified array every active thread.
Enumeration<E> - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
equals(Object) - Method in class ej.ecom.DeviceManagerPermission
 
equals(Object) - Method in class ej.ecom.io.ConnectionPermission
 
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in interface java.lang.annotation.Annotation
Returns true if the specified object represents an annotation that is logically equivalent to this one.
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.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.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Enum
Returns true if the specified object is equal to this enum constant.
equals(Object) - Method in class java.lang.Float
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.Long
Compares this object 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.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.StackTraceElement
Returns true if the specified object is another StackTraceElement instance representing the same execution point as this instance.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.net.Inet4Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.Inet6Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetSocketAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InterfaceAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.NetworkInterface
Compares this object against the specified object.
equals(Object) - Method in class java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object) - Method in class java.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object) - Method in class java.security.cert.Certificate
Compares this certificate for equality with the specified object.
equals(Object) - Method in class java.security.Permission
Checks two Permission objects for equality.
equals(Object) - Method in interface java.security.Principal
Compares this principal to the specified object.
equals(Object) - Method in class java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.Calendar
Compares this Calendar to the specified Object.
equals(Object) - Method in interface java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this comparator.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object) - Method in interface java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in interface java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.
equals(Object) - Method in class javax.crypto.spec.SecretKeySpec
Tests for equality between the specified object and this object.
equals(Object) - Method in class javax.security.auth.x500.X500Principal
Compares the specified Object with this X500Principal for equality.
equals(AlgorithmId) - Method in class sun.security.x509.AlgorithmId
Returns true iff the argument indicates the same algorithm with the same parameters.
equals(Object) - Method in class sun.security.x509.AlgorithmId
Compares this AlgorithmID to another.
equals(String) - Method in class sun.security.x509.AlgorithmId
Compares two algorithm IDs for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs a new error with null as its detail message.
Error(String) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message.
Error(String, Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message and cause.
Error(Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
EventListener - Interface in java.util
A tagging interface that all event listener interfaces must extend.
EventObject - Class in java.util
The root class from which all event state objects shall be derived.
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a prototypical Event.
Exception - Exception in java.lang
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 exception java.lang.Exception
Constructs a new exception with null as its detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message.
Exception(String, Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message and cause.
Exception(Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ExceptionInInitializerError - Error in java.lang
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved throwable object.
ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with the specified detail message string.
ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
exists() - Method in class java.io.File
Tests whether the file or directory denoted by this abstract pathname exists.
exit() - Static method in class ej.kf.Kernel
Exits from Kernel mode: the current thread context is restored to the owner of the caller of the method (which can remain the Kernel).
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exp(double) - Static method in class ej.bon.XMath
Returns Euler's number e raised to the power of a double value.
exp(double) - Static method in class java.lang.Math
Returns Euler's number e raised to the power of a double value.
expm1(double) - Static method in class java.lang.Math
Returns ex -1.

F

F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public-exponent value F0 = 3.
F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public exponent-value F4 = 65537.
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
Feature - Class in ej.kf
A Feature represents an optional part of an application that adds new features and services.
Feature.State - Enum in ej.kf
A Feature state.
FeatureEntryPoint - Interface in ej.kf
Each Feature shall define one entry point that implements this interface.
FeatureStateListener - Interface in ej.kf
The listener interface for receiving notifications when the state of a Feature has changed.
featureStopped(Feature, ResourceControlListener.StopCause) - Method in interface ej.kf.ResourceControlListener
Called when a Feature is stopped by the Resource Control Manager.
FEBRUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the second month of the year in the Gregorian and Julian calendars.
FIELD_C - Static variable in interface ej.kf.Principal
C: Country
FIELD_CN - Static variable in interface ej.kf.Principal
CN: Common name
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
FIELD_L - Static variable in interface ej.kf.Principal
L: Locality
FIELD_O - Static variable in interface ej.kf.Principal
O: Organization
FIELD_OU - Static variable in interface ej.kf.Principal
OU: Organizational Unit
FIELD_ST - Static variable in interface ej.kf.Principal
ST: State or Province
fields - Variable in class java.util.Calendar
The calendar field values for the currently set time for this calendar.
File - Class in java.io
An abstract representation of file and directory pathnames.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
FileFilter - Interface in java.io
A filter for abstract pathnames.
FileInputStream - Class in java.io
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FilenameFilter - Interface in java.io
Instances of classes that implement this interface are used to filter filenames.
FileNotFoundException - Exception in java.io
Signals that an attempt to open the file denoted by a specified pathname has failed.
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream - Class in java.io
A file output stream is an output stream for writing data to a File.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FilePermission - Class in java.io
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
FilterInputStream - Class in java.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - Class in java.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the argument converted to type float.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
floatToIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double object.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
floor(double) - Static method in class ej.bon.XMath
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in interface java.io.Flushable
Flushes this stream by writing any buffered output to the underlying 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.OutputStreamWriter
Flushes the stream.
flush() - Method in class java.io.PrintStream
Flushes the stream.
flush() - Method in class java.io.Writer
Flushes the stream.
Flushable - Interface in java.io
A Flushable is a destination of data that can be flushed.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
freeMemory() - Static method in class ej.bon.Immortals
Returns the amount of free immortal memory still available.
freeMemory() - Static method in class ej.bon.Immutables
Returns the amount of free immutable memory still available.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.
FRIDAY - Static variable in class java.util.Calendar
Value of the Calendar.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.
GeneralSecurityException - Exception in java.security
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified detail message and cause.
GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
GenericDeclaration - Interface in java.lang.reflect
This interface is only defined for hierarchy compatibility.
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
get(String) - Static method in class ej.bon.Immutables
Retrieves the object that match the the given ID in the immutable objects pool.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String) - Static method in class sun.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getActions() - Method in class ej.ecom.DeviceManagerPermission
 
getActions() - Method in class ej.ecom.io.ConnectionPermission
 
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class java.security.Permission
Returns the actions as a String.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActualMaximum(int) - Method in class java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - Method in class java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getAddress() - Method in interface ej.ecom.io.Datagram
 
getAddress() - Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - Method in class java.net.Inet4Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - Method in class java.net.InterfaceAddress
Returns an InetAddress for this address.
getAlgorithm() - Method in interface java.security.Key
Returns the standard algorithm name for this key.
getAlgorithm() - Method in class java.security.KeyFactory
Gets the name of the algorithm associated with this KeyFactory.
getAlgorithm() - Method in class java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - Method in class java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithm() - Method in class javax.crypto.Cipher
Returns the algorithm name of this Cipher object.
getAlgorithm() - Method in class javax.crypto.Mac
Returns the algorithm name of this Mac object.
getAlgorithm() - Method in class javax.crypto.spec.SecretKeySpec
Returns the name of the algorithm associated with this secret key.
getAlgorithm() - Method in class javax.net.ssl.KeyManagerFactory
Returns the algorithm name of this KeyManagerFactory object.
getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
Returns the algorithm name of this TrustManagerFactory object.
getAlgorithmId(String) - Static method in class sun.security.x509.AlgorithmId
Deprecated.
use the short get form of this method.
getAllAliveThreads() - Method in class ej.kf.Feature
Gets a snapshot of all alive threads owned by this Feature (some threads included in the returned array may have been terminated when this method returns, some new threads may have been created when this method returns).
getAllByName(String) - Static method in class java.net.InetAddress
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
getAllFeatureStateListeners() - Static method in class ej.kf.Kernel
Returns an array containing all the FeatureStateListener that are notified when the state of a Feature has changed.
getAllLoadedFeatures() - Static method in class ej.kf.Kernel
Returns the set of Features currently loaded.
getAllocationSize() - Method in class ej.sni.PoolOfLimitedReusableResources
Return size of allocated resources (in bytes).
getAllStackTraces() - Static method in class java.lang.Thread
Returns a map of stack traces for all live threads.
getAltitude() - Method in class ej.gnss.GnssManager
Return the latest obtained altitude in meters data.
getArchitecture() - Static method in class ej.util.Device
Returns the name of the architecture of the device.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableLocales() - Method in class ej.nls.BasicImmutablesNLS
Deprecated.
 
getAvailableLocales() - Method in class ej.nls.NLS
Gets the list of available locales.
getBaudrate() - Method in interface ej.ecom.io.CommConnection
Gets the current configured baudrate.
getBlockSize() - Method in class javax.crypto.Cipher
Returns the block size (in bytes).
getBoolean(String) - Static method in class ej.bon.Constants
Gets a boolean constant.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBroadcast() - Method in class java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBroadcast() - Method in class java.net.InterfaceAddress
Returns an InetAddress for the broadcast address for this InterfaceAddress.
getBuffer() - Method in class ej.bon.ResourceArray
Returns the ResourceBuffer used to create the ResourceArray.
getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in addr.
getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
getByAddress(String, byte[]) - Static method in class java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
getByAddress(byte[]) - Static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByIndex(int) - Static method in class java.net.NetworkInterface
Get a network interface given its index.
getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - Static method in class java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(String) - Static method in class ej.bon.Constants
Gets a byte constant.
getBytes() - Method in class java.lang.String
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalHostName() - Method in class java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCause() - Method in exception java.lang.ClassNotFoundException
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
getCause() - Method in error java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCertificate(String) - Method in class java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificateChain(String) - Method in class java.security.KeyStore
Returns the certificate chain associated with the given alias.
getChar(String) - Static method in class ej.bon.Constants
Gets a char constant.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this sequence into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
Characters are copied from this sequence into the destination character array dst.
getChildren() - Method in interface ej.ecom.Device
Returns the children of this device in the hardware topology.
getClass(String) - Static method in class ej.bon.Constants
Gets a Class constant.
getClass() - Method in class java.lang.Object
Returns the runtime class of this Object.
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getCONN() - Method in class com.cinterion.io.ATCommand
Get the state of a data connection of the devices AT channel.
getContextOwner() - Static method in class ej.kf.Kernel
Returns the owner of the current thread context.
getCriticality() - Method in class ej.kf.Feature
Returns the criticality of this feature.
getCurrentLocale() - Method in class ej.nls.BasicImmutablesNLS
Deprecated.
 
getCurrentLocale() - Method in class ej.nls.NLS
Gets the current loaded locale.
getData() - Method in interface ej.ecom.io.Datagram
 
getData() - Method in class java.net.DatagramPacket
Returns the data buffer.
getDataInputStream() - Method in class com.cinterion.io.ATCommand
This function returns the input stream for data connections.
getDataOutputStream() - Method in class com.cinterion.io.ATCommand
This function returns the output stream for data connections.
getDCD() - Method in class com.cinterion.io.ATCommand
Get the state of the DCD (Data Carrier Detect) signal of the devices AT channel.
getDefault() - Static method in class ej.nls.NLS
Deprecated.
Use instantiate instead
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault() - Static method in class javax.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.SocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.ssl.SSLContext
Returns the default SSL context.
getDefault() - Static method in class javax.net.ssl.SSLServerSocketFactory
Returns the default SSL server socket factory.
getDefault() - Static method in class javax.net.ssl.SSLSocketFactory
Returns the default SSL socket factory.
getDefaultAlgorithm() - Static method in class javax.net.ssl.KeyManagerFactory
Obtains the default KeyManagerFactory algorithm name.
getDefaultAlgorithm() - Static method in class javax.net.ssl.TrustManagerFactory
Obtains the default TrustManagerFactory algorithm name.
getDefaultType() - Static method in class java.security.KeyStore
Returns the default keystore type as specified by the keystore.type security property, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUncaughtExceptionHandler() - Static method in class ej.bon.Timer
Gets the default registered handler for uncaught exceptions.
getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
getDescription() - Method in class ej.sni.NativeResource
Returns a string describing this resource.
getDescriptor() - Method in interface ej.ecom.Device
Returns the device hardware descriptor.
getDevice() - Method in class ej.ecom.RegistrationEvent
Returns the registered or unregistered device.
getDeviceClass() - Method in class ej.ecom.DeviceManagerPermission
 
getDigAlgFromSigAlg(String) - Static method in class sun.security.x509.AlgorithmId
Extracts the digest algorithm name from a signature algorithm name.
getDigestLength() - Method in class java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDisplayName(String) - Method in class ej.nls.BasicImmutablesNLS
Deprecated.
 
getDisplayName(String) - Method in class ej.nls.NLS
Gets the human-readable name of the given locale.
getDisplayName() - Method in class java.net.NetworkInterface
Get the display name of this network interface.
getDouble(String) - Static method in class ej.bon.Constants
Gets a double constant.
getDSR() - Method in class com.cinterion.io.ATCommand
Get the state of the DSR (Data Set Ready) signal of the devices AT channel.
getDSTSavings() - Method in class java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getEncAlgFromSigAlg(String) - Static method in class sun.security.x509.AlgorithmId
Extracts the encryption algorithm name from a signature algorithm name.
getEncoded() - Method in class java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - Method in interface java.security.Key
Returns the key in its primary encoding format, or null if this key does not support encoding.
getEncoded() - Method in class java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
Returns the key material of this secret key.
getEncoding() - Method in interface ej.ecom.io.ContentConnection
 
getEncoding() - Method in class java.io.InputStreamReader
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the name of the character encoding being used by this stream.
getEquivalentSharedInterface(Class<?>, Feature) - Static method in class ej.kf.Kernel
Gets the equivalent shared interface in the given target Feature.
getErrorCode() - Method in exception ej.sni.NativeException
Returns the error code of this NativeException.
getErrorCode() - Method in exception ej.sni.NativeIOException
Returns the error code of this NativeIOException.
getException() - Method in exception java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in error java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getExecutionCounter() - Method in class ej.kf.Module
Gets the current execution counter, since the last reset.
getExecutionQuota() - Method in class ej.kf.Module
Gets the execution quota.
getExponent(double) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a double.
getExponent(float) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a float.
getFeature() - Method in exception ej.kf.AlreadyLoadedFeatureException
Returns the previously loaded Feature.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFloat(String) - Static method in class ej.bon.Constants
Gets a float constant.
getFormat() - Method in interface java.security.Key
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
getFormat() - Method in class java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class javax.crypto.spec.SecretKeySpec
Returns the name of the encoding format for this secret key.
getFreeSpace() - Method in class java.io.File
Returns the number of unallocated bytes in the partition named by this abstract path name.
getGreatestMinimum(int) - Method in class java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGroupID() - Method in class ej.trace.Tracer
Gets the group identifier.
getHardwareAddress() - Method in class java.net.NetworkInterface
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.
getHostAddress() - Method in class java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - Method in class java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string in textual presentation.
getHostName() - Method in class java.net.InetAddress
Gets the host name for this IP address.
getHostName() - Method in class java.net.InetSocketAddress
Gets the hostname.
getHostString() - Method in class java.net.InetSocketAddress
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).
getId() - Method in class ej.sni.NativeResource
Returns the integer value of the resource pointer given to SNI_registerResource().
getId() - Static method in class ej.util.Device
Returns the ID of the device.
getId() - Method in class java.lang.Thread
Returns the identifier of this Thread.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getImei() - Method in class ej.ecom.mobile.MobileManager
Gets the IMEI (International Mobile Equipment Identity).
getImplementedSharedInterface(Class<?>, Class<?>) - Static method in class ej.kf.Kernel
Gets the first shared interface implemented by the given class under the hierarchy of topInterface.
getIndex() - Method in class java.net.NetworkInterface
Returns the index of this network interface.
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddresses() - Method in class java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInstance() - Static method in class ej.ecom.mobile.ATConnection
 
getInstance() - Static method in class ej.gnss.GnssManager
Return the singleton instance of GnssManager.
getInstance() - Static method in class ej.kf.Kernel
Returns the singleton instance representing the Kernel.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object that implements the specified certificate type.
getInstance(String) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(String) - Static method in class javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String, String) - Static method in class javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String) - Static method in class javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String, String) - Static method in class javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String) - Static method in class javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String) - Static method in class javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String) - Static method in class javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInt(String) - Static method in class ej.bon.Constants
Gets an int constant.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaceAddresses() - Method in class java.net.NetworkInterface
Get a List of all or a subset of the InterfaceAddresses of this network interface.
getIssuerX500Principal() - Method in class java.security.cert.X509Certificate
Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal.
getIV() - Method in class javax.crypto.Cipher
Returns the initialization vector (IV) in a new buffer.
getIV() - Method in class javax.crypto.spec.IvParameterSpec
Returns the initialization vector (IV).
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKeyManagers() - Method in class javax.net.ssl.KeyManagerFactory
Returns one key manager for each type of key material.
getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the keysize.
getLatitude() - Method in class ej.gnss.GnssManager
Get the latest latitude data in degree.
getLeastMaximum(int) - Method in class java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLength() - Method in interface ej.ecom.io.BitsInput
Returns the data length in bits (1 to 32 bits).
getLength() - Method in interface ej.ecom.io.BitsOutput
Returns the data length in bits (1 to 32 bits).
getLength() - Method in interface ej.ecom.io.ContentConnection
 
getLength() - Method in interface ej.ecom.io.Datagram
 
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalHost() - Static method in class java.net.InetAddress
Returns the address of the local host.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.ServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - Method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.ServerSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is bound to.
getLong(String) - Static method in class ej.bon.Constants
Gets a long constant.
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLongitude() - Method in class ej.gnss.GnssManager
Return the latest obtained longitude data in degree.
getLoopbackAddress() - Static method in class java.net.InetAddress
Returns the loopback address.
getLoopbackMode() - Method in class java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
getMacLength() - Method in class javax.crypto.Mac
Returns the length of the MAC in bytes.
getManager() - Static method in class ej.ecom.mobile.MobileManager
Gets the unique MobileManager instance.
getMaxAllowedKeyLength(String) - Static method in class javax.crypto.Cipher
Returns the maximum key length for the specified transformation according to the installed JCE jurisdiction policy files.
getMaxAllowedParameterSpec(String) - Static method in class javax.crypto.Cipher
Returns an AlgorithmParameterSpec object which contains the maximum cipher parameter value according to the jurisdiction policy file.
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMaximumLength() - Method in interface ej.ecom.io.DatagramConnection
 
getMessage(int) - Method in class ej.nls.BasicImmutablesNLS
Deprecated.
 
getMessage(int, String) - Method in class ej.nls.BasicImmutablesNLS
Deprecated.
Gets the message matching the specified ID in the specified locale.
getMessage(int) - Method in class ej.nls.NLS
Gets the message matching the specified ID in the current language.
getMessage(int, String) - Method in class ej.nls.NLS
Gets the message matching the specified ID in the language of the specified locale.
getMessage() - Method in exception ej.sni.NativeException
Returns the detail message string of this NativeException.
getMessage() - Method in exception ej.sni.NativeIOException
Returns the detail message string of this NativeIOException.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimum(int) - Method in class java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMsisdn() - Method in class ej.ecom.mobile.MobileManager
Gets the current MSISDN (Mobile Station ISDN Number).
getMTU() - Method in class java.net.NetworkInterface
Returns the Maximum Transmission Unit (MTU) of this interface.
getName() - Method in interface ej.ecom.Device
Returns the name of the device.
getName() - Method in interface ej.ecom.HardwareDescriptor
Returns the name of this descriptor.
getName() - Method in class ej.kf.Module
Gets the name of this module.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.lang.Class
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.net.NetworkInterface
Get the name of this network interface.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in class java.security.spec.ECGenParameterSpec
Returns the standard or predefined name of the to-be-generated EC domain parameters.
getName() - Method in class javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name.
getNativeResource(long, long) - Static method in class ej.sni.NativeResource
Returns the native resource registered with the given resource and closeFunction pair.
getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
Returns true if client authentication will be required on newly accepted server-mode SSLSockets.
getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket will require client authentication.
getNetworkInterface() - Method in class java.net.MulticastSocket
Get the multicast network interface set.
getNetworkInterfaces() - Static method in class java.net.NetworkInterface
Returns all the interfaces on this machine.
getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
Returns the network prefix length for this address.
getNominalLength() - Method in interface ej.ecom.io.DatagramConnection
 
getOffset() - Method in interface ej.ecom.io.Datagram
 
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOID() - Method in class sun.security.x509.AlgorithmId
Returns the ISO OID for this algorithm.
getOOBInline() - Method in class java.net.Socket
Tests if SO_OOBINLINE is enabled.
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOutputSize(int) - Method in class javax.crypto.Cipher
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next update or doFinal operation, given the input length inputLen (in bytes).
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOwner(Object) - Static method in class ej.kf.Kernel
Returns the owner of the given Object.
getOwner() - Method in class ej.sni.NativeResource
Returns an object representing the owner of the resource.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getParent() - Method in interface ej.ecom.Device
Returns the parent of this device in the hardware topology.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPartitionSize() - Static method in class com.cinterion.update.SafeUpdate
Get the current GINA update Partition size, see gina_update_get_partition_size() in GINA Service API.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPins() - Method in class com.cinterion.io.InPort
Gets the given pin configuration of an instance of a GPIO port of output pins.
getPins() - Method in class com.cinterion.io.OutPort
Gets the given pin configuration of an instance of a GPIO port of output pins.
getPlatformEndianness() - Static method in class ej.bon.ByteArray
Gets whether the platform is in big endian or little endian.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.DatagramSocket
Returns the port number to which this socket is connected.
getPort() - Method in class java.net.InetSocketAddress
Gets the port number.
getPort() - Method in class java.net.Socket
Returns the remote port number to which this socket is connected.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPrivate() - Method in class java.security.KeyPair
Returns a reference to the private key component of this key pair.
getProperty(String) - Method in interface ej.ecom.HardwareDescriptor
Returns the value of the given property.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getPropertyNames() - Method in interface ej.ecom.HardwareDescriptor
Returns a snapshot of available properties names for this descriptor.
getPropertyValues() - Method in interface ej.ecom.HardwareDescriptor
Returns a snapshot of available properties values for this descriptor.
getProtocol() - Method in class javax.net.ssl.SSLContext
Returns the protocol name of this SSLContext object.
getProvider() - Method in class ej.kf.Module
Gets the identification of this module provider.
getPublic() - Method in class java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the public-exponent value.
getPublicKey() - Method in class java.security.cert.Certificate
Gets the public key from this certificate.
getRawOffset() - Method in class java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getReceiveBufferSize() - Method in class java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getReference() - Method in class ej.kf.Proxy
Returns the reference managed by this Proxy.
getRegisteredNativeResourcesCount() - Static method in class ej.sni.NativeResource
Returns the number of registered native resources.
getRemoteSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getReuseAddress() - Method in class java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRING() - Method in class com.cinterion.io.ATCommand
Get the state of the RING signal of the devices AT channel.
getRssi() - Method in class ej.ecom.mobile.MobileManager
Gets the RSSI (Received Signal Strength Indication) of the modem.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScopedInterface() - Method in class java.net.Inet6Address
Returns the scoped interface, if this instance was created with with a scoped interface.
getScopeId() - Method in class java.net.Inet6Address
Returns the numeric scopeId, if this instance is associated with an interface.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getServerSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a ServerSocketFactory object for this context.
getSharedInterface(Class<?>, Class<?>, Feature) - Static method in class ej.kf.Kernel
From a shared interface, gets the closest shared interface in the given target Feature.
getShort(String) - Static method in class ej.bon.Constants
Gets a short constant.
getSimpleName() - Method in class java.lang.Class
Returns the simple name of the underlying class as given in the source code.
getSocketAddress() - Method in class java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a SocketFactory object for this context.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSpn() - Method in class ej.ecom.mobile.MobileManager
Gets the SPN (Service Provider Name) of the mobile network.
getStackTrace() - Method in class java.lang.Thread
Returns an array of stack trace elements representing the stack dump of this thread.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getState() - Method in class ej.ecom.mobile.PDPSession
 
getState() - Method in class ej.kf.Feature
Returns the current Feature state.
getState() - Method in class java.lang.Thread
Returns the state of this thread.
getString(String) - Static method in class ej.bon.Constants
Gets a String constant.
getSubjectX500Principal() - Method in class java.security.cert.X509Certificate
Returns the subject (subject distinguished name) value from the certificate as an X500Principal.
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuppressed() - Method in class java.lang.Throwable
Returns an array containing all of the exceptions that were suppressed, typically by the try-with-resources statement, in order to deliver this exception.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getTime() - Method in class ej.gnss.GnssManager
Get the epoch time UTC.
getTime() - Method in class java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
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
Returns this Calendar's time value in milliseconds.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
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.
getTotalSpace() - Method in class java.io.File
Returns the size of the partition named by this abstract pathname.
getTrafficClass() - Method in class java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
getTrustManagers() - Method in class javax.net.ssl.TrustManagerFactory
Returns one trust manager for each type of trust material.
getType() - Method in interface ej.ecom.io.ContentConnection
 
getType() - Method in interface ej.kf.Converter
Gets the Kernel type managed by this Converter.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in class java.security.KeyStore
Returns the type of this keystore.
getUID() - Method in class ej.kf.Module
Gets a byte sequence that uniquely identifies the current module.
getUncaughtExceptionHandler() - Method in class ej.bon.Timer
Gets the specific handler for uncaught exceptions on this Timer instance.
getUncaughtExceptionHandler() - Method in class java.lang.Thread
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
getUsableSpace() - Method in class java.io.File
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUseClientMode() - Method in class javax.net.ssl.SSLServerSocket
Returns true if accepted connections will be in SSL client mode.
getUseClientMode() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket is set to use client mode when handshaking.
getValue() - Method in class com.cinterion.io.InPort
Gets the current value of an instance of a GPIO port of input pins.
getValue() - Method in class com.cinterion.io.OutPort
Gets the current value of an instance of a GPIO port of output pins.
getValue(int) - Method in interface ej.kf.Principal
Gets the value of one of the fields.
getValue() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getVelocity() - Method in class ej.gnss.GnssManager
Return the latest obtained velocity in m/s data.
getVersion() - Method in class ej.kf.Module
Gets a String that represents this module version.
GINA_ERROR_UPDATE_FLASH_FAIL - Static variable in class com.cinterion.update.SafeUpdate
FAIL to FOTA.
GINA_ERROR_UPDATE_FLASH_FULL - Static variable in class com.cinterion.update.SafeUpdate
FOTA partition is full.
GINA_ERROR_UPDATE_FLASH_NOERROR - Static variable in class com.cinterion.update.SafeUpdate
Operation passed.
GINA_ERROR_UPDATE_FLASH_SCRUB_ERROR - Static variable in class com.cinterion.update.SafeUpdate
SCRUB ERROR.
GINA_ERROR_UPDATE_FLASH_SCRUB_PENDING - Static variable in class com.cinterion.update.SafeUpdate
SCRUB is running, need to wait until scrub is finished.
GINA_ERROR_UPDATE_FLASH_WRONG_PARA - Static variable in class com.cinterion.update.SafeUpdate
Wrong parameter passed.
GINA_ERROR_UPDATE_RESULT_CRC_ERROR - Static variable in class com.cinterion.update.SafeUpdate
CRC check failed.
GINA_ERROR_UPDATE_RESULT_FATAL - Static variable in class com.cinterion.update.SafeUpdate
Fatal internal errot.
GINA_ERROR_UPDATE_RESULT_FW_MISMATCH - Static variable in class com.cinterion.update.SafeUpdate
Firmware mismatch.
GINA_ERROR_UPDATE_RESULT_NO_DAM - Static variable in class com.cinterion.update.SafeUpdate
No DAM.
GINA_ERROR_UPDATE_RESULT_NO_FOTA - Static variable in class com.cinterion.update.SafeUpdate
No firmware.
GINA_ERROR_UPDATE_RESULT_OFFSET - Static variable in class com.cinterion.update.SafeUpdate
Update result offset.
GINA_ERROR_UPDATE_RESULT_SAME_FW - Static variable in class com.cinterion.update.SafeUpdate
Failed updating the same version FW.
GINA_NOERROR - Static variable in class com.cinterion.update.SafeUpdate
Success status.
GINA_STATUS_FOTA - Static variable in class com.cinterion.update.SafeUpdate
FOTA
GnssManager - Class in ej.gnss
Implementation of the GnssManager function that calls the native function interface
GnssManager.GnssManagerState - Enum in ej.gnss
Enum state machine for GnssManager
GSM2Java(String) - Static method in class com.cinterion.io.ATStringConverter
Convert GSM encoded string into a Java string, "\xy" character escaping is supported.
GSM2Java(String, boolean) - Static method in class com.cinterion.io.ATStringConverter
Convert GSM encoded string into a Java string, "\xy" character escaping is switchable.
Guard - Interface in java.security
This interface is only defined for hierarchy compatibility.

H

HardwareDescriptor<D extends Device> - Interface in ej.ecom
Descriptive information of the hardware of a Device.
hasChanged() - Method in class java.util.Observable
Tests if this object has changed.
hashCode() - Method in class ej.ecom.DeviceManagerPermission
 
hashCode() - Method in class ej.ecom.io.ConnectionPermission
 
hashCode() - Method in class java.io.File
Computes a hash code for this abstract pathname.
hashCode() - Method in class java.io.FilePermission
Returns the hash code value for this object.
hashCode() - Method in interface java.lang.annotation.Annotation
Returns the hash code of this annotation, as defined below:
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hash code for this Byte; equal to the result of invoking intValue() .
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character; equal to the result of invoking charValue().
hashCode() - Method in class java.lang.Double
Returns a hash code for this Double object.
hashCode() - Method in class java.lang.Enum
Returns a hash code for this enum constant.
hashCode() - Method in class java.lang.Float
Returns a hash code for this Float object.
hashCode() - Method in class java.lang.Integer
Returns a hash code for this Integer.
hashCode() - Method in class java.lang.Long
Returns a hash code for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Package
Return the hash code computed from the package name.
hashCode() - Method in class java.lang.Short
Returns a hash code for this Short; equal to the result of invoking intValue().
hashCode() - Method in class java.lang.StackTraceElement
Returns a hash code value for this stack trace element.
hashCode() - Method in class java.lang.String
Returns a hash code for this string.
hashCode() - Method in class java.net.Inet4Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.Inet6Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetSocketAddress
Returns a hashcode for this socket address.
hashCode() - Method in class java.net.InterfaceAddress
Returns a hashcode for this Interface address.
hashCode() - Method in class java.net.NetworkInterface
 
hashCode() - Method in class java.net.SocketPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.BasicPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.cert.Certificate
Returns a hashcode value for this certificate from its encoded form.
hashCode() - Method in class java.security.Permission
Returns the hash code value for this Permission object.
hashCode() - Method in interface java.security.Principal
Returns a hashcode for this principal.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.AbstractMap.SimpleEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractSet
Returns the hash code value for this set.
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in interface java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode() - Method in interface java.util.List
Returns the hash code value for this list.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface java.util.Map
Returns the hash code value for this map.
hashCode() - Method in class java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in interface java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class javax.crypto.spec.SecretKeySpec
Calculates a hash code value for the object.
hashCode() - Method in class javax.security.auth.x500.X500Principal
Return a hash code for this X500Principal.
hashCode() - Method in class sun.security.x509.AlgorithmId
Returns a hashcode for this AlgorithmId.
HashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface.
HashMap() - Constructor for class java.util.HashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
HashMap(int) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
Constructs a new HashMap with the same mappings as the specified Map.
Hashtable<K,V> - Class in java.util
This class implements a hash table, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default initial capacity (11) and load factor (0.75).
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor (0.75).
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasSameRules(TimeZone) - Method in class java.util.TimeZone
Returns true if this zone has the same rule and offset as another zone.
holdsLock(Object) - Static method in class java.lang.Thread
Returns true if and only if the current thread holds the monitor lock on the specified object.
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.
hypot(double, double) - Static method in class java.lang.Math
Returns sqrt(x2 +y2) without intermediate overflow or underflow.

I

identityHashCode(Object) - Static method in class java.lang.System
Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IllegalAccessError - Error in java.lang
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException - Exception in java.lang
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
Constructs a new exception with the specified detail message and cause.
IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IllegalBlockSizeException - Exception in javax.crypto
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.
IllegalBlockSizeException() - Constructor for exception javax.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with no detail message.
IllegalBlockSizeException(String) - Constructor for exception javax.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with the specified detail message.
IllegalMonitorStateException - Exception in java.lang
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 exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in ej.bon
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception ej.bon.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception ej.bon.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
Constructs a new exception with the specified detail message and cause.
IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Immortals - Class in ej.bon
This class gives access to the global immortal objects pool.
Immortals() - Constructor for class ej.bon.Immortals
 
Immutables - Class in ej.bon
This class gives access to the global immutable objects pool.
Immutables() - Constructor for class ej.bon.Immutables
 
ImmutablesError - Error in ej.bon
Indicates an error accessing immutables data.
ImmutablesError() - Constructor for error ej.bon.ImmutablesError
Constructs an ImmutablesError with no detail message.
ImmutablesError(String) - Constructor for error ej.bon.ImmutablesError
Constructs an ImmutablesError with the specified detail message.
implies(Permission) - Method in class ej.ecom.DeviceManagerPermission
 
implies(Permission) - Method in class ej.ecom.io.ConnectionPermission
 
implies(Permission) - Method in class java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implies(Permission) - Method in class java.net.SocketPermission
Checks if this socket permission object "implies" the specified permission.
implies(Permission) - Method in class java.security.BasicPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class java.security.Permission
Checks if the specified permission's actions are "implied by" this object's actions.
implies(Permission) - Method in class java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
in - Variable in class java.io.FilterInputStream
The input stream to be filtered.
IncompatibleClassChangeError - Error in java.lang
Thrown when an incompatible class change has occurred to some class definition.
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
IncompatibleFeatureException - Exception in ej.kf
This exception is thrown if a Feature being loaded is not compatible with the current Kernel.
IncompatibleFeatureException() - Constructor for exception ej.kf.IncompatibleFeatureException
 
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(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.
indexOf(String) - Method in class java.lang.StringBuffer
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.StringBuffer
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String) - Method in class java.lang.StringBuilder
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.StringBuilder
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.AbstractList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.ArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in interface java.util.List
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
indexOf(Object, int) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, searching forwards from index, or returns -1 if the element is not found.
IndexOutOfBoundsException - Exception in java.lang
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 exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
Inet4Address - Class in java.net
This class represents an Internet Protocol version 4 (IPv4) address.
Inet6Address - Class in java.net
This class represents an Internet Protocol version 6 (IPv6) address.
InetAddress - Class in java.net
This class represents an Internet Protocol (IP) address.
InetSocketAddress - Class in java.net
This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.
InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
Creates a socket address where the IP address is the wildcard address and the port number a specified value.
InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from an IP address and a port number.
InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from a hostname and a port number.
Inherited - Annotation Type in java.lang.annotation
Indicates that an annotation type is automatically inherited.
init(int, Key) - Method in class javax.crypto.Cipher
Initializes this cipher with a key.
init(int, Key, SecureRandom) - Method in class javax.crypto.Cipher
Initializes this cipher with a key and a source of randomness.
init(int, Key, AlgorithmParameterSpec) - Method in class javax.crypto.Cipher
Initializes this cipher with a key and a set of algorithm parameters.
init(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.Cipher
Initializes this cipher with a key, a set of algorithm parameters, and a source of randomness.
init(int, Certificate) - Method in class javax.crypto.Cipher
Initializes this cipher with the public key from the given certificate.
init(int, Certificate, SecureRandom) - Method in class javax.crypto.Cipher
Initializes this cipher with the public key from the given certificate and a source of randomness.
init(Key) - Method in class javax.crypto.Mac
Initializes this Mac object with the given key.
init(Key, AlgorithmParameterSpec) - Method in class javax.crypto.Mac
Initializes this Mac object with the given key and algorithm parameters.
init(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactory
Initializes this factory with a source of key material.
init(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContext
Initializes this context.
init(KeyStore) - Method in class javax.net.ssl.TrustManagerFactory
Initializes this factory with a source of certificate authorities and related trust material.
initCause(Throwable) - Method in class java.lang.Throwable
Initializes the cause of this throwable to the specified value.
initialize(int) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize using a default parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize with the given source of randomness (and a default parameter set).
initialize(AlgorithmParameterSpec) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator using the specified parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator with the given parameter set and source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator for a certain keysize, using the default parameter set.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator using the specified parameter set and user-provided source of randomness.
initSign(PrivateKey) - Method in class java.security.Signature
Initialize this object for signing.
initSign(PrivateKey, SecureRandom) - Method in class java.security.Signature
Initialize this object for signing.
initVerify(PublicKey) - Method in class java.security.Signature
Initializes this object for verification.
initVerify(Certificate) - Method in class java.security.Signature
Initializes this object for verification, using the public key from the given certificate.
InPort - Class in com.cinterion.io
The InPort class supports the access and configuration of a port of output pins of the general purpose IO driver (GPIO).
InPort(Vector<String>) - Constructor for class com.cinterion.io.InPort
Creates a new instance of a GPIO port of input pins.
InPortListener - Interface in com.cinterion.io
The InPortListener interface defines the capabilities for receiving value changes at the input ports of the general purpose IO driver (GPIO).
InputConnection - Interface in ej.ecom.io
This interface is implemented by a Connection that is able to open an InputStream.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the default charset.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the named charset.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this sequence.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this sequence.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this sequence.
insert(int, char[], int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of a subarray of the str array argument into this sequence.
insert(int, CharSequence) - Method in class java.lang.StringBuffer
Inserts the specified CharSequence into this sequence.
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
Inserts a subsequence of the specified CharSequence into this sequence.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this sequence.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this sequence.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this sequence.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this sequence.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this character sequence.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this character sequence.
insert(int, boolean) - Method in class java.lang.StringBuilder
Inserts the string representation of the boolean argument into this sequence.
insert(int, char) - Method in class java.lang.StringBuilder
Inserts the string representation of the char argument into this sequence.
insert(int, char[]) - Method in class java.lang.StringBuilder
Inserts the string representation of the char array argument into this sequence.
insert(int, char[], int, int) - Method in class java.lang.StringBuilder
Inserts the string representation of a subarray of the str array argument into this sequence.
insert(int, CharSequence) - Method in class java.lang.StringBuilder
Inserts the specified CharSequence into this sequence.
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
Inserts a subsequence of the specified CharSequence into this sequence.
insert(int, double) - Method in class java.lang.StringBuilder
Inserts the string representation of the double argument into this sequence.
insert(int, float) - Method in class java.lang.StringBuilder
Inserts the string representation of the float argument into this sequence.
insert(int, int) - Method in class java.lang.StringBuilder
Inserts the string representation of the second int argument into this sequence.
insert(int, long) - Method in class java.lang.StringBuilder
Inserts the string representation of the long argument into this sequence.
insert(int, Object) - Method in class java.lang.StringBuilder
Inserts the string representation of the Object argument into this character sequence.
insert(int, String) - Method in class java.lang.StringBuilder
Inserts the string into this character sequence.
insertElementAt(E, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
install(InputStream) - Static method in class ej.kf.Kernel
Installs a Feature from an InputStream.
instantiate(String) - Static method in class ej.nls.NLS
Creates an NLS instance for the given header
InstantiationError - Error in java.lang
Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
InstantiationError() - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String) - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException - Exception in java.lang
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.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
INT_SIZE - Static variable in class ej.bon.ByteArray
The size of an int.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the float value corresponding to a given bit representation.
Integer - Class in java.lang
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 specified int value.
Integer(String) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
InterfaceAddress - Class in java.net
This class represents a Network Interface address.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError - Error in java.lang
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
InternalError() - Constructor for error java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message.
internalGet(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
interrupted() - Static method in class java.lang.Thread
Tests whether the current thread has been interrupted.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue() - Method in class java.lang.Double
Returns the value of this Double as an int (by casting to type int).
intValue() - Method in class java.lang.Float
Returns the value of this Float as an int (by casting to type int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int.
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue() - Method in class java.lang.Short
Returns the value of this Short as an int.
InvalidAlgorithmParameterException - Exception in java.security
This is the exception for invalid or inappropriate algorithm parameters.
InvalidAlgorithmParameterException() - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with no detail message.
InvalidAlgorithmParameterException(String) - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with the specified detail message.
InvalidAlgorithmParameterException(String, Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
Creates a InvalidAlgorithmParameterException with the specified detail message and cause.
InvalidAlgorithmParameterException(Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
Creates a InvalidAlgorithmParameterException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidFormatException - Exception in ej.kf
This exception is thrown when a Feature data being loaded has an invalid format.
InvalidFormatException() - Constructor for exception ej.kf.InvalidFormatException
 
InvalidKeyException - Exception in java.security
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
InvalidKeyException() - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with no detail message.
InvalidKeyException(String) - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with the specified detail message.
InvalidKeyException(String, Throwable) - Constructor for exception java.security.InvalidKeyException
Creates a InvalidKeyException with the specified detail message and cause.
InvalidKeyException(Throwable) - Constructor for exception java.security.InvalidKeyException
Creates a InvalidKeyException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidKeySpecException - Exception in java.security.spec
This is the exception for invalid key specifications.
InvalidKeySpecException() - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with no detail message.
InvalidKeySpecException(String) - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with the specified detail message.
InvalidKeySpecException(String, Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
Creates a InvalidKeySpecException with the specified detail message and cause.
InvalidKeySpecException(Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
Creates a InvalidKeySpecException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidParameterException - Exception in java.security
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
InvalidParameterException() - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with no detail message.
InvalidParameterException(String) - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with the specified detail message.
InvalidParameterSpecException - Exception in java.security.spec
This is the exception for invalid parameter specifications.
InvalidParameterSpecException() - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with no detail message.
InvalidParameterSpecException(String) - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with the specified detail message.
invoke() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeBoolean() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeByte() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeChar() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeDouble() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeFloat() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeInt() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeLong() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeRef() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeShort() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IOException(String, Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message and cause.
IOException(Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
Same as above.
IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
This option enables or disables local loopback of multicast datagrams.
IP_TOS - Static variable in interface java.net.SocketOptions
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
isAbsolute() - Method in class java.io.File
Tests whether this abstract pathname is absolute.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAnyLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress in a wildcard address.
isAPI(Class<?>) - Static method in class ej.kf.Kernel
Tells whether the given class is a Kernel API.
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.
isBound() - Method in class java.net.DatagramSocket
Returns the binding state of the socket.
isBound() - Method in class java.net.ServerSocket
Returns the binding state of the ServerSocket.
isBound() - Method in class java.net.Socket
Returns the binding state of the socket.
isCertificateEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry, or created by a call to setEntry with a TrustedCertificateEntry.
isClosed() - Method in class java.net.DatagramSocket
Returns whether the socket is closed or not.
isClosed() - Method in class java.net.ServerSocket
Returns the closed state of the ServerSocket.
isClosed() - Method in class java.net.Socket
Returns the closed state of the socket.
isConnected() - Method in class java.net.DatagramSocket
Returns the connection state of the socket.
isConnected() - Method in class java.net.Socket
Returns the connection state of the socket.
isDaemon() - Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDestroyed() - Method in class javax.crypto.spec.SecretKeySpec
 
isDestroyed() - Method in interface javax.security.auth.Destroyable
Determine if this Object has been destroyed.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isEmpty() - Method in class java.lang.String
Returns true if, and only if, String.length() is 0.
isEmpty() - Method in class java.util.AbstractCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.ArrayList
Returns true if this list contains no elements.
isEmpty() - Method in interface java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty() - Method in class java.util.HashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in interface java.util.List
Returns true if this list contains no elements.
isEmpty() - Method in interface java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.WeakHashMap
Returns true if this map contains no key-value mappings.
isEnqueued() - Method in class java.lang.ref.Reference
Tells whether or not this reference object has been enqueued, either by the program or by the garbage collector.
isEqual(byte[], byte[]) - Static method in class java.security.MessageDigest
Compares two digests for equality.
isFile() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a normal file.
isHidden() - Method in class java.io.File
Tests whether the file named by this abstract pathname is a hidden file.
isImmortal(Object) - Static method in class ej.bon.Immortals
Gets whether an object is immortal or not.
isImmutable(Object) - Static method in class ej.bon.Immutables
Gets whether or not the given object is in the immutable objects pool or not.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude, false otherwise.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude, false otherwise.
isInInitialization() - Static method in class ej.bon.Util
Indicates whether the current code is part of the initialization phase.
isInKernelMode() - Static method in class ej.kf.Kernel
Tells whether the current thread context is currently in Kernel mode.
isInMission() - Static method in class ej.bon.Util
Indicates whether the system has entered the mission phase, i.e.
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.
isInterrupted() - Method in class java.lang.Thread
Tests whether this thread has been interrupted.
isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.
isISOControl(char) - Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isKeyEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.
isLenient() - Method in class java.util.Calendar
Deprecated.
isLinkLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an link local address.
isLoopback() - Method in class java.net.NetworkInterface
Returns whether a network interface is a loopback interface.
isLoopbackAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a loopback address.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMCGlobal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has global scope.
isMCLinkLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has link scope.
isMCNodeLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has node scope.
isMCOrgLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has organization scope.
isMCSiteLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has site scope.
isMulticastAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an IP multicast address.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is a Not-a-Number (NaN), false otherwise.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is a Not-a-Number (NaN), false otherwise.
isPinLockEnabled() - Method in class ej.ecom.mobile.MobileManager
Checks whether the PIN lock is enabled or not.
isSet(int) - Method in class java.util.Calendar
Determines if the given calendar field has a value set, including cases that the value has been set by internal fields calculations triggered by a get method call.
isSharedInterface(Class<?>) - Static method in class ej.kf.Kernel
Tells whether the given class is a shared interface (i.e.
isSiteLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a site local address.
isSpaceChar(char) - Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isTraceStarted() - Static method in class ej.trace.Tracer
Tests whether the trace system is started or not.
isUnresolved() - Method in class java.net.InetSocketAddress
Checks whether the address has been resolved or not.
isUp() - Method in class java.net.NetworkInterface
Returns whether a network interface is up and running.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isWhitespace(char) - Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
Iterable<T> - Interface in java.lang
Implementing this interface allows an object to be the target of the "foreach" statement.
iterator() - Method in interface java.lang.Iterable
Returns an iterator over a set of elements of type T.
iterator() - Method in class java.util.AbstractCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.ArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.Collection
Returns an iterator over the elements in this collection.
Iterator<E> - Interface in java.util
An iterator over a collection.
iterator() - Method in interface java.util.List
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.Set
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence).
IvParameterSpec - Class in javax.crypto.spec
This class specifies an initialization vector (IV).
IvParameterSpec(byte[]) - Constructor for class javax.crypto.spec.IvParameterSpec
Creates an IvParameterSpec object using the bytes in iv as the IV.
IvParameterSpec(byte[], int, int) - Constructor for class javax.crypto.spec.IvParameterSpec
Creates an IvParameterSpec object using the first len bytes in iv, beginning at offset inclusive, as the IV.

J

JANUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the first month of the year in the Gregorian and Julian calendars.
java.io - package java.io
Contains Input/Output streams communication classes.
java.lang - package java.lang
Contains core language classes.
java.lang.annotation - package java.lang.annotation
Contains core language classes related to compile-time annotations.
java.lang.ref - package java.lang.ref
Contains core language classes related to object references & garbage collection.
java.lang.reflect - package java.lang.reflect
Contains core language classes related to reflection.
java.net - package java.net
Contains network classes.
java.security - package java.security
Contains core language classes related to permission management.
java.security.cert - package java.security.cert
Contains classes for certificate management.
java.security.spec - package java.security.spec
 
java.util - package java.util
Contains utility classes including the collections framework and date manipulation.
Java2GSM(String) - Static method in class com.cinterion.io.ATStringConverter
Converts a Java encoded string into a GSM encoded string.
Java2UCS2Hex(String) - Static method in class com.cinterion.io.ATStringConverter
Converts a Java encoded string into a string containing the characters in the UCS2 hex format.
javax.crypto - package javax.crypto
 
javax.crypto.spec - package javax.crypto.spec
 
javax.net - package javax.net
Contains classes related to network management.
javax.net.ssl - package javax.net.ssl
Contains classes for ssl management.
javax.security.auth - package javax.security.auth
 
javax.security.auth.x500 - package javax.security.auth.x500
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
join(long) - Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int) - Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
joinGroup(InetAddress) - Method in class java.net.MulticastSocket
Joins a multicast group.
joinGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Joins the specified multicast group at the specified interface.
JULY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the seventh month of the year in the Gregorian and Julian calendars.
JUNE - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the sixth month of the year in the Gregorian and Julian calendars.

K

Kernel - Class in ej.kf
The Kernel represents the atomic part of an application.
Key - Interface in java.security
The Key interface is the top-level interface for all keys.
KeyException - Exception in java.security
This is the basic key exception.
KeyException() - Constructor for exception java.security.KeyException
Constructs a KeyException with no detail message.
KeyException(String) - Constructor for exception java.security.KeyException
Constructs a KeyException with the specified detail message.
KeyException(String, Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified detail message and cause.
KeyException(Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyFactory - Class in java.security
Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material), and vice versa.
KeyFactory() - Constructor for class java.security.KeyFactory
 
KeyManagementException - Exception in java.security
This is the general key management exception for all operations dealing with key management.
KeyManagementException() - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with no detail message.
KeyManagementException(String) - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with the specified detail message.
KeyManagementException(String, Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified detail message and cause.
KeyManagementException(Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyManager - Interface in javax.net.ssl
This is the base interface for JSSE key managers.
KeyManagerFactory - Class in javax.net.ssl
This class acts as a factory for key managers based on a source of key material.
KeyManagerFactory() - Constructor for class javax.net.ssl.KeyManagerFactory
 
KeyManagerFactorySpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the KeyManagerFactory class.
KeyManagerFactorySpi() - Constructor for class javax.net.ssl.KeyManagerFactorySpi
 
KeyPair - Class in java.security
This class is a simple holder for a key pair (a public key and a private key).
KeyPair(PublicKey, PrivateKey) - Constructor for class java.security.KeyPair
Constructs a key pair from the given public key and private key.
KeyPairGenerator - Class in java.security
The KeyPairGenerator class is used to generate pairs of public and private keys.
KeyPairGenerator(String) - Constructor for class java.security.KeyPairGenerator
Creates a KeyPairGenerator object for the specified algorithm.
KeyPairGeneratorSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
KeyPairGeneratorSpi() - Constructor for class java.security.KeyPairGeneratorSpi
 
keys() - Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keySet() - Method in class java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this map.
keySet() - Method in interface java.util.Map
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.WeakHashMap
Returns a Set view of the keys contained in this map.
KeySpec - Interface in java.security.spec
A (transparent) specification of the key material that constitutes a cryptographic key.
KeyStore - Class in java.security
This class represents a storage facility for cryptographic keys and certificates.
KeyStore() - Constructor for class java.security.KeyStore
 
KeyStoreException - Exception in java.security
This is the generic KeyStore exception.
KeyStoreException() - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with no detail message.
KeyStoreException(String) - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with the specified detail message.
KeyStoreException(String, Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified detail message and cause.
KeyStoreException(Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyStoreSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyStore class.
KeyStoreSpi() - Constructor for class java.security.KeyStoreSpi
 

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(String) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.StringBuffer
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.StringBuffer
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String) - Method in class java.lang.StringBuilder
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.StringBuilder
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
lastIndexOf(Object, int) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, searching backwards from index, or returns -1 if the element is not found.
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Leave a multicast group on a specified local interface.
length() - Method in class ej.bon.ResourceArray
Gets the number of elements contained in the array (not the size in bytes).
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in interface java.lang.CharSequence
Returns the length of this character sequence.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
 
length() - Method in class java.lang.StringBuilder
Returns the length (character count).
limit(int, int, int) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(float, float, float) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(long, long, long) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(double, double, double) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
LinkageError - Error in java.lang
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message and cause.
list() - Static method in class ej.ecom.DeviceManager
List all registered devices.
list(Class<D>) - Static method in class ej.ecom.DeviceManager
List all registered devices such as the given type is assignable from the device class.
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
List<E> - Interface in java.util
An ordered collection (also known as a sequence).
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FilenameFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FileFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listIterator() - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
ListIterator<E> - Interface in java.util
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
listIterator() - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listRegisteredNativeResources() - Static method in class ej.sni.NativeResource
Returns an object to iterate over the registered native resources.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
LITTLE_ENDIAN - Static variable in class ej.bon.ByteArray
Access mode little endian.
load(InputStream) - Static method in class ej.kf.Kernel
Installs a Feature from an InputStream and starts it.
load(InputStream, char[]) - Method in class java.security.KeyStore
Loads this KeyStore from the given input stream.
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.
log(double) - Static method in class ej.bon.XMath
Returns the natural logarithm (base e) of a double value.
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
log10(double) - Static method in class java.lang.Math
Returns the base 10 logarithm of a double value.
log1p(double) - Static method in class java.lang.Math
Returns the natural logarithm of the sum of the argument and 1.
Long - Class in java.lang
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 specified long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the long value indicated by the String parameter.
LONG - Static variable in class java.util.Calendar
A style specifier indicating a long name, such as "January".
LONG - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
LONG_SIZE - Static variable in class ej.bon.ByteArray
The size of a long.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double value corresponding to a given bit representation.
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class java.lang.Double
Returns the value of this Double as a long (by casting to type long).
longValue() - Method in class java.lang.Float
Returns value of this Float as a long (by casting to type long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long.

M

Mac - Class in javax.crypto
This class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
makeSigAlg(String, String) - Static method in class sun.security.x509.AlgorithmId
Creates a signature algorithm name from a digest algorithm name and a encryption algorithm name.
Map<K,V> - Interface in java.util
An object that maps keys to values.
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
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.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.Reader
Marks the present position in the stream.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.Reader
Tells whether this stream supports the mark() operation.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
max(double, double) - Static method in class ej.bon.XMath
Returns the greater of two double values.
max(float, float) - Static method in class ej.bon.XMath
Returns the greater of two float values.
max(long, long) - Static method in class ej.bon.XMath
Returns the greater of two long values.
max(int, int) - Static method in class ej.bon.XMath
Returns the greater of two int values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
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.
MAX_CRITICALITY - Static variable in class ej.kf.Feature
The maximum criticality that a feature can have.
MAX_EXPONENT - Static variable in class java.lang.Double
Maximum exponent a finite double variable may have.
MAX_EXPONENT - Static variable in class java.lang.Float
Maximum exponent a finite float variable may have.
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.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, (2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type float, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int can have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
MessageDigest - Class in java.security
This MessageDigest class provides applications the functionality of a message digest algorithm, such as SHA-1 or SHA-256.
MessageDigest(String) - Constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
 
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
min(double, double) - Static method in class ej.bon.XMath
Returns the smaller of two double values.
min(float, float) - Static method in class ej.bon.XMath
Returns the smaller of two float values.
min(int, int) - Static method in class ej.bon.XMath
Returns the smaller of two int values.
min(long, long) - Static method in class ej.bon.XMath
Returns the smaller of two long values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
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.
MIN_CRITICALITY - Static variable in class ej.kf.Feature
The minimum criticality that a feature can have.
MIN_EXPONENT - Static variable in class java.lang.Double
Minimum exponent a normalized double variable may have.
MIN_EXPONENT - Static variable in class java.lang.Float
Minimum exponent a normalized float variable may have.
MIN_NORMAL - Static variable in class java.lang.Double
A constant holding the smallest positive normal value of type double, 2-1022.
MIN_NORMAL - Static variable in class java.lang.Float
A constant holding the smallest positive normal value of type float, 2-126.
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.Byte
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 2-1074.
MIN_VALUE - Static variable in class java.lang.Float
A constant holding the smallest positive nonzero value of type float, 2-149.
MIN_VALUE - Static variable in class java.lang.Integer
A constant holding the minimum value an int can have, -231.
MIN_VALUE - Static variable in class java.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
MobileManager - Class in ej.ecom.mobile
This class provides APIs to manage modem features.
modCount - Variable in class java.util.AbstractList
The number of times this list has been structurally modified.
MODIFY - Static variable in class ej.ecom.DeviceManagerPermission
The DeviceManagerPermission.MODIFY permission is required to be able to modify the registry.
Module - Class in ej.kf
A Module is either Kernel or a Feature.
MONDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MQTT_CONNACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Connection acknowledgement.
MQTT_CONNECT - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Connect.
MQTT_CONNECT_FAILED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
MQTT connect failed.
MQTT_CONNECT_IDENTIFIER_ERROR - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Identifier rejected.
MQTT_CONNECT_MALFORMED_DATA - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Data in username or password is malformed.
MQTT_CONNECT_PROTOCOL_VER_ERROR - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Unacceptable protocol version
MQTT_CONNECT_SERVER_UNAVAILABLE - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Server unavailable.
MQTT_CONNECT_UNAUTHORIZED_CLIENT - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Unauthorized client.
MQTT_DISCONNECT - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Disconnect.
MQTT_INVALID_RESP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Invalid response.
MQTT_MQTT_NO_RESPONSE_MSG_REQD - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
No response message is required.
MQTT_PINGREQ - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Ping request.
MQTT_PINGRESP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Ping response.
MQTT_PUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Publish acknowledgement.
MQTT_PUBCOMP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubComp.
MQTT_PUBLISH - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Publish.
MQTT_PUBREC - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubRec.
MQTT_PUBREL - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubRel.
MQTT_SUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Subscribe acknowledgement.
MQTT_SUBSCRIBE - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Subscribe.
MQTT_SUBSCRIBE_DENIED - Static variable in interface com.cinterion.mqtt.MqttSubscribeCallback
Subscription is denied by the broker.
MQTT_SUBSCRIBE_GRANTED - Static variable in interface com.cinterion.mqtt.MqttSubscribeCallback
Subscription is granted by the broker.
MQTT_SUBSCRIBE_MSG - Static variable in interface com.cinterion.mqtt.MqttMessageCallback
Message was received from the broker.
MQTT_UNSUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Unsubscribe acknowledgement.
MQTT_UNSUBSCRIBE - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Unsubscribe.
MqttClient - Class in com.cinterion.mqtt
The MqttClient class can be used to create MQTT client instances.
MqttClient() - Constructor for class com.cinterion.mqtt.MqttClient
Creates an MQTT context.
MqttConfig - Class in com.cinterion.mqtt
The MqttConfig class contains the configuration data used to connect a MqttClient.
MqttConfig(String, short, String, String, String, int, int, boolean, SslConfig, String, String) - Constructor for class com.cinterion.mqtt.MqttConfig
Instantiates an MQTT configuration.
MqttConnectCallback - Interface in com.cinterion.mqtt
The MqttConnectCallback interface provides connection callback and enumerates the message types.
MqttMessageCallback - Interface in com.cinterion.mqtt
The MqttMessageCallback interface provides connection callback and enumerates the message types.
MqttPublishCallback - Interface in com.cinterion.mqtt
The MqttPublishCallback interface provides subscription callback and enumerates the message types.
MqttSubscribeCallback - Interface in com.cinterion.mqtt
The MqttSubscribeCallback interface provides subscription callback and enumerates the message types.
MulticastSocket - Class in java.net
The multicast datagram socket class is useful for sending and receiving IP multicast packets.
MulticastSocket() - Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int) - Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
MulticastSocket(SocketAddress) - Constructor for class java.net.MulticastSocket
Create a MulticastSocket bound to the specified socket address.

N

name() - Method in class java.lang.Enum
Returns the name of this enum constant, exactly as declared in its enum declaration.
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
A constant holding a Not-a-Number (NaN) value of type float.
nanoTime() - Static method in class java.lang.System
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
NativeException - Exception in ej.sni
RuntimeException subclass that may be thrown from an SNI native using SNI_throwNativeException() function.
NativeException(int, String) - Constructor for exception ej.sni.NativeException
Constructs a new NativeException with the specified error code and detail message.
NativeException(int, String, Throwable) - Constructor for exception ej.sni.NativeException
Constructs a new NativeException with the specified error code, detail message and cause.
NativeIOException - Exception in ej.sni
IOException subclass that may be thrown from an SNI native using SNI_throwNativeIOException() function.
NativeIOException(int, String) - Constructor for exception ej.sni.NativeIOException
Constructs a new NativeIOException with the specified error code and detail message.
NativeIOException(int, String, Throwable) - Constructor for exception ej.sni.NativeIOException
Constructs a new NativeIOException with the specified error code, detail message and cause.
NativeResource - Class in ej.sni
A NativeResource is an object representing a runtime element managed by the native side (such as a file, a socket, an image, ...).
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NetPermission - Class in java.net
This class is for various network permissions.
NetPermission(String) - Constructor for class java.net.NetPermission
Creates a new NetPermission with the specified name.
NetPermission(String, String) - Constructor for class java.net.NetPermission
Creates a new NetPermission object with the specified name.
NetworkInterface - Class in java.net
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
newArray(Class<T[]>, int) - Static method in class ej.bon.Util
Allocates a new array of object references from the given array type and length.
newDatagram(byte[], int) - Method in interface ej.ecom.io.DatagramConnection
 
newDatagram(int) - Method in interface ej.ecom.io.DatagramConnection
 
newDatagram(byte[], int, String) - Method in interface ej.ecom.io.DatagramConnection
 
newDatagram(int, String) - Method in interface ej.ecom.io.DatagramConnection
 
newInstance() - Method in class java.lang.Class
Creates a new instance of the class represented by this Class object.
newProxy(T, Module) - Static method in class ej.kf.Kernel
Allocates a new Proxy and sets its reference to the given object.
newResource() - Method in class ej.sni.PoolOfImmortalByteBuffers
Allocate a new Immortal byte buffer resource
newResource() - Method in class ej.sni.PoolOfReusableResources
Allocate a new resource
next(int) - Method in class java.security.SecureRandom
Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).
next() - Method in interface java.util.Iterator
Returns the next element in the iteration.
next() - Method in interface java.util.ListIterator
Returns the next element in the list and advances the cursor position.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextAfter(double, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextBoolean() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBytes(byte[]) - Method in class java.security.SecureRandom
Generates a user-specified number of random bytes.
nextBytes(byte[]) - Method in class java.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
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.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextGaussian() - Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.next() .
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn 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.
nextUp(double) - Static method in class java.lang.Math
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.Math
Returns the floating-point value adjacent to f in the direction of positive infinity.
NLS - Class in ej.nls
NLS provides support for manipulating messages and languages.
Each instance of a NLS manages a set of messages, and each message is defined by a unique int value.
Each language is defined by a locale string.
NLS() - Constructor for class ej.nls.NLS
 
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NonNull - Annotation Type in ej.annotation
Indicates that a field, local variable, method return value or parameter can never be null.
NonNullByDefault - Annotation Type in ej.annotation
Indicates that all fields, method return values or parameters can never be null in the annotated package or type.
NORM_CRITICALITY - Static variable in class ej.kf.Feature
The default criticality that is assigned to a feature.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NoRouteToHostException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
NoSuchAlgorithmException - Exception in java.security
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
NoSuchAlgorithmException() - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with no detail message.
NoSuchAlgorithmException(String) - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with the specified detail message.
NoSuchAlgorithmException(String, Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException with the specified detail message and cause.
NoSuchAlgorithmException(Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - Error in java.lang
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with no detail message.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with the specified detail message.
NoSuchFieldException - Exception in java.lang
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError - Error in java.lang
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - Exception in java.lang
Thrown when a particular method cannot be found.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NoSuchPaddingException - Exception in javax.crypto
This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
NoSuchPaddingException() - Constructor for exception javax.crypto.NoSuchPaddingException
Constructs a NoSuchPaddingException with no detail message.
NoSuchPaddingException(String) - Constructor for exception javax.crypto.NoSuchPaddingException
Constructs a NoSuchPaddingException with the specified detail message.
NoSuchProviderException - Exception in java.security
This exception is thrown when a particular security provider is requested but is not available in the environment.
NoSuchProviderException() - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with no detail message.
NoSuchProviderException(String) - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message.
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.
notifyObservers() - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NOVEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eleventh month of the year in the Gregorian and Julian calendars.
Nullable - Annotation Type in ej.annotation
Indicates that a field, local variable, method return value or parameter can be null.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
Number - Class in java.lang
The abstract class Number is the superclass of classes BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and Short.
Number() - Constructor for class java.lang.Number
 
NumberFormatException - Exception in java.lang
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 exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
Observable - Class in java.util
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
Construct an Observable with zero Observers.
Observer - Interface in java.util
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCTOBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the tenth month of the year in the Gregorian and Julian calendars.
onConnectEvent(int) - Method in interface com.cinterion.mqtt.MqttConnectCallback
Called when a connection event occurs.
onMessageEvent(int, byte[], byte[], int) - Method in interface com.cinterion.mqtt.MqttMessageCallback
Called when a message event occurs.
onPublishEvent(int, int, short) - Method in interface com.cinterion.mqtt.MqttPublishCallback
Called when a publish notification PUBACK(QOS1)/PUBREC,PUBCOMP(QOS2) is received.
onSubscribeEvent(int, byte[], int) - Method in interface com.cinterion.mqtt.MqttSubscribeCallback
Called when a subscription event occurs.
open(String, int, boolean) - Method in interface ej.ecom.io.ConnectionFactory
Open a connection with the specified URL.
open(String) - Static method in class ej.ecom.io.Connector
Create and open a Connection from an URL.
open(String, int) - Static method in class ej.ecom.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class ej.ecom.io.Connector
Create and open a Connection.
open(String, String, int, boolean) - Static method in class ej.ecom.io.Connector
Create and open a Connection with the specified ConnectionFactory package name.
openConnection(String) - Method in interface ej.ecom.Connectable
Create and open a new Connection.
openDataInputStream() - Method in interface ej.ecom.io.InputConnection
openDataOutputStream() - Method in interface ej.ecom.io.OutputConnection
Open a OutputStream.
openInputStream() - Method in interface ej.ecom.io.CommConnection
Returns an InputStream which implements the BitsInput interface.
openInputStream() - Method in interface ej.ecom.io.InputConnection
Open an InputStream.
openOutputStream() - Method in interface ej.ecom.io.CommConnection
Returns an OutputStream which implements the BitsOutput interface.
openOutputStream() - Method in interface ej.ecom.io.OutputConnection
Open an OutputStream.
ordinal() - Method in class java.lang.Enum
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
out - Variable in class java.io.FilterOutputStream
The underlying output stream to be filtered.
out - Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError - Error in java.lang
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 error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutPort - Class in com.cinterion.io
The OutPort class supports the access and configuration of a port of output pins of the general purpose IO driver (GPIO).
OutPort(Vector<String>, Vector<Integer>) - Constructor for class com.cinterion.io.OutPort
Creates a new instance of a GPIO port of output pins.
OutputConnection - Interface in ej.ecom.io
This interface is implemented by a Connection that is able to open an OutputStream.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the named charset.
Override - Annotation Type in java.lang
Indicates that a method declaration is intended to override a method declaration in a supertype.

P

Package - Class in java.lang
Package represent a Java package.
Package() - Constructor for class java.lang.Package
 
parseBoolean(String) - Static method in class java.lang.Boolean
Parses the string argument as a boolean.
parseByte(String) - Static method in class java.lang.Byte
Parses the string argument as a signed decimal byte.
parseByte(String, int) - Static method in class java.lang.Byte
Parses the string argument as a signed byte in the radix specified by the second argument.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Float.
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
Parses the string argument as a signed decimal short.
parseShort(String, int) - Static method in class java.lang.Short
Parses the string argument as a signed short in the radix specified by the second argument.
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
PDPSession - Class in ej.ecom.mobile
This class represents a PDP session.
PDPSession(String, String, String) - Constructor for class ej.ecom.mobile.PDPSession
Constructs a PDP session.
PDPSessionException - Exception in ej.ecom.mobile
This exception is thrown by PDPSession to indicate that an I/O error occurred during a PDP session.
PDPSessionException() - Constructor for exception ej.ecom.mobile.PDPSessionException
Constructs an PDPSessionException with null as its error detail message.
PDPSessionException(String) - Constructor for exception ej.ecom.mobile.PDPSessionException
Constructs an PDPSessionException with the specified detail message.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
Permission - Class in java.security
Abstract class for representing access to a system resource.
Permission(String) - Constructor for class java.security.Permission
Constructs a permission with the specified name.
PI - Static variable in class ej.bon.XMath
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PKCS8EncodedKeySpec - Class in java.security.spec
This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo.
PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
Creates a new PKCS8EncodedKeySpec with the given encoded key.
platformTimeMillis() - Static method in class ej.bon.Util
Gets an arbitrary time in milliseconds.
platformTimeNanos() - Static method in class ej.bon.Util
Gets an arbitrary time in nanoseconds.
PM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from noon to just before midnight.
poll() - Method in class ej.bon.ReferenceQueue
Queries the queue and returns and removes the first element of the queue.
poll() - Method in class java.lang.ref.ReferenceQueue
Polls this queue to see if a reference object is available.
PoolOfImmortalByteBuffers - Class in ej.sni
A pool of reusable immortal byte buffers.
PoolOfImmortalByteBuffers(int, int) - Constructor for class ej.sni.PoolOfImmortalByteBuffers
Allocate a new pool of Immortals byte buffer resources
PoolOfLimitedReusableResources - Class in ej.sni
A pool of resources where resources are allocated at creation time (no lazy allocation).
PoolOfLimitedReusableResources(int, int) - Constructor for class ej.sni.PoolOfLimitedReusableResources
Allocate a new pool of resources
PoolOfReusableResources - Class in ej.sni
A pool of reusable resources.
PoolOfReusableResources(int) - Constructor for class ej.sni.PoolOfReusableResources
Allocate a new pool of resources
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.
PortUnreachableException - Exception in java.net
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
PortUnreachableException(String) - Constructor for exception java.net.PortUnreachableException
Constructs a new PortUnreachableException with a detail message.
PortUnreachableException() - Constructor for exception java.net.PortUnreachableException
Construct a new PortUnreachableException with no detailed message.
portValueChanged(int) - Method in interface com.cinterion.io.InPortListener
Callback method for changes at the input ports of the general purpose IO driver (GPIO).
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
POSITIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the positive infinity of type float.
pow(double, double) - Static method in class ej.bon.XMath
Returns the value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class java.lang.Math
Returns the value of the first argument raised to the power of the second argument.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list and moves the cursor position backwards.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.previous().
Principal - Interface in ej.kf
This interface represents and identifies the Kernel or a Feature.
Principal - Interface in java.security
This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.
print(boolean) - Method in class java.io.PrintStream
Prints a boolean value.
print(char) - Method in class java.io.PrintStream
Prints a character.
print(char[]) - Method in class java.io.PrintStream
Prints an array of characters.
print(double) - Method in class java.io.PrintStream
Prints a double-precision floating-point number.
print(float) - Method in class java.io.PrintStream
Prints a floating-point number.
print(int) - Method in class java.io.PrintStream
Prints an integer.
print(long) - Method in class java.io.PrintStream
Prints a long integer.
print(Object) - Method in class java.io.PrintStream
Prints an object.
print(String) - Method in class java.io.PrintStream
Prints a string.
println() - Method in class java.io.PrintStream
Terminates the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Prints a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Prints a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Prints an array of characters and then terminate the line.
println(double) - Method in class java.io.PrintStream
Prints a double and then terminate the line.
println(float) - Method in class java.io.PrintStream
Prints a float and then terminate the line.
println(int) - Method in class java.io.PrintStream
Prints an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Prints a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Prints an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Prints a String and then terminate the line.
printRegisteredNativeResources(PrintStream) - Static method in class ej.sni.NativeResource
Prints a description of the registered native resources to the specified print stream.
printStackTrace() - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print stream.
PrintStream - Class in java.io
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
Creates a new print stream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
Creates a new print stream.
PRIVATE_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "private key".
PrivateKey - Interface in java.security
A private key.
PropertyPermission - Class in java.util
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
PROTOCOL_DTLS_1_0 - Static variable in class com.cinterion.ssl.SslConfig
DTLS version 1.0.
PROTOCOL_DTLS_1_2 - Static variable in class com.cinterion.ssl.SslConfig
DTLS version 1.2.
PROTOCOL_TLS_1_0 - Static variable in class com.cinterion.ssl.SslConfig
TLS version 1.0.
PROTOCOL_TLS_1_1 - Static variable in class com.cinterion.ssl.SslConfig
TLS version 1.1.
PROTOCOL_TLS_1_2 - Static variable in class com.cinterion.ssl.SslConfig
TLS version 1.2.
ProviderException - Exception in java.security
A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
ProviderException() - Constructor for exception java.security.ProviderException
Constructs a ProviderException with no detail message.
ProviderException(String) - Constructor for exception java.security.ProviderException
Constructs a ProviderException with the specified detail message.
ProviderException(String, Throwable) - Constructor for exception java.security.ProviderException
Creates a ProviderException with the specified detail message and cause.
ProviderException(Throwable) - Constructor for exception java.security.ProviderException
Creates a ProviderException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Proxy<T> - Class in ej.kf
The superclass of proxy classes.
Proxy() - Constructor for class ej.kf.Proxy
The default constructor.
PUBLIC_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "public key".
PublicKey - Interface in java.security
A public key.
publish(String, byte[], int, boolean) - Method in class com.cinterion.mqtt.MqttClient
Publishes a message to a particular topic.
publishGetMsgId(String, byte[], int, boolean) - Method in class com.cinterion.mqtt.MqttClient
Publishes a message to a particular topic.
purge() - Method in class java.util.Timer
Deprecated.
Removes all cancelled tasks from this timer's task queue.
push(E) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(String, Object) - Static method in class ej.bon.Immutables
Maps the given ID to the given object in the immutable objects pool.
put(K, V) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(K, V) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(K, V) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class java.util.WeakHashMap
Associates the specified value with the specified key in this map.
putAll(Hashtable) - Static method in class ej.bon.Immutables
Maps all the mappings in the given table in the immutable objects pool.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
Copies all of the mappings from the specified map to this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
Copies all of the mappings from the specified map to this map.

R

random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
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.
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
read() - Method in class com.microej.CompressedFileInputStream
 
read(byte[], int, int) - Method in class com.microej.CompressedFileInputStream
 
READ - Static variable in class ej.ecom.DeviceManagerPermission
The DeviceManagerPermission.READ permission is required to access to registered devices.
READ - Static variable in class ej.ecom.io.Connector
Access mode READ.
read(byte[], int, int) - Method in class ej.ecom.mobile.ATConnection
Reads up to len bytes of data from the connection into an array of bytes.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
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[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
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.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Reads a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Reads characters into a portion of an array.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read() - Method in class java.io.Reader
Reads a single character.
read(char[]) - Method in class java.io.Reader
Reads characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Reads characters into a portion of an array.
READ_WRITE - Static variable in class ej.ecom.io.Connector
Access mode READ/WRITE.
Readable - Interface in java.lang
This interface is only defined for hierarchy compatibility.
readArray() - Method in class ej.bon.ResourceBuffer
Reads a ResourceArray and increments position in the data.
readBits(boolean) - Method in interface ej.ecom.io.BitsInput
Reads the next value of data from the input stream.
readBits(int[], boolean) - Method in interface ej.ecom.io.BitsInput
Reads some number of values from the input stream and stores them into the buffer array data.
readBits(int[], int, int, boolean) - Method in interface ej.ecom.io.BitsInput
Reads up to len values of data from the input stream into an array of values.
readBits(short[], boolean) - Method in interface ej.ecom.io.BitsInput
Reads some number of values from the input stream and stores them into the buffer array data.
readBits(short[], int, int, boolean) - Method in interface ej.ecom.io.BitsInput
Reads up to len values of data from the input stream into an array of values.
readBits(byte[], boolean) - Method in interface ej.ecom.io.BitsInput
Reads some number of values from the input stream and stores them into the buffer array data.
readBits(byte[], int, int, boolean) - Method in interface ej.ecom.io.BitsInput
Reads up to len values of data from the input stream into an array of values.
readBoolean() - Method in class ej.bon.ResourceBuffer
Reads a boolean and increments position in the data.
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.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readByte() - Method in class ej.bon.ResourceBuffer
Reads a byte and increments position in the data.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readChar(byte[], int) - Static method in class ej.bon.ByteArray
Reads a char in the given byte array at the given offset respecting the endianness of the platform.
readChar(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a char in the given byte array at the given offset respecting the endianness of the array.
readChar() - Method in class ej.bon.ResourceBuffer
Reads a char and increments position in the data.
readChar() - Method in interface java.io.DataInput
Reads two input bytes and returns a char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class java.io.RandomAccessFile
Reads a character from this file.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the given object.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
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 interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
readInt(byte[], int) - Static method in class ej.bon.ByteArray
Reads an int in the given byte array at the given offset respecting the endianness of the platform.
readInt(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads an int in the given byte array at the given offset respecting the endianness of the array.
readInt() - Method in class ej.bon.ResourceBuffer
Reads an integer and increments position in the data.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLong(byte[], int) - Static method in class ej.bon.ByteArray
Reads a long in the given byte array at the given offset respecting the endianness of the platform.
readLong(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a long in the given byte array at the given offset respecting the endianness of the array.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readPosition() - Method in class ej.gnss.GnssManager
Read the position.
readShort(byte[], int) - Static method in class ej.bon.ByteArray
Reads a short in the given byte array at the given offset respecting the endianness of the platform.
readShort(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a short in the given byte array at the given offset respecting the endianness of the array.
readShort() - Method in class ej.bon.ResourceBuffer
Reads a short and increments position in the data.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readString() - Method in class ej.bon.ResourceBuffer
Reads a String and increments position in the data.
readUnsignedByte(byte[], int) - Static method in class ej.bon.ByteArray
Reads an unsigned-byte in the given byte array at the given offset respecting the endianness of the platform.
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.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
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 modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
readVarLong() - Method in class ej.bon.ResourceBuffer
Reads a 64-bits signed integer and increments position in the data.
readVarSInt() - Method in class ej.bon.ResourceBuffer
Reads a 32-bits signed integer and increments position in the data.
readVarUInt() - Method in class ej.bon.ResourceBuffer
Reads a 32-bits unsigned integer and increments position in the data.
ready() - Method in class java.io.InputStreamReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tells whether this stream is ready to be read.
reboot() - Static method in class ej.util.Device
Reboots the device.
receive(Datagram) - Method in interface ej.ecom.io.DatagramConnection
 
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
recordEvent(int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int, int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int, int, int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int, int, int, int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEvent(int, int, int, int, int, int, int, int, int, int, int) - Method in class ej.trace.Tracer
Record an event for this Tracer.
recordEventEnd(int) - Method in class ej.trace.Tracer
Record the end of the execution of an event for this Tracer.
recordEventEnd(int, int) - Method in class ej.trace.Tracer
Record the end of the execution of an event for this Tracer.
Reference<T> - Class in java.lang.ref
Abstract base class for reference objects.
ReferenceQueue<T> - Class in ej.bon
ReferenceQueue represents a queue of EnqueuedWeakReference.
ReferenceQueue() - Constructor for class ej.bon.ReferenceQueue
Creates an empty Reference queue.
ReferenceQueue<T> - Class in java.lang.ref
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
ReflectiveOperationException - Exception in java.lang
Common superclass of exceptions thrown by reflective operations in core reflection.
ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with null as its detail message.
ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message.
ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message and cause.
ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register(Class<D>, D) - Static method in class ej.ecom.DeviceManager
Registers a new device with the given type.
RegistrationEvent<D extends Device> - Class in ej.ecom
RegistrationEvent(D) - Constructor for class ej.ecom.RegistrationEvent
Creates a new RegistrationEvent with the specified device.
RegistrationListener<D extends Device> - Interface in ej.ecom
The RegistrationListener interface defines methods for notification of registered and unregistered devices.
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
release() - Method in class com.cinterion.io.ATCommand
Release resources locked by the ATCommand class.
release() - Method in class com.cinterion.io.InPort
Releases an instance of a GPIO port of input pins.
release() - Method in class com.cinterion.io.OutPort
Releases an instance of a GPIO port of output pins.
release(Object) - Method in class ej.sni.PoolOfReusableResources
 
remove() - Method in class ej.bon.ReferenceQueue
Queries the queue, returns and removes the first element of the queue.
remove() - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until one becomes available.
remove(long) - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until either one becomes available or the given timeout period expires.
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.ArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class java.util.HashMap
Removes the mapping for the specified key from this map if present.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in interface java.util.List
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by ListIterator.next() or ListIterator.previous() (optional operation).
remove(Object) - Method in interface java.util.Map
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(Object) - Method in class java.util.WeakHashMap
Removes the mapping for a key from this weak hash map if it is present.
removeAll(Collection<?>) - Method in class java.util.AbstractCollection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.ArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Collection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface java.util.List
Removes from this list all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeCharacter(String, char) - Method in class com.cinterion.io.ATCommand
 
removeConverter(Converter<?>) - Static method in class ej.kf.Kernel
Removes the Converter to the list of converters.
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeFeatureStateListener(FeatureStateListener) - Static method in class ej.kf.Kernel
Removes the FeatureStateListener to the list of listeners that are notified when the state of a Feature has changed.
removeListener(ATCommandListener) - Method in class com.cinterion.io.ATCommand
Removes a listener object which has been previously added from the internal list table of listener objects.
removeListener(InPortListener) - Method in class com.cinterion.io.InPort
Removes a listener object which has been previously added from the internal list table of listener objects.
removeRange(int, int) - Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.ArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.Vector
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRegistrationListener(RegistrationListener<D>) - Static method in class ej.ecom.DeviceManager
Removes the given RegistrationListener from the list of listeners that are notified when a device is registered or unregistered.
removeResourceControlListener(ResourceControlListener) - Static method in class ej.kf.Kernel
Removes the ResourceControlListener to the list of listeners that are notified when a Feature is stopped by the Resource Control Manager.
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
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.
replace(CharSequence, CharSequence) - Method in class java.lang.String
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
replace(int, int, String) - Method in class java.lang.StringBuffer
Replaces the characters in a substring of this sequence with characters in the specified String.
replace(int, int, String) - Method in class java.lang.StringBuilder
Replaces the characters in a substring of this sequence with characters in the specified String.
reserve() - Method in class ej.sni.PoolOfReusableResources
Reserve a buffer.
reset() - Method in interface ej.ecom.io.Datagram
 
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
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.FilterInputStream
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.InputStream
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.Reader
Resets the stream.
reset() - Method in class java.security.MessageDigest
Resets the digest for further use.
reset() - Method in class javax.crypto.Mac
Resets this Mac object.
ResourceArray - Class in ej.bon
A resource array is an element of ResourceBuffer.
ResourceBuffer - Class in ej.bon
A resource buffer contains a set of data which is compacted to obtain a minimal footprint.
ResourceBuffer(String) - Constructor for class ej.bon.ResourceBuffer
Opens a ResourceBuffer on the resource described by its path.
ResourceControlListener - Interface in ej.kf
The listener interface for receiving notifications when a Feature is stopped by the Resource Control Manager.
ResourceControlListener.StopCause - Enum in ej.kf
A stop cause.
retainAll(Collection<?>) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.ArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
Retention - Annotation Type in java.lang.annotation
Indicates how long annotations with the annotated type are to be retained.
RetentionPolicy - Enum in java.lang.annotation
Annotation retention policy.
reverse() - Method in class java.lang.StringBuffer
Causes this character sequence to be replaced by the reverse of the sequence.
reverse() - Method in class java.lang.StringBuilder
Causes this character sequence to be replaced by the reverse of the sequence.
RINGChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the serial interface signal RING.
rint(double) - Static method in class java.lang.Math
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rotateLeft(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value left by the specified number of bits.
rotateLeft(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value left by the specified number of bits.
rotateRight(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value right by the specified number of bits.
rotateRight(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value right by the specified number of bits.
round(double) - Static method in class java.lang.Math
Returns the closest long to the argument, with ties rounding up.
round(float) - Static method in class java.lang.Math
Returns the closest int to the argument, with ties rounding up.
RSAKeyGenParameterSpec - Class in java.security.spec
This class specifies the set of parameters used to generate an RSA key pair.
RSAKeyGenParameterSpec(int, int) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
Constructs a new RSAKeyGenParameterSpec object from the given keysize, public-exponent value, and null key parameters.
run(Runnable) - Static method in class ej.bon.Immortals
Calls the method Runnable.run() of the given runnable.
run() - Method in class ej.bon.Timer
Executes TimerTask scheduling.
run() - Method in class ej.bon.TimerTask
The action to be performed by this timer task.
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.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 class java.util.TimerTask
Deprecated.
The action to be performed by this timer task.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime - Class in java.lang
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.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with null as its detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message.
RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message and cause.
RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
RuntimePermission - Class in java.lang
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.
runUnderContext(Module, Runnable) - Static method in class ej.kf.Kernel
Calls the Runnable.run() method with current context set to the given Module.

S

SafeUpdate - Class in com.cinterion.update
The SafeUpdate class is a 1:1 API of the Gina safe update API.
SafeUpdate() - Constructor for class com.cinterion.update.SafeUpdate
 
SafeVarargs - Annotation Type in java.lang
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
scalb(double, int) - Static method in class java.lang.Math
Return d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.Math
Return f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
schedule(TimerTask, long) - Method in class ej.bon.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class ej.bon.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(TimerTask, Date) - Method in class java.util.Timer
Deprecated.
Schedules the specified task for execution at the specified time.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Deprecated.
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(TimerTask, long) - Method in class java.util.Timer
Deprecated.
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Deprecated.
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, long, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Deprecated.
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Deprecated.
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduledExecutionTime() - Method in class ej.bon.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
scheduledExecutionTime() - Method in class java.util.TimerTask
Deprecated.
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.
SECRET_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "secret key".
SecretKey - Interface in javax.crypto
A secret (symmetric) key.
SecretKeySpec - Class in javax.crypto.spec
This class specifies a secret key in a provider-independent fashion.
SecretKeySpec(byte[], String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array.
SecretKeySpec(byte[], int, int, String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array, using the first len bytes of key, starting at offset inclusive.
SecureRandom - Class in java.security
This class provides a cryptographically strong random number generator (RNG).
SecureRandom() - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SecurityManager - Class in java.lang
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
SecurityPermission - Class in java.security
This class is for security permissions.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission with the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission object with the specified name.
seek(long) - Method in class ej.bon.ResourceBuffer
Sets the buffer position indicator.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
seekToElementPointer(int) - Method in class ej.bon.ResourceArray
Modify the position of the ResourceBuffer used to create this ResourceArray.
send(String) - Method in class com.cinterion.io.ATCommand
Send an AT command to the device.
send(String, ATCommandResponseListener) - Method in class com.cinterion.io.ATCommand
Send an AT command to the device.
send(Datagram) - Method in interface ej.ecom.io.DatagramConnection
 
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
sendCommand(String) - Method in class ej.ecom.mobile.ATConnection
Send AT command from the connection.
sendCommand(byte[], int, int) - Method in class ej.ecom.mobile.ATConnection
Send AT command from the connection.
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the ninth month of the year in the Gregorian and Julian calendars.
Serializable - Interface in java.io
This interface is only defined for hierarchy compatibility.
serialVersionUID - Static variable in interface java.security.Key
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PrivateKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PublicKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface javax.crypto.SecretKey
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
ServerSocket - Class in java.net
This class implements server sockets.
ServerSocket() - Constructor for class java.net.ServerSocket
Creates an unbound server socket.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket, bound to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
ServerSocketFactory - Class in javax.net
This class creates server sockets.
ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
Creates a server socket factory.
set(byte[], byte, int, int) - Static method in class ej.bon.ByteArray
Fills a zone of a byte array with the given value.
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR, MINUTE, and SECOND.
set(int, E) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(E) - Method in interface java.util.ListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicate elements.
set(int, E) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
setAddress(Datagram) - Method in interface ej.ecom.io.Datagram
 
setAddress(String) - Method in interface ej.ecom.io.Datagram
 
setAddress(InetAddress) - Method in class java.net.DatagramPacket
Sets the IP address of the machine to which this datagram is being sent.
setBaudrate(int) - Method in interface ej.ecom.io.CommConnection
Configures the baudrate.
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enable/disable SO_BROADCAST.
setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
Assigns the given trusted certificate to the given alias.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index is set to ch.
setCharAt(int, char) - Method in class java.lang.StringBuilder
The character at the specified index is set to ch.
setConnectCallback(MqttConnectCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a connect callback, which is invoked when the connect is successful.
setCriticality(int) - Method in class ej.kf.Feature
Sets the criticality of this feature.
setCurrentLocale(String) - Method in class ej.nls.BasicImmutablesNLS
Deprecated.
 
setCurrentLocale(String) - Method in class ej.nls.NLS
Changes the current locale loaded.
setCurrentTimeMillis(long) - Static method in class ej.bon.Util
Sets the application time.
setCurrentTimeMillis(Date) - Static method in class ej.bon.Util
Sets the application time.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setData(byte[], int, int) - Method in interface ej.ecom.io.Datagram
 
setData(byte[], int, int) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[]) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class ej.bon.Timer
Sets the default handler for uncaught exceptions.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
setDTR(boolean) - Method in class com.cinterion.io.ATCommand
Set the state of the DTR (Data Terminal Ready) signal of the devices AT channel.
setElementAt(E, 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
Sets the error state of the stream to true.
setExecutable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecutable(boolean) - Method in class java.io.File
A convenience method to set the owner's execute permission for this abstract pathname.
setExecutionQuota(int) - Method in class ej.kf.Module
Sets the execution quota allocated to the threads owned by this Module.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setImmortal(T) - Static method in class ej.bon.Immortals
Turns the given object into an immortal object.
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Set the multicast network interface used by methods whose behavior would be affected by the value of the network interface.
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key (that has already been protected) to the given alias.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLength(int) - Method in interface ej.ecom.io.Datagram
 
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of the character sequence.
setLength(int) - Method in class java.lang.StringBuilder
Sets the length of the character sequence.
setLength(int) - Method in class java.net.DatagramPacket
Set the length for this packet.
setLenient(boolean) - Method in class java.util.Calendar
Deprecated.
setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast datagrams The option is used by the platform's networking code as a hint for setting whether multicast data will be looped back to the local socket.
setMessageCallback(MqttMessageCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a message callback, which is invoked when a message is received for a subscribed topic.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call this method with value 1.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted server-mode SSLSockets will be initially configured to require client authentication.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to require client authentication.
setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
Specify the network interface for outgoing multicast datagrams sent on this socket.
setOOBInline(boolean) - Method in class java.net.Socket
Enable/disable SO_OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data received on a socket is silently discarded.
setOption(int, Object) - Method in interface java.net.SocketOptions
Enable/disable the option specified by optID.
setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
Initializes this signature engine with the specified parameter set.
setPinCode(String) - Method in class ej.ecom.mobile.MobileManager
Sets the PIN code to be used for unlocking the SIM card.
setPort(int) - Method in class java.net.DatagramPacket
Sets the port number on the remote host to which this datagram is being sent.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setPublishCallback(MqttPublishCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a publish callback, which is invoked when PUBACK(QOS1)/PUBREC,PUBCOMP(QOS2).
setReadable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's read permission for this abstract pathname.
setReadable(boolean) - Method in class java.io.File
A convenience method to set the owner's read permission for this abstract pathname.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_RCVBUF option to the specified value for this DatagramSocket.
setReceiveBufferSize(int) - Method in class java.net.ServerSocket
Sets a default proposed value for the SO_RCVBUF option for sockets accepted from this ServerSocket.
setReceiveBufferSize(int) - Method in class java.net.Socket
Sets the SO_RCVBUF option to the specified value for this Socket.
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.ServerSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.Socket
Enable/disable the SO_REUSEADDR socket option.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
setSeed(byte[]) - Method in class java.security.SecureRandom
Reseeds this random object.
setSeed(long) - Method in class java.security.SecureRandom
Reseeds this random object, using the eight bytes contained in the given long seed.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the SocketAddress (usually IP address + port number) of the remote host to which this datagram is being sent.
setSoLinger(boolean, int) - Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSubscribeCallback(MqttSubscribeCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a subscribe callback, which is invoked when a subscription is granted or denied.
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's 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.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this MulticastSocket in order to control the scope of the multicasts.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets traffic class or type-of-service octet in the IP datagram header for datagrams sent from this DatagramSocket.
setTrafficClass(int) - Method in class java.net.Socket
Sets traffic class or type-of-service octet in the IP header for packets sent from this Socket.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class ej.bon.Timer
Sets the specific handler for uncaught exceptions on this Timer instance.
setUncaughtExceptionHandler(UncaughtExceptionHandler) - Static method in class ej.kf.Kernel
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted connections are in the (default) SSL server mode, or the SSL client mode.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to use client (or server) mode when handshaking.
setValue(int) - Method in class com.cinterion.io.OutPort
Sets the current value of an instance of a GPIO port of output pins.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setWritable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's write permission for this abstract pathname.
setWritable(boolean) - Method in class java.io.File
A convenience method to set the owner's write permission for this abstract pathname.
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the short value indicated by the String parameter.
SHORT - Static variable in class java.util.Calendar
A style specifier indicating a short name, such as "Jan".
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_SIZE - Static variable in class ej.bon.ByteArray
The size of a short.
ShortBufferException - Exception in javax.crypto
This exception is thrown when an output buffer provided by the user is too short to hold the operation result.
ShortBufferException() - Constructor for exception javax.crypto.ShortBufferException
Constructs a ShortBufferException with no detail message.
ShortBufferException(String) - Constructor for exception javax.crypto.ShortBufferException
Constructs a ShortBufferException with the specified detail message.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
SIGN - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for signing.
sign() - Method in class java.security.Signature
Returns the signature bytes of all the data updated.
sign(byte[], int, int) - Method in class java.security.Signature
Finishes the signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
Signature - Class in java.security
The Signature class is used to provide applications the functionality of a digital signature algorithm.
Signature(String) - Constructor for class java.security.Signature
Creates a Signature object for the specified algorithm.
SignatureException - Exception in java.security
This is the generic Signature exception.
SignatureException() - Constructor for exception java.security.SignatureException
Constructs a SignatureException with no detail message.
SignatureException(String) - Constructor for exception java.security.SignatureException
Constructs a SignatureException with the specified detail message.
SignatureException(String, Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified detail message and cause.
SignatureException(Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SignatureSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
SignatureSpi() - Constructor for class java.security.SignatureSpi
 
signum(int) - Static method in class java.lang.Integer
Returns the signum function of the specified int value.
signum(long) - Static method in class java.lang.Long
Returns the signum function of the specified long value.
signum(double) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
sin(double) - Static method in class ej.bon.XMath
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sinh(double) - Static method in class java.lang.Math
Returns the hyperbolic sine of a double value.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
size() - Method in class java.security.KeyStore
Retrieves the number of entries in this keystore.
size() - Method in class java.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.Dictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.WeakHashMap
Returns the number of key-value mappings in this map.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.Reader
Skips characters.
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.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input 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, subject to the precision and accuracy of system timers and schedulers.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds plus the specified number of nanoseconds, subject to the precision and accuracy of system timers and schedulers.
SNI - Class in ej.sni
 
SNI() - Constructor for class ej.sni.SNI
 
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound at creation time, and so the locally bound address cannot be changed).
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket.
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive probe to the peer.
SO_LINGER - Static variable in interface java.net.SocketOptions
Specify a linger-on-close timeout.
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream.
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets SO_REUSEADDR for a socket.
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Set a timeout on blocking Socket operations:
Socket - Class in java.net
This class implements client sockets (also called just "sockets").
Socket() - Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
SocketAddress - Class in java.net
This class represents a Socket Address with no protocol attachment.
SocketAddress() - Constructor for class java.net.SocketAddress
 
SocketException - Exception in java.net
Thrown to indicate that there is an error creating or accessing a Socket.
SocketException(String) - Constructor for exception java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketException() - Constructor for exception java.net.SocketException
Constructs a new SocketException with no detail message.
SocketFactory - Class in javax.net
This class creates sockets.
SocketFactory() - Constructor for class javax.net.SocketFactory
Creates a SocketFactory.
SocketOptions - Interface in java.net
Interface of methods to get/set socket options.
SocketPermission - Class in java.net
This class represents access to a network via sockets.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Creates a new SocketPermission object with the specified actions.
SocketTimeoutException - Exception in java.net
Signals that a timeout has occurred on a socket read or accept.
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
Constructs a new SocketTimeoutException with a detail message.
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
Construct a new SocketTimeoutException with no detailed message.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
sqrt(double) - Static method in class ej.bon.XMath
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
SSL_CONNECT_FAILED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
SSL connect failed.
SslConfig - Class in com.cinterion.ssl
This class allows to configure an SSL connection and enumerates the configuration values.
SslConfig(short) - Constructor for class com.cinterion.ssl.SslConfig
Instantiates an SSL configuration.
SSLContext - Class in javax.net.ssl
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.
SSLContext() - Constructor for class javax.net.ssl.SSLContext
 
SSLContextSpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the SSLContext class.
SSLContextSpi() - Constructor for class javax.net.ssl.SSLContextSpi
 
SSLException - Exception in javax.net.ssl
Indicates some kind of error detected by an SSL subsystem.
SSLException(String) - Constructor for exception javax.net.ssl.SSLException
Constructs an exception reporting an error found by an SSL subsystem.
SSLException(String, Throwable) - Constructor for exception javax.net.ssl.SSLException
Creates a SSLException with the specified detail message and cause.
SSLException(Throwable) - Constructor for exception javax.net.ssl.SSLException
Creates a SSLException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SSLHandshakeException - Exception in javax.net.ssl
Indicates that the client and server could not negotiate the desired level of security.
SSLHandshakeException(String) - Constructor for exception javax.net.ssl.SSLHandshakeException
Constructs an exception reporting an error found by an SSL subsystem during handshaking.
SSLPermission - Class in javax.net.ssl
This class is for various network permissions.
SSLPermission(String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission with the specified name.
SSLPermission(String, String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission object with the specified name.
SSLServerSocket - Class in javax.net.ssl
This class extends ServerSockets and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocketFactory - Class in javax.net.ssl
SSLServerSocketFactorys create SSLServerSockets.
SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
Constructor is used only by subclasses.
SSLSocket - Class in javax.net.ssl
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocketFactory - Class in javax.net.ssl
SSLSocketFactorys create SSLSockets.
SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
Constructor is used only by subclasses.
SslStorage - Class in com.cinterion.ssl
Management class for the non-volatile memory used for network security.
Stack<E> - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - Error in java.lang
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
StackTraceElement - Class in java.lang
An element in a stack trace.
start() - Method in class ej.kf.Feature
Causes this Feature to start.
start() - Method in interface ej.kf.FeatureEntryPoint
This method is called once by the Kernel when a Feature has been newly started.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startHandshake() - Method in class javax.net.ssl.SSLSocket
Starts an SSL handshake on this connection.
startPolling() - Method in class com.cinterion.io.InPort
Starts polling of a GPIO port of input pins.
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 the substring of this string beginning at the specified index starts with the specified prefix.
startTrace() - Static method in class ej.trace.Tracer
Starts to record the events.
state - Variable in class java.security.Signature
Current state of this signature object.
stateChanged(Feature, Feature.State) - Method in interface ej.kf.FeatureStateListener
Called when the state of a Feature has changed.
stop() - Method in class ej.kf.Feature
Causes this Feature to stop.
stop() - Method in interface ej.kf.FeatureEntryPoint
This method is called once by the Kernel when a Feature is going to be unloaded.
stopPolling() - Method in class com.cinterion.io.InPort
Stops polling of a GPIO port of input pins.
stopTrace() - Static method in class ej.trace.Tracer
Stops to record the events.
StreamConnection - Interface in ej.ecom.io
This interface defines a bidirectional connection: a connection on which an InputStream and an OutputStream can be open.
StreamConnectionNotifier - Interface in ej.ecom.io
 
String - Class in java.lang
The String class represents character strings.
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
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[], int, int, String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
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.
String(StringBuilder) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string builder argument.
StringBuffer - Class in java.lang
A thread-safe, 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(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters as the specified CharSequence.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters as the specified CharSequence.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.ArrayList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subscribe(String, int) - Method in class com.cinterion.mqtt.MqttClient
Subscribes to a topic.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a new CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuilder
Returns a new character sequence that is a subsequence of this sequence.
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.
substring(int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this character sequence.
substring(int, int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this sequence.
substring(int) - Method in class java.lang.StringBuilder
Returns a new String that contains a subsequence of characters currently contained in this character sequence.
substring(int, int) - Method in class java.lang.StringBuilder
Returns a new String that contains a subsequence of characters currently contained in this sequence.
sun.security.x509 - package sun.security.x509
Contains classes for certificate management.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
supportsMulticast() - Method in class java.net.NetworkInterface
Returns whether a network interface supports multicasting or not.
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
switchOff() - Method in class ej.gnss.GnssManager
SwitchOff Positioning polling on the system.
switchOn() - Method in class ej.gnss.GnssManager
SwitchOn Positioning polling on the system.
System - Class in java.lang
The System class contains several useful class fields and methods.

T

tan(double) - Static method in class ej.bon.XMath
Returns the trigonometric tangent of an angle.
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
tanh(double) - Static method in class java.lang.Math
Returns the hyperbolic tangent of a double value.
Target - Annotation Type in java.lang.annotation
Indicates the kinds of program element to which an annotation type is applicable.
TCP_CONNECT_FAILED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
TCP connect failed.
TCP_NODELAY - Static variable in interface java.net.SocketOptions
Disable Nagle's algorithm for this connection.
Thread - Class in java.lang
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.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread.State - Enum in java.lang
A thread state.
Thread.UncaughtExceptionHandler - Interface in java.lang
Interface for handlers invoked when a Thread abruptly terminates due to an uncaught exception.
Throwable - Class in java.lang
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 detail message.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message.
Throwable(String, Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message and cause.
Throwable(Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
throwExceptionInThread(RuntimeException, Thread) - Static method in class ej.bon.Util
Deprecated.
Please consider Kernel & Features specification instead.
throwHardExceptionInThread(RuntimeException, Thread) - Static method in class ej.bon.Util
Deprecated.
Please consider Kernel & Features specification instead.
THURSDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Thursday.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
Timer - Class in ej.bon
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class ej.bon.Timer
Creates a new timer.
Timer(boolean) - Constructor for class ej.bon.Timer
Creates a new timer.
Timer - Class in java.util
Deprecated.
Please consider ej.bon.Timer from BON specification instead.
Timer() - Constructor for class java.util.Timer
Deprecated.
Creates a new timer.
Timer(String) - Constructor for class java.util.Timer
Deprecated.
Creates a new timer whose associated thread has the specified name.
TimerTask - Class in ej.bon
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class ej.bon.TimerTask
Creates a new timer task.
TimerTask - Class in java.util
Deprecated.
Please consider ej.bon.TimerTask from BON specification instead.
TimerTask() - Constructor for class java.util.TimerTask
Deprecated.
Creates a new timer task.
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
Sole constructor.
toArray() - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Set
Returns an array containing all of the elements in this set.
toArray(T[]) - Method in interface java.util.Set
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(T[]) - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
toBinaryString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long) - Static method in class java.lang.Long
Returns a string representation of the long 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.
toCString(String, byte[]) - Static method in class ej.sni.SNI
Transforms a Java String into a C String.
The platform default encoding is used to transform Java characters into C characters.
The created C String is a NULL terminated String (ends with '\0').
toCString(String) - Static method in class ej.sni.SNI
Transforms a Java String into a C String.
The platform default encoding is used to transform Java characters into C characters.
The returned C String is a NULL terminated String (ends with '\0').
toDegrees(double) - Static method in class ej.bon.XMath
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 16.
toJavaString(byte[]) - Static method in class ej.sni.SNI
Transforms a C String into a Java String, using platform default encoding.
toLowerCase(char) - Static method in class java.lang.Character
Converts the character argument to lowercase using case mapping information from the UnicodeData file.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the default locale.
toOctalString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 8.
toRadians(double) - Static method in class ej.bon.XMath
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toString() - Method in interface ej.kf.Principal
Gets a string representation of the X.500 distinguished name using the format defined in RFC 2253.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString() - Method in class java.io.File
Returns the pathname string of this abstract pathname.
toString() - Method in interface java.lang.annotation.Annotation
Returns a string representation of this annotation.
toString(boolean) - Static method in class java.lang.Boolean
Returns a String object representing the specified boolean.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(byte) - Static method in class java.lang.Byte
Returns a new String object representing the specified byte.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString(char) - Static method in class java.lang.Character
Returns a String object representing the specified char.
toString() - Method in class java.lang.Character
Returns a String object representing this Character's value.
toString() - Method in interface java.lang.CharSequence
Returns a string containing the characters in this sequence in the same order as this sequence.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Returns a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a string representation of this Double object.
toString() - Method in class java.lang.Enum
Returns the name of this enum constant, as contained in the declaration.
toString(float) - Static method in class java.lang.Float
Returns a string representation of the float argument.
toString() - Method in class java.lang.Float
Returns a string representation of this Float object.
toString(int) - Static method in class java.lang.Integer
Returns a String object representing the specified integer.
toString(int, int) - Static method in class java.lang.Integer
Returns a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(long) - Static method in class java.lang.Long
Returns a String object representing the specified long.
toString(long, int) - Static method in class java.lang.Long
Returns a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Package
Returns the string representation of this Package.
toString(short) - Static method in class java.lang.Short
Returns a new String object representing the specified short.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.StackTraceElement
Returns a string representation of this stack trace element.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
 
toString() - Method in class java.lang.StringBuilder
 
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable.
toString() - Method in class java.net.InetAddress
Converts this IP address to a String.
toString() - Method in class java.net.InetSocketAddress
Constructs a string representation of this InetSocketAddress.
toString() - Method in class java.net.InterfaceAddress
Converts this Interface address to a String.
toString() - Method in class java.net.NetworkInterface
 
toString() - Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class java.net.Socket
Converts this socket to a String.
toString() - Method in class java.security.cert.Certificate
Returns a string representation of this certificate.
toString() - Method in class java.security.MessageDigest
Returns a string representation of this message digest object.
toString() - Method in class java.security.Permission
Returns a string describing this Permission.
toString() - Method in interface java.security.Principal
Returns a string representation of this principal.
toString() - Method in class java.security.Signature
Returns a string representation of this signature object, providing information that includes the state of the object and the name of the algorithm used.
toString() - Method in class java.util.AbstractCollection
Returns a string representation of this collection.
toString() - Method in class java.util.AbstractMap.SimpleEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap
Returns a string representation of this map.
toString() - Method in class java.util.Calendar
Return a string representation of this calendar.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.EventObject
Returns a String representation of this EventObject.
toString() - Method in class java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class java.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class javax.security.auth.x500.X500Principal
Return a user-friendly string representation of this X500Principal.
totalMemory() - Static method in class ej.bon.Immortals
Returns the total amount of immortal memory.
totalMemory() - Static method in class ej.bon.Immutables
Returns the total amount of immutable memory.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java virtual machine.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase using case mapping information from the UnicodeData file.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the default locale.
TRACE_ENABLED_CONSTANT_PROPERTY - Static variable in class ej.trace.Tracer
The value of this boolean constant property is true when the traces are enabled in the system and false otherwise (see Constants).
Tracer - Class in ej.trace
A Tracer object is used to trace events for debug or monitoring.
Tracer(String, int) - Constructor for class ej.trace.Tracer
Creates a new tracer with the given name.
trim() - Method in class java.lang.String
Returns a copy of the string, with leading and trailing whitespace omitted.
trimToSize() - Method in class java.lang.StringBuffer
Attempts to reduce storage used for the character sequence.
trimToSize() - Method in class java.lang.StringBuilder
Attempts to reduce storage used for the character sequence.
trimToSize() - Method in class java.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TrustManager - Interface in javax.net.ssl
This is the base interface for JSSE trust managers.
TrustManagerFactory - Class in javax.net.ssl
This class acts as a factory for trust managers based on a source of trust material.
TrustManagerFactory() - Constructor for class javax.net.ssl.TrustManagerFactory
 
TrustManagerFactorySpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the TrustManagerFactory class.
TrustManagerFactorySpi() - Constructor for class javax.net.ssl.TrustManagerFactorySpi
 
TUESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Tuesday.
Type - Interface in java.lang.reflect
Type is the common superinterface for all types in the Java programming language.

U

UCS2Hex2Java(String) - Static method in class com.cinterion.io.ATStringConverter
Converts a string in the UCS2 hex format into a Java encoded string.
ulp(double) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
uncaughtException(Timer, Throwable) - Method in class ej.bon.TimerTask
Method invoked when this TimerTask terminates due to an uncaught exception thrown by TimerTask.run().
uncaughtException(Feature, Thread, Throwable) - Method in interface ej.kf.UncaughtExceptionHandler
Deprecated.
Method invoked when the given thread terminates due to the given uncaught exception.
uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
UncaughtExceptionHandler - Interface in ej.kf
UNDECIMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the thirteenth month of the year.
UNINITIALIZED - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has not yet been initialized.
uninstall(Feature) - Static method in class ej.kf.Kernel
Uninstalls a Feature.
UNKNOWN_NAME - Static variable in interface ej.ecom.Device
This value is returned by Device.getName() when this device is unregistered and its name is unavailable.
UnknownError - Error in java.lang
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownFeatureException - Exception in ej.kf
This exception is thrown if a Feature being unloaded is unknown.
UnknownFeatureException() - Constructor for exception ej.kf.UnknownFeatureException
 
UnknownHostException - Exception in java.net
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException() - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
unload(Feature) - Static method in class ej.kf.Kernel
Stops a Feature and uninstalls it if its state is Feature.State.INSTALLED after Feature.stop().
UnrecoverableEntryException - Exception in java.security
This exception is thrown if an entry in the keystore cannot be recovered.
UnrecoverableEntryException() - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with no detail message.
UnrecoverableEntryException(String) - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
UnrecoverableKeyException - Exception in java.security
This exception is thrown if a key in the keystore cannot be recovered.
UnrecoverableKeyException() - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(String) - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
unregister(Device) - Static method in class ej.ecom.DeviceManager
Unregisters the given device.
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
unsubscribe(String) - Method in class com.cinterion.mqtt.MqttClient
Unsubscribes from a topic.
UnsupportedClassVersionError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified detail message and cause.
UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
unwrap(byte[], String, int) - Method in class javax.crypto.Cipher
Unwrap a previously wrapped key.
UNWRAP_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to key-unwrapping mode.
update(byte) - Method in class java.security.MessageDigest
Updates the digest using the specified byte.
update(byte[], int, int) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[]) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(byte) - Method in class java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte[]) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update(byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte) - Method in class javax.crypto.Mac
Processes the given byte.
update(byte[]) - Method in class javax.crypto.Mac
Processes the given array of bytes.
update(byte[], int, int) - Method in class javax.crypto.Mac
Processes the first len bytes in input, starting at offset inclusive.
updateAAD(byte[]) - Method in class javax.crypto.Cipher
Continues a multi-part update of the Additional Authentication Data (AAD).
updateAAD(byte[], int, int) - Method in class javax.crypto.Cipher
Continues a multi-part update of the Additional Authentication Data (AAD), using a subset of the provided buffer.
updateInit() - Static method in class com.cinterion.update.SafeUpdate
Reset the update partition, see gina_update_init() in GINA Service API.
updateInstall() - Static method in class com.cinterion.update.SafeUpdate
Trigger the upgrade process, see gina_update_install() in GINA Service API.
updateRelease() - Static method in class com.cinterion.update.SafeUpdate
Release the data stored in the partition and return the upgrade result, see gina_update_release() in GINA Service API.
updateStore(byte[], int, boolean) - Static method in class com.cinterion.update.SafeUpdate
Flash the Firmware to the update partition, see gina_update_store() in GINA Service API.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this TimeZone uses Daylight Saving Time.
UTFDataFormatException - Exception in java.io
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Util - Class in ej.bon
This class offers basic services for B-ON implementation.
Util() - Constructor for class ej.bon.Util
 

V

valueOf(String) - Static method in enum ej.gnss.GnssManager.GnssManagerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.kf.Feature.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.kf.ResourceControlListener.StopCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.RetentionPolicy
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class java.lang.Boolean
Returns a Boolean instance representing the specified boolean value.
valueOf(String) - Static method in class java.lang.Boolean
Returns a Boolean with a value represented by the specified string.
valueOf(byte) - Static method in class java.lang.Byte
Returns a Byte instance representing the specified byte value.
valueOf(String) - Static method in class java.lang.Byte
Returns a Byte object holding the value given by the specified String.
valueOf(String, int) - Static method in class java.lang.Byte
Returns a Byte object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(char) - Static method in class java.lang.Character
Returns a Character instance representing the specified char value.
valueOf(double) - Static method in class java.lang.Double
Returns a Double instance representing the specified double value.
valueOf(String) - Static method in class java.lang.Double
Returns a Double object holding the double value represented by the argument string s.
valueOf(Class<T>, String) - Static method in class java.lang.Enum
This method is available for compilation purpose.
valueOf(float) - Static method in class java.lang.Float
Returns a Float instance representing the specified float value.
valueOf(String) - Static method in class java.lang.Float
Returns a Float object holding the float value represented by the argument string s.
valueOf(int) - Static method in class java.lang.Integer
Returns an Integer instance representing the specified int value.
valueOf(String) - Static method in class java.lang.Integer
Returns an Integer object holding the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns an Integer object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(long) - Static method in class java.lang.Long
Returns a Long instance representing the specified long value.
valueOf(String) - Static method in class java.lang.Long
Returns a Long object holding the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Long
Returns a Long object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(short) - Static method in class java.lang.Short
Returns a Short instance representing the specified short value.
valueOf(String) - Static method in class java.lang.Short
Returns a Short object holding the value given by the specified String.
valueOf(String, int) - Static method in class java.lang.Short
Returns a Short object holding the value extracted from the specified String when parsed with the radix given by the second argument.
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(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float 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 enum java.lang.Thread.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum ej.gnss.GnssManager.GnssManagerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.kf.Feature.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.kf.ResourceControlListener.StopCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.RetentionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Thread.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.AbstractMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.HashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this map.
values() - Method in interface java.util.Map
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.WeakHashMap
Returns a Collection view of the values contained in this map.
Vector<E> - Class in java.util
The Vector class implements a growable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection<? extends E>) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
verify(PublicKey) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
verify(PublicKey, String) - Method in class java.security.cert.Certificate
Verifies that this certificate was signed using the private key that corresponds to the specified public key.
VERIFY - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for verification.
verify(byte[]) - Method in class java.security.Signature
Verifies the passed-in signature.
verify(byte[], int, int) - Method in class java.security.Signature
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
VerifyError - Error in java.lang
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError() - Constructor for error java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String) - Constructor for error java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
VirtualMachineError - Error in java.lang
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 error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.

W

wait() - Method in class java.lang.Object
Causes the 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 the 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 the 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.
WeakHashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface, with weak keys.
WeakHashMap() - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default initial capacity (16) and load factor (0.75).
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor (0.75).
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
WeakHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.WeakHashMap
Constructs a new WeakHashMap with the same mappings as the specified map.
WeakHashtable - Class in ej.bon
A Hashtable implementation with weak keys.
WeakHashtable() - Constructor for class ej.bon.WeakHashtable
Constructs a new, empty weak hashtable with a default capacity and load factor.
WeakHashtable(int) - Constructor for class ej.bon.WeakHashtable
Constructs a new, empty weak hashtable with the specified initial capacity.
WeakReference<T> - Class in java.lang.ref
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
WeakReference(T) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WeakReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object and is registered with the given queue.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.
wrap(Key) - Method in class javax.crypto.Cipher
Wrap a key.
WRAP_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to key-wrapping mode.
WRITE - Static variable in class ej.ecom.io.Connector
Access mode WRITE.
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(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
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(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(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
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 class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of an array of characters.
write(int) - Method in class java.io.OutputStreamWriter
Writes a single character.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of a string.
write(byte[], int, int) - Method in class java.io.PrintStream
Writes len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.PrintStream
Writes the specified byte to this stream.
write(int) - Method in class java.io.RandomAccessFile
 
write(byte[]) - Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(char[]) - Method in class java.io.Writer
Writes an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Writes a portion of an array of characters.
write(int) - Method in class java.io.Writer
Writes a single character.
write(String) - Method in class java.io.Writer
Writes a string.
write(String, int, int) - Method in class java.io.Writer
Writes a portion of a string.
writeBits(int) - Method in interface ej.ecom.io.BitsOutput
The data to send is masked using the following formula:
val &= (1 << getLength()) - 1
writeBits(int[]) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified integer array to this output stream.
writeBits(int[], int, int) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified integer array starting at offset off to this output stream.
writeBits(short[], boolean) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified short array to this output stream.
writeBits(short[], int, int, boolean) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified short array starting at offset off to this output stream.
writeBits(byte[], boolean) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified short array to this output stream.
writeBits(byte[], int, int, boolean) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified short array starting at offset off to this output stream.
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.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean to the file as a one-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.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte to the file as a one-byte value.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
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.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a char to the file as a two-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.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high byte first.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first.
writeInt(byte[], int, int) - Static method in class ej.bon.ByteArray
Writes an int in the given byte array at the given offset respecting the endianness of the platform.
writeInt(byte[], int, int, int) - Static method in class ej.bon.ByteArray
Writes an int in the given byte array at the given offset respecting the endianness of the array.
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.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLong(byte[], int, long) - Static method in class ej.bon.ByteArray
Writes a long in the given byte array at the given offset respecting the endianness of the platform.
writeLong(byte[], int, long, int) - Static method in class ej.bon.ByteArray
Writes a long in the given byte array at the given offset respecting the endianness of the array.
writeLong(long) - Method in interface java.io.DataOutput
Writes a long value, which is comprised of eight 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.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(byte[], int, int) - Static method in class ej.bon.ByteArray
Writes a short in the given byte array at the given offset respecting the endianness of the platform.
writeShort(byte[], int, int, int) - Static method in class ej.bon.ByteArray
Writes a short in the given byte array at the given offset respecting the endianness of the array.
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.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the modified UTF-8 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 modified UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a string to the file using modified UTF-8 encoding in a machine-independent manner.
written - Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.

X

X500Principal - Class in javax.security.auth.x500
This class represents an X.500 Principal.
X500Principal(byte[]) - Constructor for class javax.security.auth.x500.X500Principal
Creates an X500Principal from a distinguished name in ASN.1 DER encoded form.
X500Principal(InputStream) - Constructor for class javax.security.auth.x500.X500Principal
Creates an X500Principal from an InputStream containing the distinguished name in ASN.1 DER encoded form.
X509Certificate - Class in java.security.cert
Abstract class for X.509 certificates.
X509Certificate() - Constructor for class java.security.cert.X509Certificate
Constructor for X.509 certificates.
X509EncodedKeySpec - Class in java.security.spec
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo.
X509EncodedKeySpec(byte[]) - Constructor for class java.security.spec.X509EncodedKeySpec
Creates a new X509EncodedKeySpec with the given encoded key.
X509Extension - Interface in java.security.cert
Interface for an X.509 extension.
X509KeyManager - Interface in javax.net.ssl
Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket.
X509TrustManager - Interface in javax.net.ssl
Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket.
XMath - Class in ej.bon
This class provides advanced mathematical functions.

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
A hint to the scheduler that the current thread is willing to yield its current use of a processor.

Z

ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
A B C D E F G H I J K L M N O P R S T U V W X Y Z