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

A

abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
ackAlarm(String) - Method in class com.ewon.ewonitf.TagControl
Used to acknowledge an active alarm.
The userLogin provided will appear in the alarm log.
ackAlarm() - Method in class com.ewon.ewonitf.TagControl
Used to acknowledge an active alarm.
The alarm will appear in the alarm history log as acknowledged by the administrator.
See also TagControl.ackAlarm(java.lang.String)
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
This method is used to register a FileSystemListener that is notified in case of adding and removing a new file system root.
addIOServerListener(IOServer) - Static method in class com.ewon.ewonitf.DefaultEventHandler
 
addListener(IOServer) - Method in class com.ewon.ewonitf.IOServerListenerRegistry
 
addListener(String, EvtListener) - Method in class com.ewon.ewonitf.NamedListenerRegistry
Add a new listener object to the listener list.
addListener(EvtTagListener) - Method in class com.ewon.ewonitf.TagListenerRegistry
 
addTagAlarmListener(EvtTagAlarmListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Please see addTagValueListener for explanation.
addTagValueListener(EvtTagValueListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Install a listener for the given tag
addWebAstListener(String, EvtWebAstListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function will install an AST handler for the specific keyword.
addWebFormListener(String, EvtWebFormListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Install a listener for the given formName: http://ewon_ip/rcgi.bin/jvmForm?formName=NNNN
adviseTag(int, int) - Method in class com.ewon.ewonitf.IOTag
Internal: This function is called automatically before the IOServer.onAdviseIo(com.ewon.ewonitf.IOTag) function is called in you IOServer.
You do not need to call this function.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
ALARM_RECORDING - Static variable in class com.ewon.ewonitf.StorageControl
use with eraseRecording to erase the alarm recording file.
ALARM_STATUS_ACK - Static variable in class com.ewon.ewonitf.TagControl
Alarm status value when an alarm is active (and it IS acknowledged), see TagControl.getAlarmType()
ALARM_STATUS_ALM - Static variable in class com.ewon.ewonitf.TagControl
Alarm status value when an alarm is active (and not acknowledged), see TagControl.getAlarmType()
ALARM_STATUS_NONE - Static variable in class com.ewon.ewonitf.TagControl
Alarm status value when no alarm is pending, see TagControl.getAlarmType()
ALARM_STATUS_RTN - Static variable in class com.ewon.ewonitf.TagControl
Alarm status value when an alarm has returned to normal (but not acknowledged), see TagControl.getAlarmType()
ALARM_TYPE_HIGH - Static variable in class com.ewon.ewonitf.TagControl
Alarm type value when no alarm is active with level HIGH, see TagControl.getAlarmStatus()
ALARM_TYPE_HIGH_HIGH - Static variable in class com.ewon.ewonitf.TagControl
Alarm type value when no alarm is active with level HIGH HIGH, see TagControl.getAlarmStatus()
ALARM_TYPE_LEVEL - Static variable in class com.ewon.ewonitf.TagControl
Alarm type value when no alarm is active with boolean level, see TagControl.getAlarmStatus()
ALARM_TYPE_LOW - Static variable in class com.ewon.ewonitf.TagControl
Alarm type value when no alarm is active with level LOW, see TagControl.getAlarmStatus()
ALARM_TYPE_LOW_LOW - Static variable in class com.ewon.ewonitf.TagControl
Alarm type value when no alarm is active with level LOW LOW, see TagControl.getAlarmStatus()
ALARM_TYPE_NONE - Static variable in class com.ewon.ewonitf.TagControl
Alarm type value when no alarm is pending, see TagControl.getAlarmStatus()
ALL_RECORDING - Static variable in class com.ewon.ewonitf.StorageControl
use with eraseRecording to erase all circular recording files.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
ArithmeticException - Exception 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.
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.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
available() - Method in class com.ewon.ewonitf.Exporter
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
availableSize() - Method in interface javax.microedition.io.file.FileConnection
Determines the free memory that is available on the file system the file or directory resides on.

B

before(Object) - Method in class java.util.Calendar
Compares the time field records.
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.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
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.
BY_ID - Static variable in class com.ewon.ewonitf.SysControlBlock
ReferenceType for SysControlBlock.SysControlBlock(int,int,int) indicating if that the refence to the object (User or Tag) is its ID.
BY_ID - Static variable in class com.ewon.ewonitf.TagControl
ReferenceType for TagControl.TagControl(int,int) indicating if that the refence to the tag is its ID.
BY_NDX - Static variable in class com.ewon.ewonitf.SysControlBlock
ReferenceType for SysControlBlock.SysControlBlock(int,int,int) indicating if that the refence to the object (User or Tag) is its index (starting at 0).
BY_NDX - Static variable in class com.ewon.ewonitf.TagControl
ReferenceType for TagControl.TagControl(int,int) indicating if that the refence to the tag is its index (starting at 0).
Byte - Class in java.lang
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayInputStream - Class 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.

C

Calendar - Class in java.util
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone.
call(int, String, int) - Method in interface com.ewon.ewonitf.EvtListener
 
call(int, String, int) - Method in class com.ewon.ewonitf.EvtListenerBase
 
call(int, String, int) - Method in class com.ewon.ewonitf.EvtTagListener
Internal use only, this will trigger execution of the user defined callTagChanged method.
call(int, String, int) - Method in class com.ewon.ewonitf.EvtWebAstListener
 
call(int, String, int) - Method in class com.ewon.ewonitf.EvtWebFormListener
 
call(int, String, int) - Method in class com.ewon.ewonitf.IOServer
Internal use only, this will trigger execution of the requested IO Server function
callAst(String) - Method in class com.ewon.ewonitf.EvtWebAstListener
 
callEvent(String) - Method in class com.ewon.ewonitf.EvtListenerBase
 
callForm(String) - Method in class com.ewon.ewonitf.EvtWebFormListener
 
callListener(int, String, int) - Method in class com.ewon.ewonitf.ListenerRegistryBase
 
callListenerInternal(int, String, int) - Method in class com.ewon.ewonitf.IOServerListenerRegistry
This function actually executes the Event action
callListenerInternal(int, String, int) - Method in class com.ewon.ewonitf.ListenerRegistryBase
This function actually executes the Event action It can be redefined in the actual class.
callListenerInternal(int, String, int) - Method in class com.ewon.ewonitf.NamedListenerRegistry
This function actually executes the Event action
callListenerInternal(int, String, int) - Method in class com.ewon.ewonitf.TagListenerRegistry
This function actually executes the Event action
callTagChanged() - Method in class com.ewon.ewonitf.EvtTagListener
Must be user defined and will be called when the actual event will occur (tag change or alarm change).
canRead() - Method in interface javax.microedition.io.file.FileConnection
Checks if the file or directory is readable.
canWrite() - Method in interface javax.microedition.io.file.FileConnection
Checks if the file or directory is writable.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
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 Character object and initializes it so that it represents the primitive value argument.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
Class - Class 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.
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 but no definition for the class with the specified name could be found.
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.
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clearPendingActions() - Static method in class com.ewon.ewonitf.ScheduledActionManager
Clear any pending action in the scheduled action manager which has NOT been started yet.
clearPendingActions() - Static method in class com.ewon.ewonitf.StorageControl
See ScheduledActionManager.clearPendingActions().
This operation is also executed when SysControlBlock.saveBlock(boolean) is called with the saveToFlash set to true.
close() - Method in class com.ewon.ewonitf.Exporter
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.ewon.ewonitf.Loader
Flushes this output stream and forces any buffered output bytes to be written out.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
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
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
closeEvent(int) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Used internally by Listeners when the event has been handled.
closePppConnection() - Static method in class com.ewon.ewonitf.NetManager
Close any currently opened PPP connection.
If connection is not open then the function does nothing.
COLOR_GREEN - Static variable in class com.ewon.ewonitf.IOManager
use with IOManager.setUserLed(int) to set the led color to GREEN
COLOR_OFF - Static variable in class com.ewon.ewonitf.IOManager
use with IOManager.setUserLed(int) to set the led color to OFF
COLOR_RED - Static variable in class com.ewon.ewonitf.IOManager
use with IOManager.setUserLed(int) to set the led color to RED
COM - Static variable in class com.ewon.ewonitf.SysControlBlock
Type for SysControlBlock.SysControlBlock(int) indicating that this object will manage the comcfg.txt configuration.
com.ewon.ewonitf - package com.ewon.ewonitf
 
CommConnection - Interface in javax.microedition.io
This interface defines a logical serial port connection.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
configureAppWatchdog(int) - Static method in class com.ewon.ewonitf.RuntimeControl
Configure or disable the application watchdog.
The application is checking that the refreshWatchdog() function is called at least every minutes, in case the refresh function is not called within the programmed maximum time, the eWON will reboot with a critical error.
REM: when this function is called, the watchdog timer is reset.
configureNextRunCommand(String) - Static method in class com.ewon.ewonitf.RuntimeControl
This function is used to schedule a new JVM execution.
CONNECT - Static variable in class com.ewon.ewonitf.ScheduledAction
 
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
ConnectionClosedException - Exception in javax.microedition.io.file
Represents an exception thrown when a method is invoked on a file connection but the method cannot be completed because the connection is closed.
ConnectionClosedException() - Constructor for exception javax.microedition.io.file.ConnectionClosedException
Constructs a new instance of this class with its stack trace filled in.
ConnectionClosedException(String) - Constructor for exception javax.microedition.io.file.ConnectionClosedException
Constructs a new instance of this class with its stack trace and message filled in.
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
Connector - Class in javax.microedition.io
This class is factory for creating new Connection objects.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
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.
create() - Method in interface javax.microedition.io.file.FileConnection
Creates a file corresponding to the file string provided in the Connector.open() method for this FileConnection.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing Thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.

D

Datagram - Interface in javax.microedition.io
This is the generic datagram interface.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
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 and saves its argument, the input stream in, for later use.
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.
DATATYPE_BOOLEAN - Static variable in class com.ewon.ewonitf.IOValue
Match the eWON "Boolean" tag type.
DATATYPE_FLOAT32 - Static variable in class com.ewon.ewonitf.IOValue
Match the eWON "Floating point" tag type.
DATATYPE_INT32 - Static variable in class com.ewon.ewonitf.IOValue
Match the eWON "Integer" tag type.
DATATYPE_UINT32 - Static variable in class com.ewon.ewonitf.IOValue
Match the eWON "DWord" tag type.
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 to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
defaultComConfig() - Static method in class com.ewon.ewonitf.StorageControl
This function restores the "communication" config to its default values.
REM: the eWON IP address, netmask and gateway are NOT changed.
REM: the configuration is NOT saved to flash, you must call saveConfig to save it.
DefaultEventHandler - Class in com.ewon.ewonitf
This static class will manage all the events that occure in the system and that may require some attention from the JAVA application.
defaultListener - Variable in class com.ewon.ewonitf.ListenerRegistryBase
 
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete() - Method in interface javax.microedition.io.file.FileConnection
Deletes the file or directory specified in the Connector.open() URL.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
delIOServerListener(IOServer) - Static method in class com.ewon.ewonitf.DefaultEventHandler
 
delListener(IOServer) - Method in class com.ewon.ewonitf.IOServerListenerRegistry
 
delListener(EvtTagListener) - Method in class com.ewon.ewonitf.TagListenerRegistry
 
delTagAlarmListener(EvtTagAlarmListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Remove a listener previousely added with addTagAlarmListener.
delTagValueListener(EvtTagValueListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Remove a listener previousely added with addTagValueListener.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
directorySize(boolean) - Method in interface javax.microedition.io.file.FileConnection
Determines the size in bytes on a file system of all of the files that are contained in a directory.
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.
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.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
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.
DYN_DNS - Static variable in class com.ewon.ewonitf.ScheduledAction
 
DynDnsUpdate() - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to send synchronize the eWON online IP address with a dynamic DNS server like NO-IP.
The function will push the request in the Scheduled Action Manager queue.

E

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.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
The number of valid components in the vector.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class java.util.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.
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.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
Enumeration - 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 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.Float
Compares this object against some other 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 against 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.String
Compares this string to the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
eraseRecordings(int) - Static method in class com.ewon.ewonitf.StorageControl
Erase the given recordings.
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 an Error with no specified detail message.
Error(String) - Constructor for error java.lang.Error
Constructs an Error with the specified detail message.
escapePath(String) - Static method in class com.ewon.ewonitf.WebProducer
This function returns a copy of a path string with anything other than "unreserved" and the forward-slash character percent-encoded according to the URI encoding rules.
EVENT_RECORDING - Static variable in class com.ewon.ewonitf.StorageControl
use with eraseRecording to erase the events recording file.
EventHandlerThread - Class in com.ewon.ewonitf
This runnable object designed to run the runEventManager in a thread.
EventHandlerThread(boolean) - Constructor for class com.ewon.ewonitf.EventHandlerThread
Creates a new instance of EventHandlerThread
EventManager - Class in com.ewon.ewonitf
This static class provides methods for eWON event management (real time or events.txt)
EventManager() - Constructor for class com.ewon.ewonitf.EventManager
 
EvtListener - Interface in com.ewon.ewonitf
 
EvtListenerBase - Class in com.ewon.ewonitf
 
EvtListenerBase() - Constructor for class com.ewon.ewonitf.EvtListenerBase
Creates a new instance of EvtListenerBase
EvtTagAlarmListener - Class in com.ewon.ewonitf
This is an abstract class from which user's tag alarm listener must be derived.
EvtTagAlarmListener(TagControl) - Constructor for class com.ewon.ewonitf.EvtTagAlarmListener
Creates a new instance of EvtTagListener
EvtTagAlarmListener(int) - Constructor for class com.ewon.ewonitf.EvtTagAlarmListener
 
EvtTagAlarmListener(int, int) - Constructor for class com.ewon.ewonitf.EvtTagAlarmListener
 
EvtTagAlarmListener(String) - Constructor for class com.ewon.ewonitf.EvtTagAlarmListener
 
EvtTagAlarmListener() - Constructor for class com.ewon.ewonitf.EvtTagAlarmListener
 
EvtTagListener - Class in com.ewon.ewonitf
This is an abstract class from which EvtTagAlarmListener and EvtTagValueListener classes are derived.
EvtTagListener(TagControl) - Constructor for class com.ewon.ewonitf.EvtTagListener
 
EvtTagListener(int) - Constructor for class com.ewon.ewonitf.EvtTagListener
 
EvtTagListener(int, int) - Constructor for class com.ewon.ewonitf.EvtTagListener
 
EvtTagListener(String) - Constructor for class com.ewon.ewonitf.EvtTagListener
 
EvtTagListener() - Constructor for class com.ewon.ewonitf.EvtTagListener
 
EvtTagValueListener - Class in com.ewon.ewonitf
This is an abstract class from which user's tag value listener must be derived.
EvtTagValueListener(TagControl) - Constructor for class com.ewon.ewonitf.EvtTagValueListener
Creates a new instance of EvtTagListener
EvtTagValueListener(int) - Constructor for class com.ewon.ewonitf.EvtTagValueListener
 
EvtTagValueListener(int, int) - Constructor for class com.ewon.ewonitf.EvtTagValueListener
 
EvtTagValueListener(String) - Constructor for class com.ewon.ewonitf.EvtTagValueListener
 
EvtTagValueListener() - Constructor for class com.ewon.ewonitf.EvtTagValueListener
 
EvtWebAstListener - Class in com.ewon.ewonitf
 
EvtWebAstListener() - Constructor for class com.ewon.ewonitf.EvtWebAstListener
Creates a new instance of EvtWebAstListener
EvtWebFormListener - Class in com.ewon.ewonitf
 
EvtWebFormListener() - Constructor for class com.ewon.ewonitf.EvtWebFormListener
Creates a new instance of EvtWebFormListener
EWException - Exception in com.ewon.ewonitf
Signals that an eWON exception of some sort has occurred.
EWException() - Constructor for exception com.ewon.ewonitf.EWException
Constructs an EWException with null as its error detail message.
EWException(String) - Constructor for exception com.ewon.ewonitf.EWException
Constructs an EWException with the specified detail message.
EwonSystem - Class in com.ewon.ewonitf
 
EwonSystem() - Constructor for class com.ewon.ewonitf.EwonSystem
 
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 an Exception with no specified detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs an Exception with the specified detail message.
exists() - Method in interface javax.microedition.io.file.FileConnection
Checks if the file or directory specified in the URL passed to the Connector.open() method exists.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.
Exporter - Class in com.ewon.ewonitf
This class implements an intput stream with data provided from an export block descriptor.
Exporter(String) - Constructor for class com.ewon.ewonitf.Exporter
Creates a new instance of Exporter.
ExportTo(String) - Method in class com.ewon.ewonitf.Exporter
Transfert the data from the export block descriptor to the given connector.
This function is typically used after the stream (the Exporter) has been created.

F

FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
FileConnection - Interface in javax.microedition.io.file
This interface is intended to access files or directories that are located on removeable media and/or file systems on a device.
fileSize() - Method in interface javax.microedition.io.file.FileConnection
Determines the size of a file on the file system.
FileSystemListener - Interface in javax.microedition.io.file
This class is used for receiving status notification when adding or removing a file system root.
FileSystemRegistry - Class in javax.microedition.io.file
The FileSystemRegistry is a central registry for file system listeners interested in the adding and removing (or mounting and unmounting) of file systems on a device.
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
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.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
flush() - Method in class com.ewon.ewonitf.Loader
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
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
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
formatPartitions(int) - Static method in class com.ewon.ewonitf.StorageControl
Format the given partition.
REM: rebooting after /sys partition was erased cause default config to be reloaded.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
GET_FTP - Static variable in class com.ewon.ewonitf.ScheduledAction
 
GET_HTTP - Static variable in class com.ewon.ewonitf.ScheduledAction
 
getActionLogSize() - Static method in class com.ewon.ewonitf.ScheduledActionManager
Read the number of actions in the scheduled action log.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address in the datagram.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAdviseDataType() - Method in class com.ewon.ewonitf.IOTag
 
getAdviseResId() - Method in class com.ewon.ewonitf.IOTag
Internal.
getAlarmStatus() - Method in class com.ewon.ewonitf.EvtTagAlarmListener
Read the Alarm status at the time the event occured.
getAlarmStatus() - Method in class com.ewon.ewonitf.TagControl
Read the current alarm status for the tag.
getAlarmType() - Method in class com.ewon.ewonitf.EvtTagAlarmListener
Read the Alarm type at the time the event occured.
getAlarmType() - Method in class com.ewon.ewonitf.TagControl
Read the current alarm type for the tag.
getAutoCloseJAR() - Static method in class com.ewon.ewonitf.RuntimeControl
Returns the current AutoCloseJAR value.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getBoolean() - Method in class com.ewon.ewonitf.IOValue
Internal: read the IOValue value as Boolean (it must contain that type - no conversion done).
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getChangedValueAsDouble() - Method in class com.ewon.ewonitf.EvtTagValueListener
Value of tag at the time the vent occured.
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 string buffer into the destination character array dst.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getConfigParam(String, String) - Method in class com.ewon.ewonitf.IOServer
Read one parameter for the user defined configuration.
getData(IOValue) - Method in class com.ewon.ewonitf.IOTag
This function must be called to change the internal IOTag value according to the value in an IOValue object which is used to exchange tag values with the eWON core.
You cannot directly pass the value to the eWON core, instead you need to use the IOValue object to do so.
getData() - Method in interface javax.microedition.io.Datagram
Get the buffer.
getDataType() - Method in class com.ewon.ewonitf.IOValue
 
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultDataType() - Method in class com.ewon.ewonitf.IOTag
 
getDialoutCounter() - Static method in class com.ewon.ewonitf.ModemManager
 
getDirectInfoLong(String) - Static method in class com.ewon.ewonitf.EwonSystem
Internal use for diagnosis information access
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getEndDateTime() - Method in class com.ewon.ewonitf.ScheduledAction
 
getEthernetSwitchPortLink(int) - Static method in class com.ewon.ewonitf.NetManager
Return The status of the given switch port.
getEventTime() - Method in class com.ewon.ewonitf.EvtTagListener
Return the date and time when the event occured.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFloat32() - Method in class com.ewon.ewonitf.IOValue
Internal: read the IOValue value as Float32 (it must contain that type - no conversion done).
GetFtp(String, String, String) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to read a file by FTP.
See also BASIC GETFTP command documentation.
getGsmNetReg() - Static method in class com.ewon.ewonitf.ModemManager
 
getGsmOpId() - Static method in class com.ewon.ewonitf.ModemManager
 
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection.
GetHttp(String, String, String) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to read an HTTP content.
See also BASIC GETHTTP command documentation.
getId() - Method in class com.ewon.ewonitf.ScheduledAction
 
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone.
getInstanceHandle() - Method in class com.ewon.ewonitf.IOServer
Internal function
getInt32() - Method in class com.ewon.ewonitf.IOValue
Internal: read the IOValue value as Int32 (it must contain that type - no conversion done).
getIoData() - Method in class com.ewon.ewonitf.IOTag
 
getIoName() - Method in class com.ewon.ewonitf.IOTag
 
getIOTag(String, String) - Method in class com.ewon.ewonitf.IOServer
This function will find a tag in a topic.
getIpAddress() - Method in class com.ewon.ewonitf.InterfaceInfo
 
getIpGatewayOffer() - Method in class com.ewon.ewonitf.InterfaceInfo
 
getIpMask() - Method in class com.ewon.ewonitf.InterfaceInfo
 
getItem(String) - Method in class com.ewon.ewonitf.SysControlBlock
Read one item of the current block by its name.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length.
getLinkGood() - Method in class com.ewon.ewonitf.InterfaceInfo
 
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this Throwable object.
getModemDetectionErr() - Static method in class com.ewon.ewonitf.ModemManager
 
getModemInitStatus() - Static method in class com.ewon.ewonitf.ModemManager
This function returns information about the Modem initialisation process.
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in interface javax.microedition.io.file.FileConnection
Returns the name of a file or directory excluding the URL schema and all paths.
getNbTags() - Static method in class com.ewon.ewonitf.IOManager
Return the number of tags defined in the eWON
getNextActionId() - Static method in class com.ewon.ewonitf.ScheduledActionManager
Read the Id of the next action that will be created.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getPath() - Method in interface javax.microedition.io.file.FileConnection
Returns the path excluding the file or directory name and the "file" URL schema and host from where the file or directory specified in the Connector.open() method is opened.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPort() - Method in interface javax.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getPostChangeId() - Method in class com.ewon.ewonitf.IOTag
getPppIp() - Static method in class com.ewon.ewonitf.NetManager
Read the current PPP IP address.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Static method in class java.lang.System
 
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection.
getQuality() - Method in class com.ewon.ewonitf.IOTag
 
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name in the application's JAR file.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSmsCount() - Static method in class com.ewon.ewonitf.ModemManager
This function reports the number of SMS currently in the queue and waiting to be read.
getSmsDataTime() - Method in class com.ewon.ewonitf.SmsMessage
 
getSmsFrom() - Method in class com.ewon.ewonitf.SmsMessage
 
getSmsMessage() - Method in class com.ewon.ewonitf.SmsMessage
 
getSmsNdx() - Method in class com.ewon.ewonitf.SmsMessage
 
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getStartDateTime() - Method in class com.ewon.ewonitf.ScheduledAction
 
getStatus() - Method in class com.ewon.ewonitf.ScheduledAction
 
getSysUpTime() - Static method in class com.ewon.ewonitf.EwonSystem
 
getT2mCfgInProgress() - Static method in class com.ewon.ewonitf.NetManager
Return true if the Talk2M configuration is currently in progress.
getTagId() - Method in class com.ewon.ewonitf.TagControl
Return the ID of tag associated to this TagControl instance.
getTagName() - Method in class com.ewon.ewonitf.TagControl
Return the Name of tag associated to this TagControl instance.
getTagValueAsDouble() - Method in class com.ewon.ewonitf.TagControl
Read tag value and return value as Double.
getTagValueAsLong() - Method in class com.ewon.ewonitf.TagControl
Read tag value and return value as Long.
getTagValueType() - Method in class com.ewon.ewonitf.EvtTagValueListener
The tag type at the time the event occured.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
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.
getTopicName() - Method in class com.ewon.ewonitf.IOTag
 
getTxBufferUsed() - Method in interface javax.microedition.io.CommConnection
Returns the number of bytes currently stored in the transmit buffer and waiting for transmission.
REM: This function is eWON specific.
getType() - Method in class com.ewon.ewonitf.ScheduledAction
 
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getTypeAsString() - Method in class com.ewon.ewonitf.ScheduledAction
 
getTypeInfo(int) - Static method in class com.ewon.ewonitf.EvtTagListener
 
getUInt32() - Method in class com.ewon.ewonitf.IOValue
Internal: read the IOValue value as UInt32 (it must contain that type - no conversion done).
getURL() - Method in interface javax.microedition.io.file.FileConnection
Returns the full file URL including the scheme, host, and path from where the file or directory specified in the Connector.open() method is opened.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getValueBoolean() - Method in class com.ewon.ewonitf.IOTag
This function is used to retreive the current tag's value if defaultDataType is IOValue.DATATYPE_BOOLEAN.
getValueFloat32() - Method in class com.ewon.ewonitf.IOTag
This function is used to retreive the current tag's value if defaultDataType is IOValue.DATATYPE_FLOAT32.
getValueInt32() - Method in class com.ewon.ewonitf.IOTag
This function is used to retreive the current tag's value if defaultDataType is IOValue.DATATYPE_INT32.
getValueUInt32() - Method in class com.ewon.ewonitf.IOTag
This function is used to retreive the current tag's value if defaultDataType is IOValue.DATATYPE_UINT32.
getVpnIp() - Static method in class com.ewon.ewonitf.NetManager
Read the current eWON VPN IP address.
getWanIp() - Static method in class com.ewon.ewonitf.NetManager
Read the current WAN IP address.
getWebVar(String, String) - Method in class com.ewon.ewonitf.WebProducer
 

H

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

I

identityHashCode(Object) - Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IllegalAccessException - Exception in java.lang
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for 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.
IllegalModeException - Exception in javax.microedition.io.file
Represents an exception thrown when a method is invoked requiring a particular security mode (e.g.
IllegalModeException() - Constructor for exception javax.microedition.io.file.IllegalModeException
Constructs a new instance of this class with its stack trace filled in.
IllegalModeException(String) - Constructor for exception javax.microedition.io.file.IllegalModeException
Constructs a new instance of this class with its stack trace and message filled in.
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.
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.
in - Variable in class java.io.DataInputStream
The input stream.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(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(Object) - Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
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.
INF - Static variable in class com.ewon.ewonitf.SysControlBlock
Type for SysControlBlock.SysControlBlock(int) indicating that this object will manage the estat.htm or $dtSS information block.
INIT_FINISHED - Static variable in class com.ewon.ewonitf.ModemManager
value returned by ModemManager.getModemInitStatus() when the modem initialisation is complete.
INIT_IN_PROGRESS - Static variable in class com.ewon.ewonitf.ModemManager
value returned by ModemManager.getModemInitStatus() when the modem initialisation is started and in progress.
INIT_PENDING - Static variable in class com.ewon.ewonitf.ModemManager
value returned by ModemManager.getModemInitStatus() when the modem initialisation is pending and not yet started.
InputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an input stream connection must have.
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 translates them into characters.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
InstantiationException - Exception 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 because it is an interface or is an abstract class.
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.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float 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 primitive int argument.
InterfaceInfo - Class in com.ewon.ewonitf
This class represents the content of an SMS message (received).
InterfaceInfo(long, long, boolean, long, long, long, long, boolean, long) - Constructor for class com.ewon.ewonitf.InterfaceInfo
Creates a new instance of InterfaceInfo.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
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.Double
Returns the integer value of this Double (by casting to an int).
intValue() - Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
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.
IOManager - Class in com.ewon.ewonitf
This static class provides all methods to interface the eWON IO management (Tags, led, button).
IOManager() - Constructor for class com.ewon.ewonitf.IOManager
 
IOServer - Class in com.ewon.ewonitf
This is an abstract class from which an IO Server class can be created.
Please read the "eWON Java interface user guide" for more information.
IOServer() - Constructor for class com.ewon.ewonitf.IOServer
Create an instance of the IO Server.
IOServerListenerRegistry - Class in com.ewon.ewonitf
 
IOServerListenerRegistry() - Constructor for class com.ewon.ewonitf.IOServerListenerRegistry
Creates a new instance of NamedListenerRegistry
IOTag - Class in com.ewon.ewonitf
This object represents a Tag managed by a Java IO Server.
In a typical workflow, this Tag object is created when the eWON Core calls the IOServer.onGetIoInfo(java.lang.String, java.lang.String) function.
IOTag(String, String, int, boolean) - Constructor for class com.ewon.ewonitf.IOTag
The IOTag object is used to manage one tag in the IOServer.
The user will need to instantiate this type of object in the IOServer.onGetIoInfo(java.lang.String, java.lang.String) implementation.
IOValue - Class in com.ewon.ewonitf
IOValue is a class used to hold a tag value that is exchanged between the Java IOServer and the eWON core and the other way round.
This object needs to hold the tag value with one of the types recognised by the eWON (Float, Integer, DWord, Boolean).
IOValue(int) - Constructor for class com.ewon.ewonitf.IOValue
Creates an IOValue object.
This object holds an IO Value with a given datatype.
The data type is defined when the object is created and this type will define how the internal value is stored.
isAdvised() - Method in class com.ewon.ewonitf.IOTag
Indicates if the tag IOTag.adviseTag(int, int) function was already called or not.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isDataTypeValid(int) - Static method in class com.ewon.ewonitf.IOValue
Validates a DataType value.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory() - Method in interface javax.microedition.io.file.FileConnection
Checks if the URL passed to the Connector.open() is a directory.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isHidden() - Method in interface javax.microedition.io.file.FileConnection
Checks if the file is hidden.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
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.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isOpen() - Method in interface javax.microedition.io.file.FileConnection
Returns an indication of whether the file connection is currently open or not.
isOutput() - Method in class com.ewon.ewonitf.IOTag
 
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.

J

JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
java.io - package java.io
 
java.lang - package java.lang
 
java.lang.ref - package java.lang.ref
 
java.util - package java.util
 
javax.microedition.io - package javax.microedition.io
 
javax.microedition.io.file - package javax.microedition.io.file
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.

K

KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.

L

LAN_INTERFACE_NDX - Static variable in class com.ewon.ewonitf.NetManager
Paramter used in NetManager.readInterfaceInfo(int) to select LAN interface.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastModified() - Method in interface javax.microedition.io.file.FileConnection
Returns the time that the file denoted by the URL specified in the Connector.open() method was last modified.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
LINGER - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).
list() - Method in interface javax.microedition.io.file.FileConnection
Gets a list of all files and directories contained in a directory.
list(String, boolean) - Method in interface javax.microedition.io.file.FileConnection
Gets a filtered list of files and directories contained in a directory.
ListenerRegistryBase - Class in com.ewon.ewonitf
This class is a base for registering a listener.
ListenerRegistryBase() - Constructor for class com.ewon.ewonitf.ListenerRegistryBase
Creates a new instance of ListenerRegistryBase
listRoots() - Static method in class javax.microedition.io.file.FileSystemRegistry
This method returns the currently mounted root file systems on a device as String objects in an Enumeration.
Loader - Class in com.ewon.ewonitf
This class implements an OutputStream and allows to stream data directly in an eWON file.
Loader(String) - Constructor for class com.ewon.ewonitf.Loader
Creates a new instance of Loader
LoadFrom(String) - Method in class com.ewon.ewonitf.Loader
Write the file described by the given connector to the Loader Stream.
This function is typically used after the stream has been created.
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.
logEvent(String, int) - Static method in class com.ewon.ewonitf.EventManager
Log an event in the eWON events file.
logRTEvent(String) - Static method in class com.ewon.ewonitf.EventManager
Log an event in the eWON events file.
logTag() - Method in class com.ewon.ewonitf.TagControl
Force historical logging of the tags current value.
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 primitive long argument.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit representation.
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a 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.

M

MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations.
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(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
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
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
mEventHandler - Variable in class com.ewon.ewonitf.EvtListenerBase
 
mEventHandler - Variable in class com.ewon.ewonitf.EvtTagListener
Internal use
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
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(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
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
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
mkdir() - Method in interface javax.microedition.io.file.FileConnection
Creates a directory corresponding to the directory string provided in the Connector.open() method.
modemLedJvmCtrl(boolean) - Static method in class com.ewon.ewonitf.IOManager
This function is used to control if the PPP/Modem process must control the Modem led, or if the JAVA application does it.
ModemManager - Class in com.ewon.ewonitf
This static class provides methods for eWON modem management, like modem reset or SMS reception.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.

N

NamedListenerRegistry - Class in com.ewon.ewonitf
 
NamedListenerRegistry() - Constructor for class com.ewon.ewonitf.NamedListenerRegistry
Creates a new instance of NamedListenerRegistry
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
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.
NetManager - Class in com.ewon.ewonitf
This class provide access to the eWON netwrok functions like interface IP addresses, status, activation, etc.
NetManager() - Constructor for class com.ewon.ewonitf.NetManager
Creates a new instance of NetManager
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object automatically allocating a buffer.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
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.
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.
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine 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.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
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.
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.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NTP_SYNC - Static variable in class com.ewon.ewonitf.ScheduledAction
 
NtpSync() - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to Posts a request for clock re-synchronization
The function will push the request in the Scheduled Action Manager queue.
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.
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
 
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
onAdviseIo(IOTag) - Method in class com.ewon.ewonitf.IOServer
Called when a new tag is advised.
onGetIo(IOTag) - Method in class com.ewon.ewonitf.IOServer
This is the function called when the eWON needs to read the tag value.
onGetIoInfo(String, String) - Method in class com.ewon.ewonitf.IOServer
This is the first function called when trying to access a new IOName.
onPassConfig(boolean, boolean) - Method in class com.ewon.ewonitf.IOServer
Called by the eWON when the IO Server configuration is updated, or tho check if the proposed configuration is valid.
The configuration is encoded as a serie of string parameters with the format ParamName:ParamValue, when this onPassConfig handler is called, the program should read the parameters one by one using IOServer.getConfigParam(java.lang.String, java.lang.String).
onPutIo(IOTag, IOValue) - Method in class com.ewon.ewonitf.IOServer
This is the function called when the eWON wants to update the tag.
onRegister() - Method in class com.ewon.ewonitf.IOServer
This callback is called during registration just before the IOServer is marked as ready.
onUnadviseIo(IOTag) - Method in class com.ewon.ewonitf.IOServer
 
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataInputStream() - Method in interface javax.microedition.io.file.FileConnection
Open and return a data input stream for a connection.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openDataOutputStream() - Method in interface javax.microedition.io.file.FileConnection
Open and return a data output stream for a connection.
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openInputStream() - Method in interface javax.microedition.io.file.FileConnection
Open and return an input stream for a connection.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openOutputStream() - Method in interface javax.microedition.io.file.FileConnection
Open and return an output stream for a connection.
openOutputStream(long) - Method in interface javax.microedition.io.file.FileConnection
This method opens an output stream and positions it at the indicated byte offset in the file.
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
out - Variable in class java.io.DataOutputStream
The output stream.
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.
OutputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an output stream connection must have.
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 translated into bytes.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
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.
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.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
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.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
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.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The positive infinity of type float.
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
postIoChange(IOTag) - Method in class com.ewon.ewonitf.IOServer
 
postQuality(IOTag) - Method in class com.ewon.ewonitf.IOServer
 
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(float) - Method in class java.io.PrintStream
Print a floating point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating point number.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(String) - Method in class java.io.PrintStream
Print a string.
print(Object) - Method in class java.io.PrintStream
Print an object.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
PrintStream - Class 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
Create a new print stream.
produceAstPage(String) - Method in class com.ewon.ewonitf.WebProducer
Send the content of the given web page URL (relative or absolute URL example: /usr/mytemplate.shtm), to to web client connected.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
PushRegistry - Class in javax.microedition.io
 
PushRegistry() - Constructor for class javax.microedition.io.PushRegistry
Creates a new instance of PushRegistry
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
PUT_FTP - Static variable in class com.ewon.ewonitf.ScheduledAction
 
PUT_HTTP - Static variable in class com.ewon.ewonitf.ScheduledAction
 
PutFtp(String, String, String) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to send data by FTP.
The function will push the eMail request in the Scheduled Action Manager queue.
PutHttp(String, String, String, String, String) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to post an HTTP form.
See also BASIC PUTHTTP command documentation.

Q

QUALITY_BAD - Static variable in class com.ewon.ewonitf.IOTag
Used in IOTag.setQuality(int) to define if the tag quality is NOT ok.
QUALITY_GOOD - Static variable in class com.ewon.ewonitf.IOTag
Used in IOTag.setQuality(int) to define if the tag quality is ok.

R

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:
RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
read() - Method in class com.ewon.ewonitf.Exporter
 
read(byte[], int, int) - Method in class com.ewon.ewonitf.Exporter
Reads up to len bytes of data from the input stream 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() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - 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
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
readAction(int) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Read an action from the scheduled action log defined by its index in the list.
readActionLog() - Static method in class com.ewon.ewonitf.ScheduledActionManager
Read an array of ScheduledAction with all the actions in the scheduled action log.
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.
readButton() - Static method in class com.ewon.ewonitf.IOManager
Read the current status of the button.
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.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
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.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
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.
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.
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.
readInterfaceInfo(int) - Static method in class com.ewon.ewonitf.NetManager
Return an object containing information about the interface status
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.
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.
readSms() - Static method in class com.ewon.ewonitf.ModemManager
Use this function to read an SMS from the SMS queue.
readTag(String) - Static method in class com.ewon.ewonitf.IOManager
Read a tag with the given name and returns itf value.
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.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes, zero-extends it to type int, 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.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
reboot() - Static method in class com.ewon.ewonitf.RuntimeControl
This function will reboot the system immediately.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
Reference - Class in java.lang.ref
Abstract base class for reference objects.
refreshWatchdog() - Static method in class com.ewon.ewonitf.RuntimeControl
This function must be called at regular interval if the configureAppWatchdog function has been called with a value not equal to 0.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
registerServer() - Method in class com.ewon.ewonitf.IOServer
Call this function to register the IO server.
The registration is a 2 steps process, first this function must be called, it will instantiate the IOServer in the native eWON Core.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
reloadBlock() - Method in class com.ewon.ewonitf.SysControlBlock
This function will reload the data from the Control block When data are loaded in the block, they may change in the system.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
This method is used to remove a registered FileSystemListener.
rename(String) - Method in interface javax.microedition.io.file.FileConnection
Renames the selected file or directory to a new name in the same directory.
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
reset() - Method in 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.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.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.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length parameters.
resetModem() - Static method in class com.ewon.ewonitf.ModemManager
Reset the eWON modem.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
ROOT_ADDED - Static variable in interface javax.microedition.io.file.FileSystemListener
Constant indicating that a file system root has been added to the device.
ROOT_REMOVED - Static variable in interface javax.microedition.io.file.FileSystemListener
Constant indicating that a file system root has been removed from the device.
rootChanged(int, String) - Method in interface javax.microedition.io.file.FileSystemListener
This method is invoked when a root on the device has changed state.
run() - Method in class com.ewon.ewonitf.EventHandlerThread
This function overides the Runnable 'run' function to allow thread execution.
run() - Method in class com.ewon.ewonitf.ListenerRegistryBase
 
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.
runEventManager() - Static method in class com.ewon.ewonitf.DefaultEventHandler
This is the main DefaultEventHandler function.
runEventManagerInThread() - Method in class com.ewon.ewonitf.EventHandlerThread
Call this function to create and launch the thread for the DefaultEventHandler.
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.
RuntimeControl - Class in com.ewon.ewonitf
This static class contains some methods for controlling and monitoring the JVM behaviour in a way which is specific to the eWON.
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 RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
saveBlock() - Method in class com.ewon.ewonitf.SysControlBlock
Make the currently edited block content active in the eWON
REM: The modification made is effective but volatile.
saveBlock(boolean) - Method in class com.ewon.ewonitf.SysControlBlock
Make the currently edited block content active in the eWON
The modification is also saved permanently in the eWON flash memory.
saveBlockById() - Method in class com.ewon.ewonitf.SysControlBlock
Make the currently edited block content active in the eWON
Compared to SysControlBlock.saveBlock(), this function will update an existing item based on its "Id" and not based on its "Name".
saveBlockById(boolean) - Method in class com.ewon.ewonitf.SysControlBlock
Make the currently edited block content active in the eWON
Compared to SysControlBlock.saveBlock(), this function will update an existing item based on its "Id" and not based on its "Name".
saveConfig() - Static method in class com.ewon.ewonitf.StorageControl
Save the current active configuration.
ScheduledAction - Class in com.ewon.ewonitf
 
ScheduledAction(int, int, String, int, long, long) - Constructor for class com.ewon.ewonitf.ScheduledAction
Creates a new instance of ScheduledAction.
ScheduledActionManager - Class in com.ewon.ewonitf
This static class is used to execute scheduled actions like: send and email, send an SMS etc.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
searchAction(int) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Read an action from the scheduled action log defined by its ID
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SecurityException - Exception in java.lang
Thrown by the system 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.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
SEND_MAIL - Static variable in class com.ewon.ewonitf.ScheduledAction
actionType for sending an eMail.
SEND_SMS - Static variable in class com.ewon.ewonitf.ScheduledAction
 
SEND_TRAP - Static variable in class com.ewon.ewonitf.ScheduledAction
 
SendMail(String, String, String, String, String) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to send an eMail.
The function will push the eMail request in the Scheduled Action Manager queue.
SendSMSAction(String, String) - Static method in class com.ewon.ewonitf.ScheduledActionManager
Use the Scheduled Action Manager to send an SMS.
See also BASIC SENDSMS command documentation.
SensSMSAction(String, String) - Static method in class com.ewon.ewonitf.ScheduledActionManager
For compatibility - see SendSMSAction .
See also BASIC SENDSMS command documentation.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
ServerSocketConnection - Interface in javax.microedition.io
This interface defines the server socket stream connection.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAstFormListenerThreadMode(boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Defines if web AST handler are called in their own thread or not.
setAutoCloseJAR(int) - Static method in class com.ewon.ewonitf.RuntimeControl
Setting AutoCloseJAR change the JVM behaviour regarding JAR files in the classpath When a JAR file is in the classpath, the file is opened when the JVM starts and it remains open as long as the JVP is running.
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Sets the baudrate for the serial port connection.
setBoolean(boolean) - Method in class com.ewon.ewonitf.IOValue
Internal: Write an Boolean in the IOValue value (it must contain that type - no conversion done).
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length.
setDefaultTagAlarmListener(EvtTagAlarmListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Please see setDefaultTagValueListener for explanation.
setDefaultTagValueListener(EvtTagValueListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function will install a default listener for handling any value change on any tag that has no specific listener (a specific tag listener is added with DefaultEventHandler.addTagValueListener(com.ewon.ewonitf.EvtTagValueListener)).
setDefaultWebAstListener(EvtWebAstListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function will install the AST handler for all AST not defined by DefaultEventHandler.addWebAstListener(java.lang.String, com.ewon.ewonitf.EvtWebAstListener)
setDefaultWebFormtListener(EvtWebFormListener) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Install a default listener for java forms on : http://ewon_ip/rcgi.bin/jvmForm...
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setEthernetSwitchPortState(int, boolean) - Static method in class com.ewon.ewonitf.NetManager
Enable or disable the given switch port.
setEventHandler(int) - Method in class com.ewon.ewonitf.WebProducer
 
setFileConnection(String) - Method in interface javax.microedition.io.file.FileConnection
Resets this FileConnection object to another file or directory.
setFloat32(float) - Method in class com.ewon.ewonitf.IOValue
Internal: Write an Float32 in the IOValue value (it must contain that type - no conversion done).
setGetServerStatus(int, int) - Static method in class com.ewon.ewonitf.IOServer
Adjust the server status.
setHidden(boolean) - Method in interface javax.microedition.io.file.FileConnection
Sets the hidden attribute of the selected file to the value provided.
setInt32(int) - Method in class com.ewon.ewonitf.IOValue
Internal: Write an Int32 in the IOValue value (it must contain that type - no conversion done).
setItem(String, String) - Method in class com.ewon.ewonitf.SysControlBlock
Read one item of the current block by its name.
setJavaReplyTimeout(int) - Method in class com.ewon.ewonitf.IOServer
Adjust reply timeout to events posted to Java.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this string buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length.
setModemLed(int) - Static method in class com.ewon.ewonitf.IOManager
Control the color/status of the eWON Modem led.
setOnButtonListener(EvtListenerBase, boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function is used to install a handler to monitor any change of the eWON button state.
setOnPppListener(EvtListenerBase, boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function is used to install a handler to monitor connections and disconnections of the PPP interface.
setOnSmsListener(EvtListenerBase, boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function is used to install a handler to monitor new incoming SMS.
setOnSwitchPortListener(EvtListenerBase, boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function is used to install a handler to monitor any change of the eWON 4 port switch (monitor "Link good" status).
setOnVpnListener(EvtListenerBase, boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function is used to install a handler to monitor connections and disconnections of the VPN interface.
setOnWanListener(EvtListenerBase, boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
This function is used to install a handler to monitor connections and disconnections of the WAN interface.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setQuality(int) - Method in class com.ewon.ewonitf.IOTag
Assign the current tag quality value.
To propagate the quality change to the eWON Core, you also need to call the IOServer.postQuality(com.ewon.ewonitf.IOTag) after the tag's quality has been set by this function.
setReadable(boolean) - Method in interface javax.microedition.io.file.FileConnection
Sets the file or directory readable attribute to the indicated value.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setServerName(String) - Method in class com.ewon.ewonitf.IOServer
Define the IO Server name.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
Set a socket option for the connection.
setTagHelper(String) - Method in class com.ewon.ewonitf.IOServer
Define the IOServer tag helper string.
setTagId(int) - Method in class com.ewon.ewonitf.TagControl
Associates the TagControl instance with a tag by the tag's ID.
Remark: success of this call does not mean that the given TagId is actually valid.
setTagName(String) - Method in class com.ewon.ewonitf.TagControl
Associates the TagControl instance with a tag by the tag's name.
setTagValueAsDouble(double) - Method in class com.ewon.ewonitf.TagControl
Change the tag value with Double value.
setTagValueAsInt(int) - Method in class com.ewon.ewonitf.TagControl
Change the tag value with Integer value.
setTagValueAsLong(long) - Method in class com.ewon.ewonitf.TagControl
Change the tag value with Long value.
setThreadMode(boolean) - Method in class com.ewon.ewonitf.ListenerRegistryBase
Defines if events are executed within an individual thread or if they are executed in the DefaultEventHandler thread.
setTime(long) - Static method in class com.ewon.ewonitf.EwonSystem
Update the system time.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTransparentForwardingDest(String) - Static method in class com.ewon.ewonitf.NetManager
Configure the destination address for transparent forwarding.
setUInt32(long) - Method in class com.ewon.ewonitf.IOValue
Internal: Write an UInt32 in the IOValue value (it must contain that type - no conversion done).
setUserLed(int) - Static method in class com.ewon.ewonitf.IOManager
Control the color/status of the eWON user (status) led.
setValueBoolean(boolean) - Method in class com.ewon.ewonitf.IOTag
This function must be called to update the internal IOTag value of the tag if defaultDataType is IOValue.DATATYPE_BOOLEAN.
setValueFloat32(float) - Method in class com.ewon.ewonitf.IOTag
This function must be called to update the internal IOTag value of the tag if defaultDataType is IOValue.DATATYPE_FLOAT32.
setValueInt32(int) - Method in class com.ewon.ewonitf.IOTag
This function must be called to update the internal IOTag value of the tag if defaultDataType is IOValue.DATATYPE_INT32.
setValueUInt32(long) - Method in class com.ewon.ewonitf.IOTag
This function must be called to update the internal IOTag value of the tag if defaultDataType is IOValue.DATATYPE_UINT32.
setWebFormListenerThreadMode(boolean) - Static method in class com.ewon.ewonitf.DefaultEventHandler
Defines if web form handler are called in their own thread or not.
setWebHeader(String) - Method in class com.ewon.ewonitf.WebProducer
 
setWebVar(String, String) - Method in class com.ewon.ewonitf.WebProducer
 
setWritable(boolean) - Method in interface javax.microedition.io.file.FileConnection
Sets the selected file or directory writable attribute to the indicated value.
Short - Class in java.lang
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
shortValue() - Method in class java.lang.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.Short
Returns the value of this Short as a short.
shutdown() - Static method in class com.ewon.ewonitf.RuntimeControl
This function will perform a shutdown of the device, followed by a reboot.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip 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.
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.
SmsMessage - Class in com.ewon.ewonitf
This class represents the content of an SMS message (received).
SmsMessage(long, String, long, String) - Constructor for class com.ewon.ewonitf.SmsMessage
Creates a new instance of SmsMessage.
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SocketConnection - Interface in javax.microedition.io
This interface defines the socket stream connection.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
Stack - 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.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning at the specified index.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
STATUS_DEAD - Static variable in class com.ewon.ewonitf.IOServer
use with IOServer.setGetServerStatus(int, int) to set the server status to DEAD (if Java code is not able to handle IOServer operations)
STATUS_INIT - Static variable in class com.ewon.ewonitf.IOServer
use with IOServer.setGetServerStatus(int, int) to set the server status to INIT (not used normaly)
STATUS_READY - Static variable in class com.ewon.ewonitf.IOServer
use with IOServer.setGetServerStatus(int, int) to set the server status to READY (after listener was added)
StorageControl - Class in com.ewon.ewonitf
Manage storage in the eWON (flash and ram).
StorageControl() - Constructor for class com.ewon.ewonitf.StorageControl
 
StreamConnection - Interface in javax.microedition.io
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - Interface in javax.microedition.io
This interface defines the capabilities that a connection notifier must have.
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(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(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(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - Class in java.lang
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
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.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
SYS - Static variable in class com.ewon.ewonitf.SysControlBlock
Type for SysControlBlock.SysControlBlock(int) indicating that this object will manage the config.txt data.
SYS_PARTITION - Static variable in class com.ewon.ewonitf.StorageControl
use with formatPartition to erase the /sys partition
SysControlBlock - Class in com.ewon.ewonitf
This class is used to read and edit configurations and status blocks.
The configuration blocks are one of: SYS, COM, TAG, USER
The status block is the INF block.
SysControlBlock(int, int) - Constructor for class com.ewon.ewonitf.SysControlBlock
Creates a new instance of SysControlBlock.
SysControlBlock(int, int, int) - Constructor for class com.ewon.ewonitf.SysControlBlock
Creates a new instance of SysControlBlock.
SysControlBlock(int, String) - Constructor for class com.ewon.ewonitf.SysControlBlock
Creates a new instance of SysControlBlock.
SysControlBlock(int) - Constructor for class com.ewon.ewonitf.SysControlBlock
Creates a new instance of SysControlBlock
System - Class in java.lang
The System class contains several useful class fields and methods.

T

T2M_CNX_AUTO - Static variable in class com.ewon.ewonitf.NetManager
Automatic detection of the connection to Talk2M, connection type defined in NetManager.t2mCfgCommand(String , String , String , int ) to select how the wizard will try to detect or how it will force the connection to Talk2M.
T2M_CNX_FLAG_DONT_TOUCH_VPN_KEY_CONFIG - Static variable in class com.ewon.ewonitf.NetManager
This flag can be added to one of T2M_CNX_AUTO,T2M_CNX_UDP,T2M_CNX_TCP,T2M_CNX_TCP_PROXY in NetManager.t2mCfgCommand(String , String , String , int ) It will prevent the Talk2M VPN keys to be retrieved from the Talk2M server and will leave the existing keys unchanged.
T2M_CNX_FLAG_DONT_TOUCH_VPN_SERVER_CONFIG - Static variable in class com.ewon.ewonitf.NetManager
This flag can be added to one of T2M_CNX_AUTO,T2M_CNX_UDP,T2M_CNX_TCP,T2M_CNX_TCP_PROXY in NetManager.t2mCfgCommand(String , String , String , int ) It will prevent the main access server address to be modified during the wizard.
T2M_CNX_TCP - Static variable in class com.ewon.ewonitf.NetManager
Force TCP connection to Talk2M, connection type define in NetManager.t2mCfgCommand(String , String , String , int ) to select how the wizard will try to detect or how you will force the connection to Talk2M.
T2M_CNX_TCP_PROXY - Static variable in class com.ewon.ewonitf.NetManager
Force Proxied TCP connection to Talk2M, connection type define in NetManager.t2mCfgCommand(String , String , String , int ) to select how the wizard will try to detect or how you will force the connection to Talk2M.
T2M_CNX_UDP - Static variable in class com.ewon.ewonitf.NetManager
Force UDP connection to Talk2M, connection type defined in NetManager.t2mCfgCommand(String , String , String , int ) to select how the wizard will try to detect or how it will force the connection to Talk2M.
t2mCfgCommand(String) - Static method in class com.ewon.ewonitf.NetManager
Triggers a Talk2M configuration by providing ActivationKey.
t2mCfgCommand(String, String, String) - Static method in class com.ewon.ewonitf.NetManager
Triggers a Talk2M configuration by providing ActivationKey
t2mCfgCommand(String, int) - Static method in class com.ewon.ewonitf.NetManager
Triggers a Talk2M configuration by providing ActivationKey.
t2mCfgCommand(String, String, String, int) - Static method in class com.ewon.ewonitf.NetManager
Triggers a Talk2M configuration by providing ActivationKey
TAG - Static variable in class com.ewon.ewonitf.SysControlBlock
Type for SysControlBlock.SysControlBlock(int) indicating that this object will manage the information about a given tag.
TAG_RECORDING - Static variable in class com.ewon.ewonitf.StorageControl
use with eraseRecording to erase the incremental recording file.
TagControl - Class in com.ewon.ewonitf
This class represents an eWON tag.
It can be used to access the tag value or the tag alarm status.
It can also be used to force historical loggin and acknowledge alarm.
For tag creation and reconfiguration, the SysControlBlock should be used.
The TagControl object is also used for defining tag events handling in the DefaultEventHandler.
TagControl(int) - Constructor for class com.ewon.ewonitf.TagControl
Creates an instance of TagControl associated to the given Tag ID.
TagControl(int, int) - Constructor for class com.ewon.ewonitf.TagControl
Creates a new instance of TagControl associated to Tag NDX or Tag ID.
TagControl(String) - Constructor for class com.ewon.ewonitf.TagControl
Creates a new instance of TagControl associated to a Tag Name.
TagControl() - Constructor for class com.ewon.ewonitf.TagControl
This constructor creates an unamned tag control object.
TagListenerRegistry - Class in com.ewon.ewonitf
 
TagListenerRegistry() - Constructor for class com.ewon.ewonitf.TagListenerRegistry
Creates a new instance of NamedListenerRegistry
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
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(String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given name.
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 with the given target and name.
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 error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
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.
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Creates a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString(float) - Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
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.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name and priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this Throwable object.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class java.util.Vector
Returns a string representation of this vector.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
totalSize() - Method in interface javax.microedition.io.file.FileConnection
Determines the total size of the file system the connection's target resides on.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no uppercase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
truncate(long) - Method in interface javax.microedition.io.file.FileConnection
Truncates the file, discarding all data from the given byte offset to the current end of the file.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.

U

UDPDatagramConnection - Interface in javax.microedition.io
This interface defines a datagram connection which knows it's local end point address.
unAdviseTag() - Method in class com.ewon.ewonitf.IOTag
Internal: This function is called automatically after the IOServer.onUnadviseIo(com.ewon.ewonitf.IOTag) function is called in you IOServer.
You do not need to call this function.
unescapePath(String) - Static method in class com.ewon.ewonitf.WebProducer
This function returns a copy of a path that was encoded with the forward-slash character percent-encoded according to the URI encoding rules in an UNENCODED form.
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.
updateClientInOut() - Static method in class com.ewon.ewonitf.ModemManager
During an active outgoing PPP communication, this function will update the volumes exchanged.
updateTag(IOValue) - Method in class com.ewon.ewonitf.IOTag
This function must be called to write the internal IOTag value in an IOValue object which is used to exchange tag values with the eWON core.
You cannot directly pass the value to the eWON core, instead you need to use the IOValue object to do so.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
usedSize() - Method in interface javax.microedition.io.file.FileConnection
Determines the used memory of a file system the connection's target resides on.
USER - Static variable in class com.ewon.ewonitf.SysControlBlock
Type for SysControlBlock.SysControlBlock(int) indicating that this object will manage the information about a given user.
userLedJvmCtrl(boolean) - Static method in class com.ewon.ewonitf.IOManager
This function is used to control if the eart beat process must control the user led or not.
USR_PARTITION - Static variable in class com.ewon.ewonitf.StorageControl
use with formatPartition to erase the /usr partition
UTFDataFormatException - Exception in java.io
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for 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.

V

valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(String) - Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object 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(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(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(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
Vector - Class in java.util
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector.
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(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
WAN_INTERFACE_NDX - Static variable in class com.ewon.ewonitf.NetManager
Paramter used in NetManager.readInterfaceInfo(int) to select WAN interface.
WeakReference - Class in java.lang.ref
This class provides support for weak references.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WebProducer - Class in com.ewon.ewonitf
 
WebProducer() - Constructor for class com.ewon.ewonitf.WebProducer
Creates a new instance of WebProducer
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WIZ - Static variable in class com.ewon.ewonitf.SysControlBlock
Type for SysControlBlock.SysControlBlock(int) indicating that this object will manage the wizard or $dtWZ block.
write(int) - Method in class com.ewon.ewonitf.Loader
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.ewon.ewonitf.Loader
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class com.ewon.ewonitf.WebProducer
overrides the OutputStream function in order to go faster
write(int) - Method in class com.ewon.ewonitf.WebProducer
 
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
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 class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.OutputStream
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.OutputStreamWriter
Write a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.Writer
Write a single character.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
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.
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.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeTag(String, float) - Static method in class com.ewon.ewonitf.IOManager
Write a tag with the given name.
writeTag(String, double) - Static method in class com.ewon.ewonitf.IOManager
Write to tag passing a double.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.
A B C D E F G H I J K L M N O P Q R S T U V W Y 
eWON JTK

www.eWON.biz: Your Eyes Watching Over Net