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 

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
GenericDeclaration - Interface in java.lang.reflect
This interface is only defined for hierarchy compatibility.
get(Object) - Method in class ej.basictool.map.AbstractPackedMap
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 ej.basictool.map.AbstractWeakPackedMap
 
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_ACTION - Static variable in class ej.property.PropertyPermission
GET_ACTION - Static variable in class ej.service.ServicePermission
Action associated with ServiceLoader.getService(Class).
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.property.PropertyPermission
 
getActions() - Method in class ej.service.ServicePermission
 
getActions() - Method in class ej.wadapps.application.ApplicationPermission
 
getActions() - Method in class java.io.FilePermission
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.
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.
getApplication() - Method in class ej.wadapps.application.ApplicationPermission
Gets the application.
getApplications() - Method in interface ej.wadapps.application.ApplicationManager
Gets all available applications.
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.
getBaudrate() - Method in interface ej.ecom.io.CommConnection
Gets the current configured baudrate.
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".
getBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a boolean value in a bit field.
getBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a boolean value in a bit field.
getBuffer() - Method in class ej.bon.ResourceArray
Returns the ResourceBuffer used to create the ResourceArray.
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.
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.
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.
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.
getCurrentApplication() - Method in interface ej.wadapps.application.OwnershipHelper
Returns the application that owns the current thread context.
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 java.util.TimeZone
Gets the default TimeZone for this host.
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.
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.
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.
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.
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.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
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.
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.
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.
getIdentifier() - Method in interface ej.wadapps.application.Application
Gets the application unique identifier.
getIds() - Method in interface ej.storage.Storage
Returns all IDs of the stored entries.
getImplementationName(String) - Method in class ej.service.loader.DependencyInjectionServiceLoader
Gets the implementation class name for the given service name.
getImplementationName(String) - Method in class ej.service.loader.FilePropertiesServiceLoader
 
getImplementationName(String) - Method in class ej.service.loader.MetaInfServiceLoader
 
getImplementationName(String) - Method in class ej.service.loader.SystemPropertiesServiceLoader
 
getIndex(int[], int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndex(T[], T) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndex(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndexEquals(T[], T) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndexEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
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 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.
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.
getIntProperty(int, int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a int value in a bit field.
getKey() - Method in class ej.property.PropertyPermission
Gets the property key handled by this permission.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKeyHashCode(Object) - Method in class ej.basictool.map.AbstractPackedMap
Gets the hash code of a key.
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).
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.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
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.
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
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.
getName() - Method in interface ej.wadapps.Firmware
Gets the firmware name.
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.security.Permission
Returns the name of this Permission.
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.
getOwner(Object) - Method in interface ej.wadapps.application.OwnershipHelper
Returns the application that owns the given object.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
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.
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.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperty(String) - Method in class ej.property.loader.CompositePropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.CompositePropertyLoader
 
getProperty(String) - Method in class ej.property.loader.FilePropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.FilePropertyLoader
 
getProperty(String) - Method in class ej.property.loader.SystemPropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.SystemPropertyLoader
 
getProperty(String) - Method in interface ej.property.PropertyLoader
Gets the value mapped with the specified key.
getProperty(String, String) - Method in interface ej.property.PropertyLoader
Gets the value mapped with the specified key or a default value.
getProperty(String) - Method in class ej.property.registry.SimplePropertyRegistry
 
getProperty(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
 
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.
getPropertyLoader() - Static method in class ej.property.PropertyFactory
Gets a property loader unique instance.
getPropertyRegistry() - Static method in class ej.property.PropertyFactory
Gets a property registry unique instance.
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.
getReference() - Method in class ej.kf.Proxy
Returns the reference managed by this Proxy.
getRequiredService(Class<T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getRING() - Method in class com.cinterion.io.ATCommand
Get the state of the RING signal of the devices AT channel.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getService(Class<T>) - Method in class ej.service.loader.CompositeServiceLoader
 
getService(Class<T>) - Method in class ej.service.loader.SimpleServiceLoader
 
getService(Class<T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service.
getService(Class<T>, Class<? extends T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service in the service loader then in the service registry (see ServiceFactory.getService(Class).
getService(Class<T>) - Method in interface ej.service.ServiceLoader
Gets the instance of the given service.
getService() - Method in class ej.service.ServicePermission
Gets the service handled by this permission.
getServiceLoader() - Static method in class ej.service.ServiceFactory
Gets a service loader unique instance.
getServiceRegistry() - Static method in class ej.service.ServiceFactory
Gets a service registry unique instance.
getSharedPropertyRegistry() - Static method in class ej.wadapps.property.SharedPropertyFactory
Gets the global SharedPropertyRegistry.
getSharedServiceRegistry() - Static method in class ej.wadapps.service.SharedServiceFactory
Gets the shared service registry.
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.
getSize(String) - Method in interface ej.storage.Storage
Returns the size of the entry stored with an ID.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
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 java.lang.Thread
Returns the state of this thread.
getString(String) - Static method in class ej.bon.Constants
Gets a String constant.
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.
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.
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.
getUid() - Method in interface ej.wadapps.Firmware
Gets the firmware unique identifier.
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.
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() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
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 interface ej.wadapps.application.Application
Gets the application version.
getVersion() - Method in interface ej.wadapps.Firmware
Gets the firmware version.
getWrappedKeyHashCode(Object) - Method in class ej.basictool.map.AbstractPackedMap
Gets the hash code of a key stored in the packed map.
getWrappedKeyHashCode(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
GnssManager - Class in ej.gnss
Implementation of the GnssManager function that calls the native function interface
GnssManager() - Constructor for class ej.gnss.GnssManager
 
GnssManager.GnssManagerState - Enum in ej.gnss
Enum state machine for GnssManager
grow(int[], int, int) - Static method in class ej.basictool.ArrayTools
Grows an array by inserting a number of cells at an index.
grow(T[], int, int) - Static method in class ej.basictool.ArrayTools
Grows an array by inserting a number of cells at an index.
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.
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 
Skip navigation links