- 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
-
- AbstractCollection() - Constructor for class java.util.AbstractCollection
-
Sole constructor.
- AbstractList<E> - Class in java.util
-
- 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.
- AbstractPackedMap<K,V> - Class in ej.basictool.map
-
An object that maps keys to values.
- AbstractPackedMap() - Constructor for class ej.basictool.map.AbstractPackedMap
-
Constructs an empty map.
- AbstractPackedMap(AbstractPackedMap<K, V>) - Constructor for class ej.basictool.map.AbstractPackedMap
-
Constructs a map with the same mappings as the specified map.
- AbstractSet<E> - Class in java.util
-
- AbstractSet() - Constructor for class java.util.AbstractSet
-
Sole constructor.
- AbstractWeakPackedMap<K,V> - Class in ej.basictool.map
-
- AbstractWeakPackedMap() - Constructor for class ej.basictool.map.AbstractWeakPackedMap
-
Constructs an empty map.
- AbstractWeakPackedMap(AbstractWeakPackedMap<K, V>) - Constructor for class ej.basictool.map.AbstractWeakPackedMap
-
Constructs a map with the same mappings as the specified map.
- 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.
- 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(T[], T) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- add(T[], T[]) - Static method in class ej.basictool.ArrayTools
-
Appends an array to another.
- add(int[], int) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- add(T[], T, int) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- add(int[], int, int) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- 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.
- addApplicationInstallationListener(ApplicationInstallationListener) - Method in interface ej.wadapps.application.ApplicationInstaller
-
Adds an application installation listener.
- addApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface ej.wadapps.application.ApplicationManager
-
Adds an application lifecycle listener.
- addElement(E) - Method in class java.util.Vector
-
Adds the specified component to the end of this vector, increasing its size by one.
- 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.
- addPropertyLoader(PropertyLoader) - Method in class ej.property.loader.CompositePropertyLoader
-
Adds a property loader at the end of the list a property loaders used by this composite property loader.
- addServiceLoader(ServiceLoader) - Method in class ej.service.loader.CompositeServiceLoader
-
Adds a service loader at the end of the list a service loaders used by this composite service loader.
- 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
get(String)
The OID is handled in it's String format in this class.
- AlgorithmId() - Constructor for class sun.security.x509.AlgorithmId
-
- AlgorithmId(String) - Constructor for class sun.security.x509.AlgorithmId
-
Constructs a parameterless algorithm ID.
- AlgorithmParameterSpec - Interface in java.security.spec
-
- 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.
- 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(String) - Method in interface ej.storage.Storage
-
Appends some data to an entry referenced with an ID.
- 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.
- Application - Interface in ej.wadapps.application
-
An application represents a deployment unit.
- ApplicationInstallationListener - Interface in ej.wadapps.application
-
Listen to applications installation.
- ApplicationInstaller - Interface in ej.wadapps.application
-
The application installer allows to install or uninstall applications.
- ApplicationLifecycleListener - Interface in ej.wadapps.application
-
Listen to applications lifecycle events.
- ApplicationManager - Interface in ej.wadapps.application
-
The application manager gives information on the available applications.
- ApplicationOperationException - Exception in ej.wadapps.application
-
Thrown to indicate that the operation called on an application has failed.
- ApplicationOperationException() - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
Constructs a new exception with null
as its detail message.
- ApplicationOperationException(String, Throwable) - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
Constructs a new exception with the specified detail message and cause.
- ApplicationOperationException(String) - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
Constructs a new exception with the specified detail message.
- ApplicationOperationException(Throwable) - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
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).
- ApplicationPermission - Class in ej.wadapps.application
-
- ApplicationPermission(Application, String) - Constructor for class ej.wadapps.application.ApplicationPermission
-
Creates a permission for the given application.
- 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.
- 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
-
- 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.
- ArrayTools - Class in ej.basictool
-
Defines a set of functions to manipulate arrays.
- ArrayTools() - Constructor for class ej.basictool.ArrayTools
-
- 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 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 (x
, y
) 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
-
- 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.