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

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.
AbstractMethodError - Error in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
 
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
 
AccelerationSensor - Class in com.sentilla.platform.tmote
Sensor class for reading measurements from the JCreate accelerometer.
AccelerationSensor(byte, byte) - Constructor for class com.sentilla.platform.tmote.AccelerationSensor
Constructor takes two arguments, the pin port associated with an accelerometer axis and the acceleration range.
AccelerationSensorDriver - Class in com.sentilla.platform.tmote
Driver class to create a new AccelerationSensor object.
AccelerationSensorDriver() - Constructor for class com.sentilla.platform.tmote.AccelerationSensorDriver
 
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
ack - Variable in class com.sentilla.platform.tmote.ByteSender
 
ACK_TIMEOUT - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Time to wait for an ACK before retransmiting.
acPathCost - Variable in class com.sentilla.net.CollectionProtocol.DebugMessage
 
Action - Class in com.sentilla.platform.tmote
Tmote implementation of the Action interface.
Action() - Constructor for class com.sentilla.platform.tmote.Action
 
Action - Interface in com.sentilla.system
Actions represent asynchronous processes handled by an underlying action engine which encapsulating action verbs, submission states, and cached input and output parameters.
actionAuto - Variable in class com.sentilla.platform.tmote.Action
 
ActionException - Exception in com.sentilla.system
Thrown when the action engine is in ERROR.
ActionException() - Constructor for exception com.sentilla.system.ActionException
 
actionId - Variable in class com.sentilla.platform.tmote.Action
 
actionState - Variable in class com.sentilla.platform.tmote.Action
 
actionState - Variable in class com.sentilla.platform.tmote.DispatcherAction
 
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
Adc<Q extends javax.measure.quantity.Quantity> - Class in com.sentilla.platform.tmote
Private: for Sentilla internal use only.
Adc(byte, byte) - Constructor for class com.sentilla.platform.tmote.Adc
 
adcports - Variable in class com.sentilla.platform.tmote.Adc
 
add(CollectionProtocol.RTable) - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Add an entry to the table.
add(Thread) - Method in class java.lang.ThreadGroup
 
addDriver(Driver) - Static method in class com.sentilla.system.Drivers
Add a driver to the list of registered drivers.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFactory(MimeoImageFactory) - Method in class com.sentilla.net.mimeo.ManifestImage
 
addFactory(MimeoImageFactory) - Method in class com.sentilla.net.mimeo.Mimeo
 
addMetadata(Receiver) - Method in class com.sentilla.platform.tmote.Receiver
Adds a Receiver to the list of DispatchReceiver objects.
addr - Variable in class com.sentilla.net.RadioMacAddressMessage
Mote MAC address represented as a long.
addr - Variable in class com.sentilla.net.rpc.procedures.RemoteGetProperty.Result
 
addr - Variable in class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys.MoteKeyList
 
addr - Variable in class com.sentilla.net.rpc.procedures.RemoteSetProperty.Result
 
Address - Class in com.sentilla.net
Address class containing singletons for BroadcastAddress and UnknownAddress.
Address() - Constructor for class com.sentilla.net.Address
 
address - Variable in class com.sentilla.net.mimeo.MimeoDataMessage
 
address - Variable in class com.sentilla.platform.tmote.Sender
This field is NOT automatically nulled when this object is done sending.
Addressable - Interface in com.sentilla.net
Interface that all address classes must implement.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_BROADCAST_ADDR - Static variable in class com.sentilla.platform.tmote.ByteSender
 
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
amfilter - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
amtype - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
amtype - Variable in class com.sentilla.platform.tmote.ByteSender
 
ANY_ADDR - Static variable in interface com.sentilla.net.ByteReceiver
 
ANY_PORT - Static variable in interface com.sentilla.net.ByteReceiver
 
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.
append(String) - Method in class java.lang.StringBuilder
Appends the string to this string builder.
append(Object) - Method in class java.lang.StringBuilder
Appends the string representation of the Object argument to this string builder.
append(char[], int, int) - Method in class java.lang.StringBuilder
Appends the string representation of a subarray of the char array argument to this string builder.
append(char[]) - Method in class java.lang.StringBuilder
Appends the string representation of the char array argument to this string builder.
append(boolean) - Method in class java.lang.StringBuilder
Appends the string representation of the boolean argument to the string builder.
append(char) - Method in class java.lang.StringBuilder
Appends the string representation of the char argument to this string builder.
append(int) - Method in class java.lang.StringBuilder
Appends the string representation of the int argument to this string builder.
append(long) - Method in class java.lang.StringBuilder
Appends the string representation of the long argument to this string builder.
append(double) - Method in class java.lang.StringBuilder
Appends the string representation of the double argument to this string builder.
append(float) - Method in class java.lang.StringBuilder
Appends the string representation of the float argument to this string builder.
AppLoadingError - Error in com.sentilla.system
Thrown to indicate that an application has failed to load.
AppLoadingError() - Constructor for error com.sentilla.system.AppLoadingError
Create the error with a null string.
AppLoadingError(String) - Constructor for error com.sentilla.system.AppLoadingError
Create the error with an error string.
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.sentilla.platform.tmote.FlashFile
 
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.
axis - Variable in class com.sentilla.platform.tmote.AccelerationSensorDriver
 

B

BACKOFF_INTERVAL - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Backoff interval for randomizing retransmission times.
baudrate - Variable in class com.sentilla.platform.tmote.ExternUart
 
BEACON_DELAY - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Max delay when forwarding the host messages.
before(Object) - Method in class java.util.Calendar
Compares the time field records.
Binary - Class in com.sentilla.system
Private: For Sentilla internal use only.
Binary() - Constructor for class com.sentilla.system.Binary
Allocating a new Binary reserves a binary slot and a unique Binary ID.
BinarySlotAllocationError - Error in com.sentilla.system
Thrown when a binary slot cannot be allocated, eg due to exhausted system resources.
BinarySlotAllocationError() - Constructor for error com.sentilla.system.BinarySlotAllocationError
Create the error with a null string.
BinarySlotAllocationError(String) - Constructor for error com.sentilla.system.BinarySlotAllocationError
Create the error with an error string.
BinFileUtil - Class in com.sentilla.platform.tmote
Private: For Sentilla internal use only.
BinFileUtil() - Constructor for class com.sentilla.platform.tmote.BinFileUtil
 
Bits7EvenStop1 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits7EvenStop2 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits7NoneStop1 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits7NoneStop2 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits7OddStop1 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits7OddStop2 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits8EvenStop1 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits8EvenStop2 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits8NoneStop1 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits8NoneStop2 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits8OddStop1 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Bits8OddStop2 - Static variable in class com.sentilla.platform.tmote.ExternUart
 
block() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
block(int) - Method in class com.sentilla.net.rpc.RemoteInvoker
 
block() - Method in class com.sentilla.platform.tmote.Action
 
block(int) - Method in class com.sentilla.platform.tmote.Action
 
block() - Method in class com.sentilla.platform.tmote.DispatcherAction
Blocks until an interrupt is received.
block(int) - Method in class com.sentilla.platform.tmote.DispatcherAction
Block for "timeoutMilli" milliseconds.
block() - Method in class com.sentilla.platform.tmote.Leds
 
block(int) - Method in class com.sentilla.platform.tmote.Leds
 
block() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
block(int) - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
block() - Method in interface com.sentilla.system.Action
Block an indefinite amount of time until this Action is no longer pending.
block(int) - Method in interface com.sentilla.system.Action
Block a defined amount of time or until the Action is no longer pending.
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.
BROADCAST - Static variable in class com.sentilla.net.Address
Static broadcast address object.
BroadcastAddress - Class in com.sentilla.net
Addressable object that represents a broadcast address.
BroadcastAddress() - Constructor for class com.sentilla.net.BroadcastAddress
 
BroadcastSenderFactory - Class in com.sentilla.net
BroadcastSenderFactory is a simple local area broadcast sender factory.
BroadcastSenderFactory() - Constructor for class com.sentilla.net.BroadcastSenderFactory
Create a new broadcast sender factory.
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.
buffer - Variable in class com.sentilla.platform.tmote.ExternUart
 
bufsz - Variable in class com.sentilla.platform.tmote.ExternUart
 
Button - Class in com.sentilla.platform.tmote
Tmote implementation of the Button interface.
Button(int) - Constructor for class com.sentilla.platform.tmote.Button
 
Button - Interface in com.sentilla.system
A Button detects press and release events.
ButtonDriver - Class in com.sentilla.platform.tmote
Tmote implementation of ButtonDriver.
ButtonDriver() - Constructor for class com.sentilla.platform.tmote.ButtonDriver
 
ButtonDriver - Class in com.sentilla.system
Create new Button system objects.
ButtonDriver() - Constructor for class com.sentilla.system.ButtonDriver
 
Byte - Class in java.lang
The Byte class wraps a value of primitive type byte in an object.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the specified byte value.
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.
ByteMessage - Interface in com.sentilla.net
A base class for ByteSender and ByteReceiver.
ByteReceiver - Interface in com.sentilla.net
Receives a message from the radio into a byte buffer.
ByteReceiver - Class in com.sentilla.platform.tmote
Tmote implementation of ByteReceiver
ByteReceiver(int) - Constructor for class com.sentilla.platform.tmote.ByteReceiver
 
ByteReceiverDriver - Class in com.sentilla.net
Create new ByteReceiver system objects.
ByteReceiverDriver() - Constructor for class com.sentilla.net.ByteReceiverDriver
 
ByteReceiverDriver - Class in com.sentilla.platform.tmote
Tmote extension of ByteReceiverDriver.
ByteReceiverDriver() - Constructor for class com.sentilla.platform.tmote.ByteReceiverDriver
 
ByteSender - Interface in com.sentilla.net
Sends a message through the radio.
ByteSender - Class in com.sentilla.platform.tmote
Tmote implementation of ByteSender.
ByteSender(int) - Constructor for class com.sentilla.platform.tmote.ByteSender
 
ByteSenderDriver - Class in com.sentilla.net
Create new ByteSender system objects.
ByteSenderDriver() - Constructor for class com.sentilla.net.ByteSenderDriver
 
ByteSenderDriver - Class in com.sentilla.platform.tmote
Tmote extension of ByteSenderDriver.
ByteSenderDriver() - Constructor for class com.sentilla.platform.tmote.ByteSenderDriver
 
bytesReceived - Variable in class com.sentilla.platform.tmote.CC2420Radio.Receiver
 
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue() - Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue() - Method in class java.lang.Short
Returns the value of this Short as a byte.

C

calculateVersion() - Method in class com.sentilla.net.mimeo.ManifestImage
 
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.
cancel() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
cancel() - Method in class com.sentilla.platform.tmote.Action
 
cancel() - Method in class com.sentilla.platform.tmote.DispatcherAction
Cancels the current action (unsupported).
cancel() - Method in class com.sentilla.platform.tmote.Leds
 
cancel() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
cancel() - Method in interface com.sentilla.system.Action
Cancel this Action if PENDING.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.lang.StringBuilder
Returns the current capacity of the string builder.
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.
CC2420Radio - Class in com.sentilla.platform.tmote
Provides a protocol wrapper to the radio interface.
CC2420Radio() - Constructor for class com.sentilla.platform.tmote.CC2420Radio
 
CC2420Radio.Receiver - Class in com.sentilla.platform.tmote
Provides receiver class for the CC2420 radio.
CC2420Radio.Receiver() - Constructor for class com.sentilla.platform.tmote.CC2420Radio.Receiver
Provides initialization for the CC2420Radio.Receiver and sets default receive port to 249.
CC2420Radio.Sender - Class in com.sentilla.platform.tmote
Provides sender class for the CC2420 radio.
CC2420Radio.Sender() - Constructor for class com.sentilla.platform.tmote.CC2420Radio.Sender
Provides initialization for CC2420Radio.Sender and defaults address to ByteMessage.BROADCAST and port to 249.
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.
change() - Method in class com.sentilla.platform.tmote.Button
 
change() - Method in interface com.sentilla.system.Button
Returns when the state of the user button changes.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a newly allocated Character object that represents the specified char value.
charAt(int) - Method in 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.
charAt(int) - Method in class java.lang.StringBuilder
The specified character of the sequence currently represented by the string builder, 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.
checkId(int) - Method in class com.sentilla.platform.tmote.DigitalPin
Checks that the Id is within bounds for this platform.
checkId(int) - Method in class com.sentilla.platform.tmote.InterruptPin
 
Class<T> - Class in java.lang
 
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 com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Remove all entries from the neighbor table.
clear() - Method in class com.sentilla.platform.tmote.CollectionProtocol.RTable
Reset this objects values to the default.
clear() - Method in class java.lang.ref.Reference
Clear the referent that this Reference refers to.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clearMimeoWatchdog(int) - Static method in class com.sentilla.platform.tmote.Cpu
 
clearMimeoWatchdog() - Static method in class com.sentilla.platform.tmote.Cpu
Restart the Mimeo watchdog timer.
ClientServicesLib - Class in com.sentilla.mote.clientservices
ClientServices application is intended to be customized based on deployment requirements and sensors present on the motes for a given deployment.
ClientServicesLib(int) - Constructor for class com.sentilla.mote.clientservices.ClientServicesLib
Ctor with options.
ClientServicesLib() - Constructor for class com.sentilla.mote.clientservices.ClientServicesLib
Default constructor.
ClientServicesLib(boolean) - Constructor for class com.sentilla.mote.clientservices.ClientServicesLib
ClientServices with specification of protocol (single or multi-hop).
clock - Variable in class com.sentilla.platform.tmote.SensirionSht11
 
close() - Method in class com.sentilla.platform.tmote.ExternUart
Closes Uart.
close() - Method in class com.sentilla.platform.tmote.FlashFile
 
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.
CLOSE_OP - Static variable in class com.sentilla.platform.tmote.ExternUart
 
CMD_READ_HUMIDITY - Static variable in class com.sentilla.platform.tmote.SensirionSht11
 
CMD_READ_TEMPERATURE - Static variable in class com.sentilla.platform.tmote.SensirionSht11
 
CollectionProtocol - Class in com.sentilla.net
Collection protocol for receiving multi-hop messages from a mote network.
CollectionProtocol() - Constructor for class com.sentilla.net.CollectionProtocol
 
CollectionProtocol - Class in com.sentilla.platform.tmote
Collection protocol for receiving multi-hop messages from a mote network.
CollectionProtocol() - Constructor for class com.sentilla.platform.tmote.CollectionProtocol
Creates a new CollectionProtocol object.
CollectionProtocol.CollectionProtocolAck - Class in com.sentilla.net
Ack message sent by motes to acknowledge the receipt of a DataMessage.
CollectionProtocol.CollectionProtocolAck() - Constructor for class com.sentilla.net.CollectionProtocol.CollectionProtocolAck
 
CollectionProtocol.CollectionProtocolDataMessage - Class in com.sentilla.net
Data message sent by the motes when transmitting to host.
CollectionProtocol.CollectionProtocolDataMessage() - Constructor for class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
CollectionProtocol.CollectionProtocolHostMessage - Class in com.sentilla.net
Message class sent by the host when building a routing table.
CollectionProtocol.CollectionProtocolHostMessage() - Constructor for class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
CollectionProtocol.CSender - Class in com.sentilla.platform.tmote
Sender for the collection protocol.
CollectionProtocol.CSender(CollectionProtocol) - Constructor for class com.sentilla.platform.tmote.CollectionProtocol.CSender
 
CollectionProtocol.DebugMessage - Class in com.sentilla.net
For Sentilla internal use only.
CollectionProtocol.DebugMessage() - Constructor for class com.sentilla.net.CollectionProtocol.DebugMessage
 
CollectionProtocol.NeighborTable - Class in com.sentilla.platform.tmote
Data structure containing the known neighbors of a mote.
CollectionProtocol.NeighborTable(int) - Constructor for class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Creates a NeighborTable with a max size of maxSize.
CollectionProtocol.NeighborTable.Iterator - Class in com.sentilla.platform.tmote
Iterator class for the NeighborTable.
CollectionProtocol.NeighborTable.Iterator() - Constructor for class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable.Iterator
Default constructor.
CollectionProtocol.RTable - Class in com.sentilla.platform.tmote
Table structure containing neighbor information.
CollectionProtocol.RTable() - Constructor for class com.sentilla.platform.tmote.CollectionProtocol.RTable
 
CollectionProtocol.RTable(CollectionProtocol.RTable) - Constructor for class com.sentilla.platform.tmote.CollectionProtocol.RTable
 
com.sentilla.measure - package com.sentilla.measure
Sentilla core measurable implementations for use with sensors and actuators.
com.sentilla.measure.unit - package com.sentilla.measure.unit
Sentilla measurable units libraries for use with sensing and actuation.
com.sentilla.mote.clientservices - package com.sentilla.mote.clientservices
Sentilla Client Services application that provides health and status messages from the mote to the host and allows ping and reboot.
com.sentilla.net - package com.sentilla.net
Sentilla networking libraries for wireless and wired communication.
com.sentilla.net.mimeo - package com.sentilla.net.mimeo
Private: for Sentilla internal use only.
com.sentilla.net.rpc - package com.sentilla.net.rpc
Sentilla Remote Procedure Call (RPC) libraries and mechanisms.
com.sentilla.net.rpc.procedures - package com.sentilla.net.rpc.procedures
Sentilla Remote Procedure Call (RPC) procedure definitions.
com.sentilla.platform.tmote - package com.sentilla.platform.tmote
Sentilla system implementations for the Sentilla Tmote platform.
com.sentilla.system - package com.sentilla.system
Sentilla core system classes.
Comparable<T> - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
compareTo(Measurable<Q>) - Method in class com.sentilla.measure.FloatMeasure
 
compareTo(Object) - Method in class com.sentilla.platform.tmote.CollectionProtocol.RTable
Compares this object with the specified object for order.
compareTo(T) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareVersion(MimeoImage, int) - Static method in class com.sentilla.net.mimeo.ManifestImage
 
compareVersion(int) - Method in class com.sentilla.net.mimeo.ManifestImage
 
compareVersion(int) - Method in class com.sentilla.net.mimeo.MimeoImage
 
completed() - Method in class com.sentilla.net.mimeo.MimeoImage
 
completed() - Method in class com.sentilla.net.mimeo.SlingshotImage
 
completed() - Method in class com.sentilla.platform.tmote.MimeoMessage
 
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.
configureTiming() - Method in class com.sentilla.net.mimeo.Mimeo
Trigger Mimeo to tune itself for the radio environment.
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
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.
Constants - Class in com.sentilla.platform.tmote
Constants for the tmote platform.
Constants() - Constructor for class com.sentilla.platform.tmote.Constants
 
contains(long) - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Returns true if the table contains the MAC address id.
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.
containsThread(Thread) - Method in class com.sentilla.system.Isolate
 
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.
correlation(byte) - Method in class com.sentilla.platform.tmote.CollectionProtocol
Calculates the LQI correlation cost.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cost - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
cost - Variable in class com.sentilla.platform.tmote.CollectionProtocol.RTable
 
COST_RATIO - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Max cost ratio
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.
Cpu - Class in com.sentilla.platform.tmote
Provides access to features of the Tmote CPU.
Cpu() - Constructor for class com.sentilla.platform.tmote.Cpu
 
Cpu - Interface in com.sentilla.system
Creates an action of cpu reset.
CpuDriver - Class in com.sentilla.platform.tmote
Tmote implementation of CpuDriver.
CpuDriver() - Constructor for class com.sentilla.platform.tmote.CpuDriver
 
CpuDriver - Class in com.sentilla.system
Create new Cpu system objects.
CpuDriver() - Constructor for class com.sentilla.system.CpuDriver
 
CpuPowerDriver - Class in com.sentilla.platform.tmote
CpuPowerDriver is identified by the driver string "cpupower" on tmote.
CpuPowerDriver() - Constructor for class com.sentilla.platform.tmote.CpuPowerDriver
 
CpuPowerSensor - Class in com.sentilla.platform.tmote
Provides a Sensor implementation for reading the power consumed by the CPU on tmote.
CpuPowerSensor() - Constructor for class com.sentilla.platform.tmote.CpuPowerSensor
 
create(String, int) - Static method in class com.sentilla.net.ByteReceiverDriver
Returns a new ByteReceiver using the driver driver that receives messages on port port.
create(int) - Static method in class com.sentilla.net.ByteReceiverDriver
Create a new ByteReceiver that receives on the given input port.
create(String, int) - Static method in class com.sentilla.net.ByteSenderDriver
Returns a new ByteReceiver using "driver" that receives on port port.
create(int) - Static method in class com.sentilla.net.ByteSenderDriver
Returns a new ByteReceiver that receives on port port.
create(int) - Method in class com.sentilla.net.mimeo.MimeoImageFactory
 
create(String, Class) - Static method in class com.sentilla.net.ReceiverDriver
Returns a receiver for input class "msgClass".
create(Class) - Static method in class com.sentilla.net.ReceiverDriver
 
create(Addressable, String, int) - Static method in class com.sentilla.net.RemotePropertyDriver
 
create(String, Addressable, String) - Static method in class com.sentilla.net.SenderDriver
Returns a sender for protocol "name" and address "addr".
create(Addressable, String) - Static method in class com.sentilla.net.SenderDriver
Returns a sender for protocol "name".
create(String) - Static method in class com.sentilla.net.SenderDriver
 
create(int) - Method in class com.sentilla.platform.tmote.FlashFile
 
create(int, int) - Method in class com.sentilla.platform.tmote.FlashFile
 
create(String) - Static method in class com.sentilla.system.ButtonDriver
Create a new Button instance using the given driver name.
create(String) - Static method in class com.sentilla.system.CpuDriver
Create a new Cpu instance using the given driver name.
create() - Static method in class com.sentilla.system.CpuDriver
Create a new Cpu instance using "cpu" as the driver name.
create(String, int) - Static method in class com.sentilla.system.DigitalPinDriver
Create a DigitalPin object representing a specific pin on a microcontrollers.
create(int) - Static method in class com.sentilla.system.DigitalPinDriver
Create a DigitalPin object representing a specific pin on a microcontrollers.
create(int) - Static method in class com.sentilla.system.FileDriver
Create a new file.
create(String, int) - Static method in class com.sentilla.system.InterruptPinDriver
Create an InterruptPin object representing a specific pin on a microcontrollers.
create(int) - Static method in class com.sentilla.system.InterruptPinDriver
Create an InterruptPin object representing a specific pin on a microcontrollers.
create(String) - Static method in class com.sentilla.system.LedsDriver
Create a new Leds instance using the given driver name.
create() - Static method in class com.sentilla.system.LedsDriver
Create a new Leds instance using "leds" as the driver name.
create(String) - Static method in class com.sentilla.system.MoteSecurityDriver
Create a new MoteSecurity instance using the given driver name.
create() - Static method in class com.sentilla.system.MoteSecurityDriver
Create a new MoteSecurity instance using "security" as the driver name.
create(String) - Static method in class com.sentilla.system.PowerManagerDriver
Create a new PowerManager instance using the given driver name.
create() - Static method in class com.sentilla.system.PowerManagerDriver
Create a new PowerManager instance using "powerman" as the driver name.
create(String, int) - Static method in class com.sentilla.system.PropertyDriver
Create a new property or thrown an IORuntimeException if the property cannot be created.
create(String, Class<Q>) - Static method in class com.sentilla.system.SensorDriver
Create a Sensor object for a specific type of sensor with measureable Quantity Q.
createFile(int) - Method in class com.sentilla.platform.tmote.FlashFileDriver
 
createFile(int) - Method in class com.sentilla.system.FileDriver
Create a new file.
createProperty(Addressable, String, int) - Method in class com.sentilla.net.RemotePropertyDriver
 
createProperty(String, int) - Method in class com.sentilla.system.PropertyDriver
Create a new property or thrown an IORuntimeException if the property cannot be created.
createSender() - Method in class com.sentilla.net.BroadcastSenderFactory
Create a new broadcast sender.
createSender() - Method in interface com.sentilla.net.SenderFactory
Return a new Sender; the protocol and destination are defined by the factory.
curHostSeq - Variable in class com.sentilla.platform.tmote.CollectionProtocol
 
currentGroup() - Method in class com.sentilla.system.Isolate
Gets the current isolate context.
currentIsolate() - Static method in class com.sentilla.system.Isolate
 
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing Thread object.
currentThreadGroup() - Static method in class java.lang.ThreadGroup
 
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.

D

data - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
data - Variable in class com.sentilla.net.mimeo.MimeoDataMessage
 
data - Variable in class com.sentilla.net.mimeo.RamByteImage
 
data - Variable in class com.sentilla.net.RadioMacAddressMessage
Data to transmit.
data - Variable in class com.sentilla.platform.tmote.FlashFile
 
data - Variable in class com.sentilla.platform.tmote.LoopBackProtocol.LoopBackReceiver
 
data - Variable in class com.sentilla.platform.tmote.Receiver
 
data - Variable in class com.sentilla.platform.tmote.Sender
Sender.setDone automatically nulls out this field when this object is done sending.
data - Variable in class com.sentilla.platform.tmote.SensirionSht11
 
datacount - Variable in class com.sentilla.net.mimeo.MimeoImage
 
Datagram - Interface in javax.microedition.io
This class defines an abstract interface for datagram packets.
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.
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.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete(int, int) - Method in class java.lang.StringBuilder
Removes the characters in a substring of this StringBuilder.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteCharAt(int) - Method in class java.lang.StringBuilder
Removes the character at the specified position in this StringBuilder (shortening the StringBuilder by one character).
destAddress - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
destAddress - Variable in class com.sentilla.platform.tmote.ByteSender
 
destAddress - Variable in class com.sentilla.platform.tmote.Receiver
 
destinationID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolAck
 
destinationID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
destroy() - Method in class java.lang.Thread
destroy destroys the thread without any cleanup.
devInterface - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
devInterface - Variable in class com.sentilla.platform.tmote.ByteSender
 
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DigitalPin - Class in com.sentilla.platform.tmote
An object representation of a digital input/output pin for the Tmote platform.
DigitalPin(int) - Constructor for class com.sentilla.platform.tmote.DigitalPin
Create an object to read and write the values of a digital input/output pin.
DigitalPin - Interface in com.sentilla.system
An object representation of a digital input/output pin on a microprocessor.
digitalPinCmd - Variable in class com.sentilla.platform.tmote.DigitalPin
The Action command for this DigitalPin object.
DigitalPinDriver - Class in com.sentilla.platform.tmote
Driver class for creating Tmote-specific DigitalPin objects for input and output operations on Tmote pins.
DigitalPinDriver() - Constructor for class com.sentilla.platform.tmote.DigitalPinDriver
 
DigitalPinDriver - Class in com.sentilla.system
Create new DigitalPin system objects.
DigitalPinDriver() - Constructor for class com.sentilla.system.DigitalPinDriver
 
digitalPinId - Variable in class com.sentilla.platform.tmote.DigitalPin
The digital pin id for this DigitalPin object.
digitalPinPortmask - Variable in class com.sentilla.platform.tmote.DigitalPin
The portmask to use for port-wise read/write operations.
digitalPinTime - Variable in class com.sentilla.platform.tmote.DigitalPin
The time that the last operation completed.
digitalPinValue - Variable in class com.sentilla.platform.tmote.DigitalPin
The value of the digital pin after the last operation.
dispatch(Receiver) - Method in class com.sentilla.platform.tmote.Dispatcher
Dispatches messages to protocols and waiting receivers.
Dispatcher - Class in com.sentilla.platform.tmote
Dispatches messages through Protocols to user application receivers.
Dispatcher() - Constructor for class com.sentilla.platform.tmote.Dispatcher
Instantiates the Dispatcher and starts the send and receive threads.
Dispatcher(int) - Constructor for class com.sentilla.platform.tmote.Dispatcher
 
DispatcherAction - Class in com.sentilla.platform.tmote
Provides the Action implementations for Sender and Receiver.
DispatcherAction() - Constructor for class com.sentilla.platform.tmote.DispatcherAction
 
doesInstanceMatch(Object) - Method in class com.sentilla.platform.tmote.CC2420Radio
Do not use.
doesInstanceMatch(Object) - Method in class com.sentilla.platform.tmote.CollectionProtocol
Returns true if the class of obj should be handled by this protocol.
doesInstanceMatch(Object) - Method in class com.sentilla.platform.tmote.LoopBackProtocol
Provided for compatability with Protocol.
doesInstanceMatch(Object) - Method in class com.sentilla.platform.tmote.Protocol
Checks if input object matches class type of implementing protocols messages.
doesInstanceMatch(Object) - Method in class com.sentilla.platform.tmote.RemoteServiceProtocol
Check for RPC messages.
DONE - Static variable in interface com.sentilla.system.Action
Done action state.
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(Unit<Q>) - Method in class com.sentilla.measure.FloatMeasure
 
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double object.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double.
DOWN - Static variable in class com.sentilla.platform.tmote.ExternUart
 
Driver - Interface in com.sentilla.system
Provides a interface that all drivers must implement.
DriverAdapter - Class in com.sentilla.system
The base class that new drivers may extend.
DriverAdapter() - Constructor for class com.sentilla.system.DriverAdapter
 
Drivers - Class in com.sentilla.system
Provides a registry of all valid drivers for the current platform.
Drivers() - Constructor for class com.sentilla.system.Drivers
 
ds - Variable in class com.sentilla.platform.tmote.MimeoMessage
 

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.
e_offset - Variable in class com.sentilla.platform.tmote.ExternUart
 
edge(boolean, boolean) - Method in class com.sentilla.platform.tmote.InterruptPin
 
edge(boolean, boolean) - Method in interface com.sentilla.system.InterruptPin
Blocks until the pin state changes on an interrupt edge.
EDGE_CHANGE - Static variable in class com.sentilla.platform.tmote.DigitalPin
Action identifier for interrupt operations (implemented by InterruptPin)
EDGE_FALLING - Static variable in class com.sentilla.platform.tmote.DigitalPin
Action identifier for interrupt operations (implemented by InterruptPin)
EDGE_RISING - Static variable in class com.sentilla.platform.tmote.DigitalPin
Action identifier for interrupt operations (implemented by InterruptPin)
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.
enableSendMessages(boolean) - Method in class com.sentilla.net.mimeo.Mimeo
 
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
enqueue() - Method in class java.lang.ref.Reference
Enqueue this reference into a reference queue.
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.lang.StringBuilder
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 interface com.sentilla.net.Addressable
Returns true if the input object is equal to this one.
equals(Object) - Method in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
equals(Object) - Method in class com.sentilla.net.Mac64Address
Returns ture if obj is equal to this, false otherwise.
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
 
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
 
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.
equals(Object) - Method in class java.util.Hashtable
 
equals(Object) - Method in class java.util.Vector
 
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
err - Static variable in class java.lang.System
The "standard" error output stream.
error - Variable in class com.sentilla.platform.tmote.ExternUart
 
ERROR - Static variable in interface com.sentilla.system.Action
DoneError action state.
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.
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.
ExceptionInInitializerError - Error in java.lang
Thrown to indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
Constructs a new linkage error with null as its detail message.
ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
Constructs a new error with the specified detail message.
exit(int) - Method in class com.sentilla.system.Isolate
Stop the isolate.
exit(int) - Static method in class java.lang.Runtime
Terminates the currently running Java VM and reboots the mote.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java VM and reboots the mote.
exPathCost - Variable in class com.sentilla.net.CollectionProtocol.DebugMessage
 
ExternUart - Class in com.sentilla.platform.tmote
Provides access to the Tmote's external UART (universal asynchronous receiver/transmitter).
ExternUart() - Constructor for class com.sentilla.platform.tmote.ExternUart
Constructor initializes a uart port.

F

fails - Variable in class com.sentilla.net.CollectionProtocol.DebugMessage
 
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.
FileDriver - Class in com.sentilla.system
Provides open, create, and remove operations for files.
FileDriver() - Constructor for class com.sentilla.system.FileDriver
 
FileImage - Class in com.sentilla.net.mimeo
Private: for Sentilla internal use only.
FileImage(int) - Constructor for class com.sentilla.net.mimeo.FileImage
 
FileMapEntry - Class in com.sentilla.platform.tmote
Provides the FlashFile API in a segment of another FlashFile
FileMapFactory(int, int) - Method in class com.sentilla.platform.tmote.FilePropertyDriver
dictfile must be an instance of FlashFile on tmote.
filenum() - Method in class com.sentilla.net.mimeo.SlingshotImage
 
FilePropertyDriver - Class in com.sentilla.platform.tmote
Tmote extension of FilePropertyDriver.
FilePropertyDriver(int) - Constructor for class com.sentilla.platform.tmote.FilePropertyDriver
 
fillInStackTrace() - Method in class java.lang.Throwable
 
firmwareBuild - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
 
first() - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
 
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
FLAGS_PROTOCOL_BITMASK - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
FLAGS_PROTOCOL_BITSHIFT - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
FlashFile - Class in com.sentilla.platform.tmote
Private: for Sentilla internal use only.
FlashFile() - Constructor for class com.sentilla.platform.tmote.FlashFile
 
FlashFile(FlashFile) - Constructor for class com.sentilla.platform.tmote.FlashFile
 
FlashFileDriver - Class in com.sentilla.platform.tmote
Tmote extension of FileDriver.
FlashFileDriver() - Constructor for class com.sentilla.platform.tmote.FlashFileDriver
 
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.
FloatAmpere - Class in com.sentilla.measure.unit
 
FloatAmpere(double) - Constructor for class com.sentilla.measure.unit.FloatAmpere
 
FloatBit - Class in com.sentilla.measure.unit
 
FloatBit(double) - Constructor for class com.sentilla.measure.unit.FloatBit
 
FloatCandela - Class in com.sentilla.measure.unit
 
FloatCandela(double) - Constructor for class com.sentilla.measure.unit.FloatCandela
 
FloatCelsius - Class in com.sentilla.measure.unit
 
FloatCelsius(double) - Constructor for class com.sentilla.measure.unit.FloatCelsius
 
FloatCoulomb - Class in com.sentilla.measure.unit
 
FloatCoulomb(double) - Constructor for class com.sentilla.measure.unit.FloatCoulomb
 
FloatCubicMeter - Class in com.sentilla.measure.unit
 
FloatCubicMeter(double) - Constructor for class com.sentilla.measure.unit.FloatCubicMeter
 
FloatFarad - Class in com.sentilla.measure.unit
 
FloatFarad(double) - Constructor for class com.sentilla.measure.unit.FloatFarad
 
FloatGram - Class in com.sentilla.measure.unit
 
FloatGram(double) - Constructor for class com.sentilla.measure.unit.FloatGram
 
FloatHenry - Class in com.sentilla.measure.unit
 
FloatHenry(double) - Constructor for class com.sentilla.measure.unit.FloatHenry
 
FloatHertz - Class in com.sentilla.measure.unit
 
FloatHertz(double) - Constructor for class com.sentilla.measure.unit.FloatHertz
 
FloatJoule - Class in com.sentilla.measure.unit
 
FloatJoule(double) - Constructor for class com.sentilla.measure.unit.FloatJoule
 
FloatKelvin - Class in com.sentilla.measure.unit
 
FloatKelvin(double) - Constructor for class com.sentilla.measure.unit.FloatKelvin
 
FloatKilogram - Class in com.sentilla.measure.unit
 
FloatKilogram(double) - Constructor for class com.sentilla.measure.unit.FloatKilogram
 
FloatLumen - Class in com.sentilla.measure.unit
 
FloatLumen(double) - Constructor for class com.sentilla.measure.unit.FloatLumen
 
FloatLux - Class in com.sentilla.measure.unit
 
FloatLux(double) - Constructor for class com.sentilla.measure.unit.FloatLux
 
FloatMeasure<Q extends javax.measure.quantity.Quantity> - Class in com.sentilla.measure
 
FloatMeasure(double) - Constructor for class com.sentilla.measure.FloatMeasure
 
FloatMeasure(float) - Constructor for class com.sentilla.measure.FloatMeasure
 
FloatMeter - Class in com.sentilla.measure.unit
 
FloatMeter(double) - Constructor for class com.sentilla.measure.unit.FloatMeter
 
FloatMeterPerSecond - Class in com.sentilla.measure.unit
 
FloatMeterPerSecond(double) - Constructor for class com.sentilla.measure.unit.FloatMeterPerSecond
 
FloatMeterPerSquareSecond - Class in com.sentilla.measure.unit
 
FloatMeterPerSquareSecond(double) - Constructor for class com.sentilla.measure.unit.FloatMeterPerSquareSecond
 
FloatMole - Class in com.sentilla.measure.unit
 
FloatMole(double) - Constructor for class com.sentilla.measure.unit.FloatMole
 
FloatNewton - Class in com.sentilla.measure.unit
 
FloatNewton(double) - Constructor for class com.sentilla.measure.unit.FloatNewton
 
FloatOhm - Class in com.sentilla.measure.unit
 
FloatOhm(double) - Constructor for class com.sentilla.measure.unit.FloatOhm
 
FloatPascal - Class in com.sentilla.measure.unit
 
FloatPascal(double) - Constructor for class com.sentilla.measure.unit.FloatPascal
 
FloatRadian - Class in com.sentilla.measure.unit
 
FloatRadian(double) - Constructor for class com.sentilla.measure.unit.FloatRadian
 
FloatRelativeHumidity - Class in com.sentilla.measure.unit
 
FloatRelativeHumidity(double) - Constructor for class com.sentilla.measure.unit.FloatRelativeHumidity
 
FloatSecond - Class in com.sentilla.measure.unit
 
FloatSecond(double) - Constructor for class com.sentilla.measure.unit.FloatSecond
 
FloatSiemens - Class in com.sentilla.measure.unit
 
FloatSiemens(double) - Constructor for class com.sentilla.measure.unit.FloatSiemens
 
FloatSquareMeter - Class in com.sentilla.measure.unit
 
FloatSquareMeter(double) - Constructor for class com.sentilla.measure.unit.FloatSquareMeter
 
FloatSteradian - Class in com.sentilla.measure.unit
 
FloatSteradian(double) - Constructor for class com.sentilla.measure.unit.FloatSteradian
 
FloatTesla - Class in com.sentilla.measure.unit
 
FloatTesla(double) - Constructor for class com.sentilla.measure.unit.FloatTesla
 
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double object.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
FloatVolt - Class in com.sentilla.measure.unit
 
FloatVolt(double) - Constructor for class com.sentilla.measure.unit.FloatVolt
 
FloatWatt - Class in com.sentilla.measure.unit
 
FloatWatt(double) - Constructor for class com.sentilla.measure.unit.FloatWatt
 
FloatWeber - Class in com.sentilla.measure.unit
 
FloatWeber(double) - Constructor for class com.sentilla.measure.unit.FloatWeber
 
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.sentilla.platform.tmote.FlashFile
 
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.
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 Java heap.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
fromHost - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolAck
 
FullPower - Static variable in interface com.sentilla.system.PowerManager
 

G

G_RANGE_1_5 - Static variable in class com.sentilla.platform.tmote.AccelerationSensor
 
G_RANGE_2 - Static variable in class com.sentilla.platform.tmote.AccelerationSensor
 
G_RANGE_4 - Static variable in class com.sentilla.platform.tmote.AccelerationSensor
 
G_RANGE_6 - Static variable in class com.sentilla.platform.tmote.AccelerationSensor
 
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
get(long) - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Get the RTable object contained in the table with MAC address id.
get() - Method in class java.lang.ref.Reference
Gets the referent for this Reference.
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_PORT - Static variable in class com.sentilla.platform.tmote.DigitalPin
Action identifier for initiating a port read operation
GET_VALUE - Static variable in class com.sentilla.platform.tmote.DigitalPin
Action identifier for initiating a read operation
getActionState() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
getActionState() - Method in class com.sentilla.platform.tmote.Action
 
getActionState() - Method in class com.sentilla.platform.tmote.DispatcherAction
Returns the current action state.
getActionState() - Method in class com.sentilla.platform.tmote.Leds
 
getActionState() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
getActionState() - Method in interface com.sentilla.system.Action
Get the current state of this Action: IDLE, PENDING, DONE, or ERROR.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address of the datagram.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getBinary() - Method in class com.sentilla.net.mimeo.SlingshotImage
 
getBinary() - Method in class com.sentilla.system.Isolate
 
getBinID() - Method in class com.sentilla.system.Binary
Get the unique identifier for this Binary.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
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.
getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
Characters are copied from this string builder into the destination character array dst.
getChildThreadCount() - Method in class com.sentilla.system.Isolate
Gets the number of child threads of this isolate.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getCpuSeconds() - Method in class com.sentilla.platform.tmote.Cpu
 
getCpuSeconds() - Method in interface com.sentilla.system.Cpu
 
getCurrentIsolate() - Static method in class com.sentilla.system.Isolate
 
getData() - Method in interface com.sentilla.net.Receiver
Returns the received object.
getData() - Method in class com.sentilla.platform.tmote.Receiver
Returns the received object.
getData() - Method in interface javax.microedition.io.Datagram
Get the contents of the data buffer.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultChannel() - Method in class com.sentilla.platform.tmote.KernelProperty
Get the initial value for the radio channel.
getDefaultDispatcher() - Static method in class com.sentilla.platform.tmote.Dispatcher
Returns the default Dispatcher object for this platform.
getDefaultLPLInterval() - Method in class com.sentilla.platform.tmote.KernelProperty
Get the initial value for the Low Power Listening sleep interval.
getDefaultMac64() - Method in class com.sentilla.platform.tmote.KernelProperty
Get the initial value for the long Mac address.
getDefaultSecurityKey(byte[]) - Method in class com.sentilla.platform.tmote.KernelProperty
Get the initial value for the security key.
getDestAddress() - Method in interface com.sentilla.net.Receiver
Returns the destination address of the last received message.
getDestAddress() - Method in class com.sentilla.platform.tmote.ByteReceiver
Get the destination address as a long.
getDestAddress() - Method in class com.sentilla.platform.tmote.ByteSender
Get the long destination address previously set with setDestAddress.
getDestAddress() - Method in class com.sentilla.platform.tmote.Receiver
Returns the destination address of the last received message.
getDestinationAddress() - Method in class com.sentilla.platform.tmote.CC2420Radio.Receiver
 
getDestinationMacAddress() - Method in interface com.sentilla.net.MoteDestinationAddressMessage
Returns the destination Mac64Address address of a message.
getDestinationMacAddress() - Method in class com.sentilla.net.RadioMacAddressMessage
 
getDriver(String, Class<D>) - Static method in class com.sentilla.system.Drivers
Get a driver by name and type.
getDriverName(int) - Method in class com.sentilla.net.mimeo.Mimeo
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.AccelerationSensorDriver
Returns the driver name.
getDriverName(int) - Method in class com.sentilla.platform.tmote.ButtonDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.ByteReceiverDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.ByteSenderDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.CC2420Radio
Returns the strings "cc2420", "local", "radio", and "serial".
getDriverName(int) - Method in class com.sentilla.platform.tmote.CollectionProtocol
Returns the string "collect".
getDriverName(int) - Method in class com.sentilla.platform.tmote.CpuDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.CpuPowerDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.DigitalPinDriver
Get the name(s) of this driver.
getDriverName(int) - Method in class com.sentilla.platform.tmote.Dispatcher
Returns the driver name of this class, "disp".
getDriverName(int) - Method in class com.sentilla.platform.tmote.ExternUart
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.FilePropertyDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.FlashFileDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.InterruptPinDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.LedsDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.LoopBackProtocol
Returns "loopback".
getDriverName(int) - Method in class com.sentilla.platform.tmote.McuTemperatureDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.McuVoltageDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.MotePowerDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.MoteSecurityDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.ParSensorDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.PowerManagerDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.ReceiverDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.RemoteServiceProtocol
This driver is not to be referenced by name.
getDriverName(int) - Method in class com.sentilla.platform.tmote.SenderDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.Sht11HumidityDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.Sht11TemperatureDriver
 
getDriverName(int) - Method in class com.sentilla.platform.tmote.TsrSensorDriver
 
getDriverName(int) - Method in interface com.sentilla.system.Driver
Returns the valid name(s) for each driver.
getDriverName(int) - Method in class com.sentilla.system.DriverAdapter
Returns the valid name(s) for each driver.
getEdgeTime() - Method in class com.sentilla.platform.tmote.InterruptPin
 
getEdgeTime() - Method in interface com.sentilla.system.InterruptPin
Get the time of the last event
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getFactory() - Static method in class com.sentilla.net.mimeo.FileImage
 
getFactory() - Static method in class com.sentilla.net.mimeo.OverwriteFileImage
 
getFactory() - Static method in class com.sentilla.net.mimeo.RamByteImage
 
getFactory() - Static method in class com.sentilla.net.mimeo.SlingshotImage
 
getFactory() - Static method in class com.sentilla.platform.tmote.MimeoMessage
 
getFileNum() - Method in class com.sentilla.system.Binary
 
getFirstDriver() - Static method in class com.sentilla.system.Drivers
Get the first driver in the set of registered drivers.
getGRange() - Method in class com.sentilla.platform.tmote.AccelerationSensor
Returns the current sensitivity setting.
getGroupNext() - Method in class java.lang.Thread
 
getId() - Method in class com.sentilla.platform.tmote.Button
 
getId() - Method in class com.sentilla.platform.tmote.DigitalPin
 
getId() - Method in interface com.sentilla.system.Button
Returns digital pin ID.
getId() - Method in interface com.sentilla.system.DigitalPin
Asynchronous interface to get the pin id for this DigitalPin object.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getImage(int) - Method in class com.sentilla.net.mimeo.ManifestImage
 
getImages() - Method in class com.sentilla.net.mimeo.ManifestImage
 
getImgnum() - Method in class com.sentilla.net.mimeo.MimeoImage
 
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.
getIsolates() - Static method in class com.sentilla.system.Isolate
 
getJavaResource(String) - Method in class com.sentilla.platform.tmote.BinFileUtil
 
GetJavaResource - Interface in com.sentilla.platform.tmote
Private: For Sentilla internal use only.
getJavaResource(String) - Method in interface com.sentilla.platform.tmote.GetJavaResource
 
getLength() - Method in interface com.sentilla.net.ByteReceiver
Returns the number of bytes in the original message.
getLength() - Method in class com.sentilla.net.mimeo.FileImage
 
getLength() - Method in class com.sentilla.net.mimeo.ManifestImage
 
getLength() - Method in class com.sentilla.net.mimeo.MimeoImage
 
getLength() - Method in class com.sentilla.net.mimeo.OverwriteFileImage
 
getLength() - Method in class com.sentilla.net.mimeo.RamByteImage
 
getLength() - Method in class com.sentilla.platform.tmote.ByteReceiver
 
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 of the datagram.
getLocalAddress() - Static method in class com.sentilla.net.Mac64Address
Get the local Mac64Address for this platform.
getLPLInterval() - Static method in class com.sentilla.platform.tmote.KernelProperty
Get the current Low Power Listening interval.
getLqi() - Method in interface com.sentilla.net.ByteReceiver
Returns the Link Quality Indicator (LQI) of the received message.
getLqi() - Method in class com.sentilla.platform.tmote.ByteReceiver
 
getMac64() - Static method in class com.sentilla.platform.tmote.KernelProperty
Get the current long Mac address.
getManifestAutoCompleteTimeout() - Static method in class com.sentilla.net.mimeo.Mimeo
 
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMessage() - Method in class java.lang.Throwable
 
getMetadata(Class<R>) - Method in interface com.sentilla.net.Receiver
Returns the platform specific receiver object that contains metadata about the received message.
getMetadata(Class<R>) - Method in class com.sentilla.platform.tmote.Receiver
Returns the platform specific receiver object that contains metadata about the received message.
getName() - Method in class com.sentilla.platform.tmote.FlashFile
 
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
Return the name of this thread.
getNeighborTable(CollectionProtocol.RTable[]) - Method in class com.sentilla.platform.tmote.CollectionProtocol
Copy the NeighborTable at this time into the input RTable array.
getNextDriver() - Method in class com.sentilla.platform.tmote.ExternUart
 
getNextDriver() - Method in interface com.sentilla.system.Driver
Used by the Driver registry (Drivers) to get the next Driver in the linked list of drivers.
getNextDriver() - Method in class com.sentilla.system.DriverAdapter
Get the next driver in the list of registered drivers.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNumImages() - Method in class com.sentilla.net.mimeo.ManifestImage
 
getNumRequestsToComplete() - Method in class com.sentilla.net.mimeo.MimeoImage
 
getOffset() - Method in class com.sentilla.platform.tmote.FileMapEntry
 
getOffset() - Method in class com.sentilla.platform.tmote.FlashFile
 
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.
getPort() - Method in interface com.sentilla.net.ByteMessage
Returns the currently set port.
getPort() - Method in class com.sentilla.platform.tmote.ByteReceiver
 
getPort() - Method in class com.sentilla.platform.tmote.ByteSender
 
getPowerState() - Method in class com.sentilla.platform.tmote.PowerManager
 
getPowerState() - Method in interface com.sentilla.system.PowerManager
gets the power state currently in effect.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProcedure() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getQuantityClass() - Method in class com.sentilla.platform.tmote.AccelerationSensorDriver
Returns the Acceleration quantity class.
getQuantityClass() - Method in class com.sentilla.platform.tmote.CpuPowerDriver
 
getQuantityClass() - Method in class com.sentilla.platform.tmote.McuTemperatureDriver
 
getQuantityClass() - Method in class com.sentilla.platform.tmote.McuVoltageDriver
 
getQuantityClass() - Method in class com.sentilla.platform.tmote.MotePowerDriver
 
getQuantityClass() - Method in class com.sentilla.platform.tmote.ParSensorDriver
 
getQuantityClass() - Method in class com.sentilla.platform.tmote.Sht11HumidityDriver
 
getQuantityClass() - Method in class com.sentilla.platform.tmote.Sht11TemperatureDriver
 
getQuantityClass() - Method in class com.sentilla.platform.tmote.TsrSensorDriver
 
getQuantityClass() - Method in class com.sentilla.system.SensorDriver
Get the type of quantity that this sensor provides.
getRaf() - Method in class com.sentilla.net.rpc.procedures.RemoteGetProperty
Open the property and seek to start position.
getRaf() - Method in class com.sentilla.net.rpc.procedures.RemoteSetProperty
Open the property (creating if appropraite) and seek to start position.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getReceiver() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
getRequestMinimumTimeout() - Method in class com.sentilla.net.mimeo.Mimeo
 
getResource(String) - Static method in class com.sentilla.platform.tmote.BinFileUtil
 
getResource(String, int) - Static method in class com.sentilla.platform.tmote.BinFileUtil
 
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name in the application's JAR file.
getResult() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
getResult(Class<T>) - Method in class com.sentilla.net.rpc.RemoteInvoker
 
getResult() - Method in class com.sentilla.net.rpc.RemoteInvoker.ResultIter
 
getResult() - Method in interface com.sentilla.net.rpc.Result
Return the result of a Procedure.
getResult() - Method in class com.sentilla.platform.tmote.AccelerationSensor
Returns the Measurable quantity that the sensor read.
getResult() - Method in class com.sentilla.platform.tmote.Adc
 
getResult() - Method in class com.sentilla.platform.tmote.CpuPowerSensor
 
getResult() - Method in class com.sentilla.platform.tmote.McuTemperature
Get the temperature reading from the microcontroller's thermistor.
getResult() - Method in class com.sentilla.platform.tmote.McuVoltage
Get the MCU voltage.
getResult() - Method in class com.sentilla.platform.tmote.MotePower
 
getResult() - Method in class com.sentilla.platform.tmote.ParSensorDriver.ParSensor
Get the illumination value from the sensor.
getResult() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
getResult() - Method in class com.sentilla.platform.tmote.TsrSensorDriver.TsrSensor
Get the Illuminance from the TSR sensor.
getResult() - Method in class com.sentilla.platform.tmote.VoltageAdc
 
getResult() - Method in interface com.sentilla.system.Sensor
Asynchronous interface to get the result of the last sensor read operation.
getResultMany(Class<T>, int, int) - Method in class com.sentilla.net.rpc.RemoteInvoker
 
getRssi() - Method in interface com.sentilla.net.ByteReceiver
Returns the Received Signal Strength Indicator (RSSI) of the received message.
getRssi() - Method in class com.sentilla.platform.tmote.ByteReceiver
 
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSecurityKey(byte[]) - Static method in class com.sentilla.platform.tmote.KernelProperty
Get the current security key.
getSender() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
getSenderMacAddress() - Method in class com.sentilla.net.CollectionProtocol.CollectionProtocolAck
 
getSenderMacAddress() - Method in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
getSenderMacAddress() - Method in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
getSenderMacAddress() - Method in interface com.sentilla.net.MoteSenderAddressMessage
Returns a Mac64Address object containing the sending motes 64-bit MAC address.
getShareInitRandomTimeout() - Method in class com.sentilla.net.mimeo.Mimeo
 
getSourceAddress() - Method in interface com.sentilla.net.Receiver
Returns the source address of the last received message.
getSourceAddress() - Method in class com.sentilla.platform.tmote.ByteReceiver
Get the source address as a long.
getSourceAddress() - Method in class com.sentilla.platform.tmote.CC2420Radio.Receiver
Override the default getSourceAddress to avoid creating a new Mac64Address object on every receive.
getSourceAddress() - Method in class com.sentilla.platform.tmote.Receiver
Returns the source address of the last received message.
getSuperclass() - Method in class java.lang.Class
 
getTime() - Method in class com.sentilla.platform.tmote.DigitalPin
 
getTime() - Method in interface com.sentilla.system.Button
Returns the time of a state transition.
getTime() - Method in interface com.sentilla.system.DigitalPin
Asynchronous interface to get the time that the last operation, read or write, 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).
getTimeMillisToComplete() - Method in class com.sentilla.net.mimeo.MimeoImage
 
getTimestamp() - Method in interface com.sentilla.net.ByteMessage
Returns the message timestamp.
getTimestamp() - Method in class com.sentilla.platform.tmote.ByteReceiver
 
getTimestamp() - Method in class com.sentilla.platform.tmote.ByteSender
 
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.
getType() - Method in class com.sentilla.net.mimeo.MimeoImageFactory
 
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getUncaughtExceptionHandler() - Static method in class com.sentilla.system.Isolate
 
getUnit() - Method in class com.sentilla.measure.FloatMeasure
 
getUnit() - Method in class com.sentilla.measure.unit.FloatAmpere
 
getUnit() - Method in class com.sentilla.measure.unit.FloatBit
 
getUnit() - Method in class com.sentilla.measure.unit.FloatCandela
 
getUnit() - Method in class com.sentilla.measure.unit.FloatCelsius
 
getUnit() - Method in class com.sentilla.measure.unit.FloatCoulomb
 
getUnit() - Method in class com.sentilla.measure.unit.FloatCubicMeter
 
getUnit() - Method in class com.sentilla.measure.unit.FloatFarad
 
getUnit() - Method in class com.sentilla.measure.unit.FloatGram
 
getUnit() - Method in class com.sentilla.measure.unit.FloatHenry
 
getUnit() - Method in class com.sentilla.measure.unit.FloatHertz
 
getUnit() - Method in class com.sentilla.measure.unit.FloatJoule
 
getUnit() - Method in class com.sentilla.measure.unit.FloatKelvin
 
getUnit() - Method in class com.sentilla.measure.unit.FloatKilogram
 
getUnit() - Method in class com.sentilla.measure.unit.FloatLumen
 
getUnit() - Method in class com.sentilla.measure.unit.FloatLux
 
getUnit() - Method in class com.sentilla.measure.unit.FloatMeter
 
getUnit() - Method in class com.sentilla.measure.unit.FloatMeterPerSecond
 
getUnit() - Method in class com.sentilla.measure.unit.FloatMeterPerSquareSecond
 
getUnit() - Method in class com.sentilla.measure.unit.FloatMole
 
getUnit() - Method in class com.sentilla.measure.unit.FloatNewton
 
getUnit() - Method in class com.sentilla.measure.unit.FloatOhm
 
getUnit() - Method in class com.sentilla.measure.unit.FloatPascal
 
getUnit() - Method in class com.sentilla.measure.unit.FloatRadian
 
getUnit() - Method in class com.sentilla.measure.unit.FloatRelativeHumidity
 
getUnit() - Method in class com.sentilla.measure.unit.FloatSecond
 
getUnit() - Method in class com.sentilla.measure.unit.FloatSiemens
 
getUnit() - Method in class com.sentilla.measure.unit.FloatSquareMeter
 
getUnit() - Method in class com.sentilla.measure.unit.FloatSteradian
 
getUnit() - Method in class com.sentilla.measure.unit.FloatTesla
 
getUnit() - Method in class com.sentilla.measure.unit.FloatVolt
 
getUnit() - Method in class com.sentilla.measure.unit.FloatWatt
 
getUnit() - Method in class com.sentilla.measure.unit.FloatWeber
 
getValue() - Method in class com.sentilla.platform.tmote.DigitalPin
 
getValue() - Method in interface com.sentilla.system.Button
Returns true if digital pin value is set.
getValue() - Method in interface com.sentilla.system.DigitalPin
Asynchronous interface to get the last value read from or written to the digital pin.
getVersion() - Method in class com.sentilla.net.mimeo.MimeoImage
 
getVoltage() - Method in class com.sentilla.platform.tmote.Adc
 
getVref() - Method in class com.sentilla.platform.tmote.AccelerationSensor
Returns the current reference voltage value as a float.

H

handleException(byte[]) - Method in interface com.sentilla.system.UncaughtExceptionHandler
 
handleUncaughtException() - Static method in class com.sentilla.system.Isolate
 
hashCode() - Method in interface com.sentilla.net.Addressable
Returns the hash code value for this object.
hashCode() - Method in class com.sentilla.net.Mac64Address
Returns the hash code of the Mac64Address object.
hashCode() - Method in class com.sentilla.system.Binary
 
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.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
 
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.
hasNext() - Method in class com.sentilla.net.rpc.RemoteInvoker.ResultIter
 
hasNext() - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable.Iterator
Returns true if the table contains another element.
head - Variable in class java.lang.ThreadGroup
 
heapDump() - Static method in class com.sentilla.platform.tmote.Cpu
for Sentilla internal use only
heartbeatInterval - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
Interval to wait between heartbeat.
hopCount - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
hops - Variable in class com.sentilla.platform.tmote.CollectionProtocol.RTable
 
hostSeq - Variable in class com.sentilla.platform.tmote.CollectionProtocol.RTable
 
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.
humidity - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
 

I

id - Variable in class com.sentilla.platform.tmote.MimeoMessage
 
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().
IDLE - Static variable in interface com.sentilla.system.Action
Idle action state.
ids - Variable in class com.sentilla.net.CollectionProtocol.DebugMessage
 
IllegalAccessError - Error in java.lang
 
IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
Constructs a IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
Constructs a IllegalAccessError with the specified detail message.
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.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in java.lang
 
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs a IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs a IllegalStateException 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.
IMAGE_TYPE - Static variable in class com.sentilla.net.mimeo.FileImage
 
IMAGE_TYPE - Static variable in class com.sentilla.net.mimeo.OverwriteFileImage
 
IMAGE_TYPE - Static variable in class com.sentilla.net.mimeo.RamByteImage
 
IMAGE_TYPE - Static variable in class com.sentilla.net.mimeo.SlingshotImage
 
IMAGE_TYPE - Static variable in class com.sentilla.platform.tmote.MimeoMessage
 
imgnum - Variable in class com.sentilla.net.mimeo.MimeoImage
 
imgnum - Variable in class com.sentilla.platform.tmote.MimeoMessage
 
in - Variable in class java.io.DataInputStream
The input stream.
IncompatibleClassChangeError - Error in java.lang
 
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Constructs a IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Constructs a IncompatibleClassChangeError with the specified detail message.
index - Variable in class com.sentilla.net.CollectionProtocol.DebugMessage
 
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(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
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.
init() - Method in class com.sentilla.mote.clientservices.ClientServicesLib
 
init() - Static method in class com.sentilla.platform.tmote.KernelProperty
Restore all default kernel properties.
initAction(byte) - Method in class com.sentilla.platform.tmote.Action
 
initLPLInterval() - Method in class com.sentilla.platform.tmote.KernelProperty
 
initMac64() - Method in class com.sentilla.platform.tmote.KernelProperty
 
initRadioChannel() - Method in class com.sentilla.platform.tmote.KernelProperty
 
initSecurityKey() - Method in class com.sentilla.platform.tmote.KernelProperty
 
INPUT_advertise_match - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_advertise_mismatch - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_null - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_request_current - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_request_match - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_request_mismatch - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_request_new - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_request_share_old - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_share_current - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_share_done - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_share_match - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_share_new_mismatch - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_timeout - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
INPUT_up_to_date - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
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.
insert(int, String) - Method in class java.lang.StringBuilder
Inserts the string into this string builder.
insert(int, Object) - Method in class java.lang.StringBuilder
Inserts the string representation of the Object argument into this string builder.
insert(int, char[]) - Method in class java.lang.StringBuilder
Inserts the string representation of the char array argument into this string builder.
insert(int, boolean) - Method in class java.lang.StringBuilder
Inserts the string representation of the boolean argument into this string builder.
insert(int, char) - Method in class java.lang.StringBuilder
Inserts the string representation of the char argument into this string builder.
insert(int, int) - Method in class java.lang.StringBuilder
Inserts the string representation of the second int argument into this string builder.
insert(int, long) - Method in class java.lang.StringBuilder
Inserts the string representation of the long argument into this string builder.
insert(int, float) - Method in class java.lang.StringBuilder
Inserts the string representation of the float argument into this string builder.
insert(int, double) - Method in class java.lang.StringBuilder
Inserts the string representation of the double argument into this string builder.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
install(int) - Method in class com.sentilla.system.Binary
Install this binary with the system based on the given file number.
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 represention.
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.
interbyte_wait - Variable in class com.sentilla.platform.tmote.ExternUart
 
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError - Error in java.lang
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
InternalError() - Constructor for error java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message.
interrupt() - Method in class java.lang.Thread
Set the interrupted flag.
interrupted() - Static method in class java.lang.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.
InterruptPin - Class in com.sentilla.platform.tmote
Creates an action for interruptable single pins of digital input/output on the tmote platform.
InterruptPin(int) - Constructor for class com.sentilla.platform.tmote.InterruptPin
Create an object to capture interrupt events from a digital input/output pin.
InterruptPin - Interface in com.sentilla.system
An object representation for interrupt functionality present on microcontroller input/output devices.
InterruptPinDriver - Class in com.sentilla.platform.tmote
Tmote extension of InterruptPinDriver.
InterruptPinDriver() - Constructor for class com.sentilla.platform.tmote.InterruptPinDriver
 
InterruptPinDriver - Class in com.sentilla.system
Create new InterruptPin system objects.
InterruptPinDriver() - Constructor for class com.sentilla.system.InterruptPinDriver
 
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue() - Method in class java.lang.Double
Returns the value of this Double as an int (by casting to type int).
intValue() - Method in class java.lang.Float
Returns the 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.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int.
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue() - Method in class java.lang.Short
Returns the value of this Short as an int.
invalidate() - Method in class com.sentilla.net.mimeo.MimeoImage
 
invalidate() - Method in class com.sentilla.net.mimeo.SlingshotImage
 
InvalidEncryptionKeyException - Exception in com.sentilla.system
Indicates an encryption key that is not valid due to type or content.
InvalidEncryptionKeyException() - Constructor for exception com.sentilla.system.InvalidEncryptionKeyException
 
invoke(Procedure<T>, Class<T>) - Method in class com.sentilla.net.rpc.RemoteInvoker
Remotely invoke a procedure and return a single result.
invoke(Procedure<T>, Class<T>, int) - Method in class com.sentilla.net.rpc.RemoteInvoker
Remotely invoke a procedure and return a single result.
invokeMany(Procedure<T>, Class<T>, int, int) - Method in class com.sentilla.net.rpc.RemoteInvoker
Remotely invoke a procedure and return an iterable over possibly many results.
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.
isAlive() - Method in class com.sentilla.system.Isolate
Determines if this isolate has been (re)started and not yet (re)hibernated or exited.
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.
isComplete() - Method in class com.sentilla.net.mimeo.ManifestImage
 
isComplete() - Method in class com.sentilla.net.mimeo.MimeoImage
 
isDaemon() - Method in class java.lang.Thread
Set the daemon flag.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDone() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
isDone() - Method in class com.sentilla.platform.tmote.Action
 
isDone() - Method in class com.sentilla.platform.tmote.DispatcherAction
Checks if the current action state is Action.DONE.
isDone() - Method in class com.sentilla.platform.tmote.Leds
 
isDone() - Method in class com.sentilla.platform.tmote.MotePower
 
isDone() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
isDone() - Method in interface com.sentilla.system.Action
Return true is this Action is DONE.
isEmpty() - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Return true if the table is empty.
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.
isEnqueued() - Method in class java.lang.ref.Reference
Get the status of the Reference object in the queue.
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.
isInterrupted() - Method in class java.lang.Thread
 
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).
Isolate - Class in com.sentilla.system
Private: For Sentilla internal use only.
Isolate(Binary) - Constructor for class com.sentilla.system.Isolate
 
isolateOwner - Variable in class com.sentilla.platform.tmote.Action
 
isPageComplete(int) - Method in class com.sentilla.net.mimeo.MimeoImage
 
isPrimitive() - Method in class java.lang.Class
 
isRisingEdge() - Method in class com.sentilla.platform.tmote.InterruptPin
 
isRisingEdge() - Method in interface com.sentilla.system.InterruptPin
Check the condition of the last event.
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.
itemperature - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
 
iterator() - Method in class com.sentilla.net.rpc.RemoteInvoker.ResultIter
 
iterator() - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Returns an iterator for the neighbor table.

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 support for weak references.
java.util - package java.util
 
javax.microedition.io - package javax.microedition.io
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
join(int) - Method in class java.lang.Thread
Waits at most millis milliseconds 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

keep_running - Variable in class com.sentilla.net.mimeo.Mimeo
 
KernelProperty - Class in com.sentilla.platform.tmote
API for interacting with kernel properties on the Tmote platform.
KernelProperty() - Constructor for class com.sentilla.platform.tmote.KernelProperty
 
key - Variable in class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys.MoteKeyList
 
keybytes - Variable in class com.sentilla.net.rpc.procedures.RemoteGetProperty
 
keybytes - Variable in class com.sentilla.net.rpc.procedures.RemoteSetProperty
 
keyIndex - Variable in class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys.MoteKeyList
 
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.

L

lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastHop - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
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(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
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.
Leds - Class in com.sentilla.platform.tmote
Tmote implementation of Leds.
Leds() - Constructor for class com.sentilla.platform.tmote.Leds
 
leds - Variable in class com.sentilla.platform.tmote.MimeoMessage
 
Leds - Interface in com.sentilla.system
Set, turn on, turn off, and toggle the platform's LEDs.
LedsDriver - Class in com.sentilla.platform.tmote
Tmote implementation of LedsDriver.
LedsDriver() - Constructor for class com.sentilla.platform.tmote.LedsDriver
 
LedsDriver - Class in com.sentilla.system
Create new Leds system objects.
LedsDriver() - Constructor for class com.sentilla.system.LedsDriver
 
len - Variable in class com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes
 
len - Variable in class com.sentilla.net.rpc.procedures.RemoteSetProperty
 
length - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
length() - Method in class com.sentilla.platform.tmote.FileMapEntry
 
length() - Method in class com.sentilla.platform.tmote.FlashFile
 
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.
length() - Method in class java.lang.StringBuilder
Returns the length (character count) of this string builder.
LinkageError - Error in java.lang
Thrown to indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a new linkage error with null as its detail message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a new error with the specified detail message.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the specified long argument.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double value corresponding to a given bit representation.
longValue(Unit<Q>) - Method in class com.sentilla.measure.FloatMeasure
 
longValue() - Method in class com.sentilla.net.Mac64Address
Returns the 64-bit address as a long.
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class java.lang.Double
Returns the value of this Double as a long (by casting to type long).
longValue() - Method in class java.lang.Float
Returns 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.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long.
lookup(String) - Static method in class com.sentilla.platform.tmote.Action
 
LoopBackProtocol - Class in com.sentilla.platform.tmote
Provides Loopback protocol for sending messages to self or other applications running on the mote.
LoopBackProtocol() - Constructor for class com.sentilla.platform.tmote.LoopBackProtocol
Provides instantiation of the LoopBackProtocol.
LoopBackProtocol.LoopBackReceiver - Class in com.sentilla.platform.tmote
Provides the receiver implementation for the loop back protocol.
LoopBackProtocol.LoopBackReceiver() - Constructor for class com.sentilla.platform.tmote.LoopBackProtocol.LoopBackReceiver
 
LoopBackProtocol.LoopBackSender - Class in com.sentilla.platform.tmote
Provides the sender implementation for the loop back protocol.
LoopBackProtocol.LoopBackSender() - Constructor for class com.sentilla.platform.tmote.LoopBackProtocol.LoopBackSender
 
loopCount - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
Number of loop iterations.
LowVoltageError - Exception in com.sentilla.platform.tmote
Thrown when the system voltage is getting low but not yet out of bounds.
LowVoltageError() - Constructor for exception com.sentilla.platform.tmote.LowVoltageError
 
LowVoltageWarning - Exception in com.sentilla.platform.tmote
Thrown when the system voltage is getting low but not yet out of bounds.
LowVoltageWarning() - Constructor for exception com.sentilla.platform.tmote.LowVoltageWarning
 
lqi - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
lqi - Variable in class com.sentilla.platform.tmote.CC2420Radio.Receiver
 

M

m_driver_head - Static variable in class com.sentilla.system.Drivers
The head of the driver queue.
m_nextDriver - Variable in class com.sentilla.system.DriverAdapter
A reference to the next driver in the list of drivers.
Mac64Address - Class in com.sentilla.net
Address class for the mote MAC address.
Mac64Address(long) - Constructor for class com.sentilla.net.Mac64Address
Create a new Mac64Address with 64-bit address addr.
macAddr - Variable in class com.sentilla.platform.tmote.CC2420Radio.Receiver
Source address of received message as a 64 bit long.
macDest - Variable in class com.sentilla.platform.tmote.CC2420Radio.Receiver
Destination address of received messages.
manifest - Variable in class com.sentilla.net.mimeo.Mimeo
 
ManifestImage - Class in com.sentilla.net.mimeo
 
ManifestImage() - Constructor for class com.sentilla.net.mimeo.ManifestImage
 
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_IMAGES - Static variable in class com.sentilla.platform.tmote.Constants
Maximum number of Slingshot images that can be run simultaneously.
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_RETRIES - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Number of times to retry sending a message.
MAX_SENDERS - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Max messages that can be forwarded at any time.
MAX_SIZE - Static variable in class com.sentilla.platform.tmote.Dispatcher
 
MAX_TIMEOUT - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Max timeout for neighbor table entries.
MAX_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, 1·7976931348623157e+308.
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
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
McuTemperature - Class in com.sentilla.platform.tmote
Tmote MCU temperature sensor.
McuTemperature() - Constructor for class com.sentilla.platform.tmote.McuTemperature
 
McuTemperatureDriver - Class in com.sentilla.platform.tmote
A SensorDriver used to obtain the Tmote MCU temperature sensor.
McuTemperatureDriver() - Constructor for class com.sentilla.platform.tmote.McuTemperatureDriver
 
McuVoltage - Class in com.sentilla.platform.tmote
Tmote MCU voltage sensor.
McuVoltage() - Constructor for class com.sentilla.platform.tmote.McuVoltage
 
McuVoltageDriver - Class in com.sentilla.platform.tmote
SensorDriver used to obtain the Tmote MCU voltage sensor.
McuVoltageDriver() - Constructor for class com.sentilla.platform.tmote.McuVoltageDriver
 
MESSAGE_advertise - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
MESSAGE_request - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
MESSAGE_share - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
Mimeo - Class in com.sentilla.net.mimeo
Private: for Sentilla internal use only.
Mimeo() - Constructor for class com.sentilla.net.mimeo.Mimeo
 
MimeoDataMessage - Class in com.sentilla.net.mimeo
Message object for Mimeo data buffers.
MimeoDataMessage() - Constructor for class com.sentilla.net.mimeo.MimeoDataMessage
 
MimeoEnum - Interface in com.sentilla.net.mimeo
 
MimeoImage - Class in com.sentilla.net.mimeo
Private: for Sentilla internal use only.
MimeoImage() - Constructor for class com.sentilla.net.mimeo.MimeoImage
 
MimeoImageFactory - Class in com.sentilla.net.mimeo
Private: for Sentilla internal use only.
MimeoImageFactory() - Constructor for class com.sentilla.net.mimeo.MimeoImageFactory
 
MimeoMessage - Class in com.sentilla.platform.tmote
Viral dissemination protocol for sending messages from a client application to a mote network.
MimeoMessage(int) - Constructor for class com.sentilla.platform.tmote.MimeoMessage
 
MimeoTmote - Class in com.sentilla.net.mimeo
 
MimeoTmote() - Constructor for class com.sentilla.net.mimeo.MimeoTmote
 
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
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 4.94065645841246544e-324.
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
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
modulation - Variable in class com.sentilla.platform.tmote.ExternUart
 
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.
MoteDestinationAddressMessage - Interface in com.sentilla.net
Interface for retreiving the mote destination address of a message.
motemain() - Static method in class com.sentilla.platform.tmote.Platform
 
MotePower - Class in com.sentilla.platform.tmote
A Sensor for reading total power consumption on tmote.
MotePower() - Constructor for class com.sentilla.platform.tmote.MotePower
 
MotePowerDriver - Class in com.sentilla.platform.tmote
MotePowerDriver is identified by the driver string "motepower" on tmote.
MotePowerDriver() - Constructor for class com.sentilla.platform.tmote.MotePowerDriver
 
MoteSecurity - Class in com.sentilla.platform.tmote
A tmote implementation of com.sentilla.system.MoteSecurity.
MoteSecurity() - Constructor for class com.sentilla.platform.tmote.MoteSecurity
 
MoteSecurity - Interface in com.sentilla.system
Private: for Sentilla internal use only.
MoteSecurityDriver - Class in com.sentilla.platform.tmote
A tmote implementation of com.sentilla.system.MoteSecurityDriver.
MoteSecurityDriver() - Constructor for class com.sentilla.platform.tmote.MoteSecurityDriver
 
MoteSecurityDriver - Class in com.sentilla.system
Private: for Sentilla internal use only.
MoteSecurityDriver() - Constructor for class com.sentilla.system.MoteSecurityDriver
 
MoteSenderAddressMessage - Interface in com.sentilla.net
Interface for retreiving mote MAC address.
msgClass - Variable in class com.sentilla.platform.tmote.Receiver
 
MTU - Static variable in class com.sentilla.platform.tmote.CC2420Radio
 
MTU - Static variable in class com.sentilla.platform.tmote.CollectionProtocol
Max serialized data size supported.
MultipleSensor - Interface in com.sentilla.platform.tmote
 
my_hash_id - Variable in class com.sentilla.platform.tmote.CollectionProtocol
 
my_id - Variable in class com.sentilla.platform.tmote.CollectionProtocol
 
myHops - Variable in class com.sentilla.platform.tmote.CollectionProtocol
 

N

name - Variable in class java.lang.ThreadGroup
 
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
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.
newButton() - Method in class com.sentilla.platform.tmote.ButtonDriver
 
newButton() - Method in class com.sentilla.system.ButtonDriver
Create a new Button instance.
newByteReceiver(int) - Method in class com.sentilla.net.ByteReceiverDriver
Returns a new ByteReceiver that receives on the input port.
newByteReceiver(int) - Method in class com.sentilla.platform.tmote.ByteReceiverDriver
 
newByteSender(int) - Method in class com.sentilla.net.ByteSenderDriver
Returns a new ByteReceiver that receives on port port.
newByteSender(int) - Method in class com.sentilla.platform.tmote.ByteSenderDriver
 
newCpu() - Method in class com.sentilla.platform.tmote.CpuDriver
 
newCpu() - Method in class com.sentilla.system.CpuDriver
Create a new Cpu instance.
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newDigitalPin(int) - Method in class com.sentilla.platform.tmote.DigitalPinDriver
Create a new DigitalPin object with the specified pin id.
newDigitalPin(int) - Method in class com.sentilla.system.DigitalPinDriver
Create a new DigitalPin object with the specified pin id.
newImage(int) - Method in class com.sentilla.net.mimeo.FileImage
 
newImage(int, int, int) - Method in class com.sentilla.net.mimeo.ManifestImage
 
newImage(int) - Method in class com.sentilla.net.mimeo.ManifestImage
 
newImage(int) - Method in class com.sentilla.net.mimeo.MimeoImage
 
newImage(int) - Method in class com.sentilla.net.mimeo.OverwriteFileImage
 
newImage(int) - Method in class com.sentilla.net.mimeo.RamByteImage
 
newImageVersion(int, int) - Method in class com.sentilla.net.mimeo.ManifestImage
 
newImageVersion(int, int) - Method in class com.sentilla.net.mimeo.MimeoImage
 
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newInterruptPin(int) - Method in class com.sentilla.platform.tmote.InterruptPinDriver
 
newInterruptPin(int) - Method in class com.sentilla.system.InterruptPinDriver
Create a new InterruptPin object with the specified pin id.
newLeds() - Method in class com.sentilla.platform.tmote.LedsDriver
 
newLeds() - Method in class com.sentilla.system.LedsDriver
Create a new Leds instance.
newMoteSecurity() - Method in class com.sentilla.platform.tmote.MoteSecurityDriver
 
newMoteSecurity() - Method in class com.sentilla.system.MoteSecurityDriver
Create a new MoteSecurity instance.
newPowerManager() - Method in class com.sentilla.platform.tmote.PowerManagerDriver
 
newPowerManager() - Method in class com.sentilla.system.PowerManagerDriver
Create a new PowerManager instance.
newReceiver(Class) - Method in class com.sentilla.net.ReceiverDriver
 
newReceiver() - Method in class com.sentilla.platform.tmote.CC2420Radio
Returns a new receiver for the CC2420 radio.
newReceiver() - Method in class com.sentilla.platform.tmote.CollectionProtocol
Returns a new CollectionProtocol receiver.
newReceiver() - Method in class com.sentilla.platform.tmote.LoopBackProtocol
Creates a new LoopBackProtocol receiver.
newReceiver() - Method in class com.sentilla.platform.tmote.Protocol
Creates a new receiver.
newReceiver(Class) - Method in class com.sentilla.platform.tmote.ReceiverDriver
Returns a receiver for input class "msgClass".
newReceiver() - Method in class com.sentilla.platform.tmote.RemoteServiceProtocol
Do not use.
newResult(RandomAccessFile) - Method in class com.sentilla.net.rpc.procedures.RemoteSetProperty
Create and initialize a Result indicating the local address and the number of bytes written.
newSender(Addressable, String) - Method in class com.sentilla.net.SenderDriver
 
newSender() - Method in class com.sentilla.platform.tmote.CC2420Radio
Returns a new sender for the CC2420 radio.
newSender() - Method in class com.sentilla.platform.tmote.CollectionProtocol
Returns a new CollectionProtocol sender.
newSender() - Method in class com.sentilla.platform.tmote.LoopBackProtocol
Creates a new LoopBackProtocol sender.
newSender() - Method in class com.sentilla.platform.tmote.Protocol
Creates a new sender.
newSender() - Method in class com.sentilla.platform.tmote.RemoteServiceProtocol
Do not use.
newSender(Addressable, String) - Method in class com.sentilla.platform.tmote.SenderDriver
Returns a sender for protocol "name" and address "addr".
newSensor() - Method in class com.sentilla.platform.tmote.AccelerationSensorDriver
Returns a new AccelerationSensor.
newSensor() - Method in class com.sentilla.platform.tmote.CpuPowerDriver
Gets the CPU power sensor.
newSensor() - Method in class com.sentilla.platform.tmote.McuTemperatureDriver
 
newSensor() - Method in class com.sentilla.platform.tmote.McuVoltageDriver
 
newSensor() - Method in class com.sentilla.platform.tmote.MotePowerDriver
 
newSensor() - Method in class com.sentilla.platform.tmote.ParSensorDriver
 
newSensor() - Method in class com.sentilla.platform.tmote.Sht11HumidityDriver
 
newSensor() - Method in class com.sentilla.platform.tmote.Sht11TemperatureDriver
 
newSensor() - Method in class com.sentilla.platform.tmote.TsrSensorDriver
 
newSensor() - Method in class com.sentilla.system.SensorDriver
Creates a new sensor object of quantity Q.
next() - Method in class com.sentilla.net.rpc.RemoteInvoker.ResultIter
 
next() - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable.Iterator
Returns the next element in the table.
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.
nextReceiver - Variable in class com.sentilla.platform.tmote.Receiver
 
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.
nodeID - Variable in class com.sentilla.platform.tmote.CollectionProtocol.RTable
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The priority that is assigned to the primordial thread.
NoSuchDriverException - Exception in com.sentilla.system
Thrown when the Action engine is in ERROR, usually due to a Driver that is not registered or available through the Drivers registry.
NoSuchDriverException() - Constructor for exception com.sentilla.system.NoSuchDriverException
 
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.
NoSuchMethodError - Error in java.lang
 
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
notify() - Method in class java.lang.Object
Wake up one thread blocked on a wait().
notifyAll() - Method in class java.lang.Object
Wake up all threads blocked on a wait().
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
nread - Variable in class com.sentilla.net.rpc.procedures.RemoteGetProperty.Result
 
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.
NUM_INPUTS - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
num_waitchars - Variable in class com.sentilla.platform.tmote.ExternUart
 
Number - Class in java.lang
The abstract class Number is the superclass of classes Byte, Double, Float, Integer, Long, and Short.
Number() - Constructor for class java.lang.Number
 
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numPortsToRead - Variable in class com.sentilla.platform.tmote.Adc
 
nwritten - Variable in class com.sentilla.net.rpc.procedures.RemoteSetProperty.Result
 

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.
off(int) - Method in class com.sentilla.platform.tmote.Leds
 
off(int) - Method in interface com.sentilla.system.Leds
Turns off selected LEDs.
on(int) - Method in class com.sentilla.platform.tmote.Leds
 
on(int) - Method in interface com.sentilla.system.Leds
Turns on selected LEDs.
op - Variable in class com.sentilla.platform.tmote.ExternUart
 
op - Variable in class com.sentilla.platform.tmote.FlashFile
 
open(Addressable, String) - Static method in class com.sentilla.net.RemotePropertyDriver
 
open() - Method in class com.sentilla.platform.tmote.ExternUart
 
open(short, byte, byte) - Method in class com.sentilla.platform.tmote.ExternUart
Opens a Uart with baudrate (UBR register) set to b and modulation (UMCTL register) set to m.
open(int) - Method in class com.sentilla.platform.tmote.FlashFile
 
open(int) - Static method in class com.sentilla.system.FileDriver
Open an existing file.
open(String) - Static method in class com.sentilla.system.PropertyDriver
Open an existing property or thrown an IORuntimeException if the property does not exist.
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.
OPEN_OP - Static variable in class com.sentilla.platform.tmote.ExternUart
 
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
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.OutputConnection
Open and return a data output stream for a connection.
openFile(int) - Method in class com.sentilla.platform.tmote.FlashFileDriver
 
openFile(int) - Method in class com.sentilla.system.FileDriver
Open an existing file.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
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.OutputConnection
Open and return an output stream for a connection.
openProperty(Addressable, String) - Method in class com.sentilla.net.RemotePropertyDriver
 
openProperty(String) - Method in class com.sentilla.system.PropertyDriver
Open an existing property or thrown an IORuntimeException if the property does not exist.
OperationTimedOutException - Exception in com.sentilla.system
Thrown when an operation fails due to timeout.
OperationTimedOutException() - Constructor for exception com.sentilla.system.OperationTimedOutException
 
OperationTimedOutException(String) - Constructor for exception com.sentilla.system.OperationTimedOutException
 
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.
OUTPUT_msg_advertise - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_msg_request - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_msg_share - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_reset_request_backoff - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_share_init_all - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_share_init_requested - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_timeout_set_adv - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_timeout_set_req - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_timeout_set_shr - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_timeout_set_shri - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
OUTPUT_write_data - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
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.
overwrite - Variable in class com.sentilla.platform.tmote.FlashFile
 
OverwriteFileImage - Class in com.sentilla.net.mimeo
Private: for Sentilla internal use only.
OverwriteFileImage(int) - Constructor for class com.sentilla.net.mimeo.OverwriteFileImage
 

P

pagedone - Variable in class com.sentilla.net.mimeo.MimeoImage
 
parentID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
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.
ParSensorDriver - Class in com.sentilla.platform.tmote
SensorDriver used to obtain the Tmote's PAR (Photosynthetically Active Radiation) light sensor.
ParSensorDriver() - Constructor for class com.sentilla.platform.tmote.ParSensorDriver
 
ParSensorDriver.ParSensor - Class in com.sentilla.platform.tmote
Tmote PAR sensor.
ParSensorDriver.ParSensor(byte, byte) - Constructor for class com.sentilla.platform.tmote.ParSensorDriver.ParSensor
 
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.
PENDING - Static variable in interface com.sentilla.system.Action
Pending action state.
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.
Platform - Class in com.sentilla.platform.tmote
Private: For Sentilla internal use only.
Platform() - Constructor for class com.sentilla.platform.tmote.Platform
 
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.
PmActive - Static variable in interface com.sentilla.system.PowerManager
 
poison - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
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.
PORT - Static variable in class com.sentilla.platform.tmote.CC2420Radio
 
port - Variable in class com.sentilla.platform.tmote.CC2420Radio.Receiver
 
port - Variable in class com.sentilla.platform.tmote.CC2420Radio.Sender
 
PORT_A0 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_A1 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_A2 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_A3 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_A4 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_A5 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_A6 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_A7 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_AVCC_DIV_2 - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_TEMPERATURE - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_VEREFP - Static variable in class com.sentilla.platform.tmote.Adc
 
PORT_VREFM_DIV_VEREFM - Static variable in class com.sentilla.platform.tmote.Adc
 
portparams - Variable in class com.sentilla.platform.tmote.ExternUart
 
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
POSITIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The positive infinity of type float.
PowerManager - Class in com.sentilla.platform.tmote
A tmote implementation of PowerManager.
PowerManager() - Constructor for class com.sentilla.platform.tmote.PowerManager
 
PowerManager - Interface in com.sentilla.system
Private: for Sentilla internal use only.
PowerManager.PowerState - Class in com.sentilla.system
Private: for Sentilla internal use only.
PowerManager.PowerState() - Constructor for class com.sentilla.system.PowerManager.PowerState
 
PowerManagerDriver - Class in com.sentilla.platform.tmote
tmote uses the driver string "powerman" to identify the power manager driver.
PowerManagerDriver() - Constructor for class com.sentilla.platform.tmote.PowerManagerDriver
 
PowerManagerDriver - Class in com.sentilla.system
Private: for Sentilla internal use only.
PowerManagerDriver() - Constructor for class com.sentilla.system.PowerManagerDriver
 
press() - Method in class com.sentilla.platform.tmote.Button
 
press() - Method in interface com.sentilla.system.Button
Returns when the user button transitions from released to pressed.
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
 
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.
Procedure<T> - Interface in com.sentilla.net.rpc
Procedure is similar to Runnable with the addition that it returns a value of type T.
procedure - Variable in class com.sentilla.net.rpc.RemoteService.Call
 
profileClear() - Static method in class com.sentilla.platform.tmote.Cpu
for Sentilla internal use only
profileDump() - Static method in class com.sentilla.platform.tmote.Cpu
for Sentilla internal use only
PropertyDriver - Class in com.sentilla.system
A PropertyDriver provides open, create, and remove for properties.
PropertyDriver() - Constructor for class com.sentilla.system.PropertyDriver
 
Protocol - Class in com.sentilla.platform.tmote
Provides the template that message protocols must follow.
Protocol() - Constructor for class com.sentilla.platform.tmote.Protocol
 
protocol - Variable in class com.sentilla.platform.tmote.Sender
This field is NOT automatically nulled when this object is done sending.
PROTOCOL_MTU - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
PROTOCOL_PORT - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
PROTOCOL_VERSION - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
ProtocolNotFoundException - Exception in com.sentilla.net
Thrown when a trying to reference a protocol that does not exist on this platform.
ProtocolNotFoundException() - Constructor for exception com.sentilla.net.ProtocolNotFoundException
 
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.

Q

queueForReceive(Receiver) - Method in class com.sentilla.platform.tmote.Dispatcher
Queues a Receiver object that is ready to receive.
queueForSend(Sender) - Method in class com.sentilla.platform.tmote.Dispatcher
Queues a Sender object for transmission.

R

RadioMacAddressMessage - Class in com.sentilla.net
Message class for specifying the mote destination address.
RadioMacAddressMessage() - Constructor for class com.sentilla.net.RadioMacAddressMessage
 
RamByteImage - Class in com.sentilla.net.mimeo
Private: for Sentilla internal use only.
RamByteImage(int) - Constructor for class com.sentilla.net.mimeo.RamByteImage
 
random - Variable in class com.sentilla.net.mimeo.Mimeo
 
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:
read() - Method in class com.sentilla.platform.tmote.Adc
 
read() - Method in class com.sentilla.platform.tmote.CpuPowerSensor
Reads the Energy used by the CPU between last reset and now.
read(int) - Method in class com.sentilla.platform.tmote.DigitalPin
Read the value of a specified digital pin.
read() - Method in class com.sentilla.platform.tmote.DigitalPin
 
read(byte[], int, int) - Method in class com.sentilla.platform.tmote.FileMapEntry
 
read() - Method in class com.sentilla.platform.tmote.FlashFile
 
read(byte[]) - Method in class com.sentilla.platform.tmote.FlashFile
 
read(byte[], int, int) - Method in class com.sentilla.platform.tmote.FlashFile
 
read() - Method in class com.sentilla.platform.tmote.MotePower
 
read() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
read() - Method in interface com.sentilla.system.Button
Returns true if the user button is pressed.
read() - Method in interface com.sentilla.system.DigitalPin
Read the value of a specified digital pin.
read() - Method in interface com.sentilla.system.Sensor
Read a new measurement and return the result.
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.
readBoolean() - Method in class com.sentilla.platform.tmote.FlashFile
 
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.
readByte() - Method in class com.sentilla.platform.tmote.FlashFile
 
readByte() - Method in class com.sentilla.platform.tmote.SensirionSht11
 
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.
readBytes(int, int, ByteBuffer) - Method in class com.sentilla.net.mimeo.FileImage
 
readBytes(int, int, ByteBuffer) - Method in class com.sentilla.net.mimeo.ManifestImage
 
readBytes(int, int, ByteBuffer) - Method in class com.sentilla.net.mimeo.MimeoImage
 
readBytes(int, int, ByteBuffer) - Method in class com.sentilla.net.mimeo.OverwriteFileImage
 
readBytes(int, int, ByteBuffer) - Method in class com.sentilla.net.mimeo.RamByteImage
 
readChar() - Method in class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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.
readLong() - Method in class com.sentilla.platform.tmote.FlashFile
 
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.
readMultipleRaw(int[], byte[]) - Method in class com.sentilla.platform.tmote.Adc
 
readMultipleRaw(int[], byte[]) - Method in interface com.sentilla.platform.tmote.MultipleSensor
Read new set of raw measurements and return the result.
readObject() - Method in class com.sentilla.platform.tmote.FileMapEntry
 
readObject() - Method in class com.sentilla.platform.tmote.FlashFile
 
readPort(byte) - Method in class com.sentilla.platform.tmote.DigitalPin
 
readSensor(int) - Method in class com.sentilla.platform.tmote.SensirionSht11
 
readShort() - Method in class com.sentilla.platform.tmote.FlashFile
 
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.
readUnsignedByte() - Method in class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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() - Method in class com.sentilla.platform.tmote.Cpu
 
reboot() - Method in interface com.sentilla.system.Cpu
 
receive - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
Indicates that commands such as ping should not be received, only heartbeat will be sent.
receive(ByteBuffer) - Method in interface com.sentilla.net.ByteReceiver
Receive data into a ByteBuffer.
receive(byte[], int) - Method in interface com.sentilla.net.ByteReceiver
Receive data into a byte array, starting at offset.
receive() - Method in interface com.sentilla.net.Receiver
Receives an object.
receive(ByteBuffer) - Method in class com.sentilla.platform.tmote.ByteReceiver
 
receive(byte[], int) - Method in class com.sentilla.platform.tmote.ByteReceiver
 
receive() - Method in class com.sentilla.platform.tmote.Receiver
Receives an object.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
Receiver - Interface in com.sentilla.net
Provides methods to receive messages from the mote communications interfaces.
Receiver - Class in com.sentilla.platform.tmote
Provides methods to receive messages from the mote communications interfaces.
Receiver() - Constructor for class com.sentilla.platform.tmote.Receiver
Provides default constructor for protocols.
Receiver(Class) - Constructor for class com.sentilla.platform.tmote.Receiver
Provides protected constructor instantiating a Receiver.
ReceiverDriver - Class in com.sentilla.net
Driver to create a platform independent Receiver object.
ReceiverDriver() - Constructor for class com.sentilla.net.ReceiverDriver
 
ReceiverDriver - Class in com.sentilla.platform.tmote
Driver to create a platform independent Receiver object.
ReceiverDriver() - Constructor for class com.sentilla.platform.tmote.ReceiverDriver
 
ref - Variable in class java.lang.ref.Reference
Referent for this Reference object.
Reference<T> - Class in java.lang.ref
Base class for references.
Reference() - Constructor for class java.lang.ref.Reference
 
refvolt - Variable in class com.sentilla.platform.tmote.Adc
 
REFVOLT_1_5 - Static variable in class com.sentilla.platform.tmote.Adc
 
REFVOLT_2_5 - Static variable in class com.sentilla.platform.tmote.Adc
 
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register() - Static method in class com.sentilla.net.RemotePropertyDriver
Ensure that the entity calling register() has the classes it needs in order to serve RemoteProperty RPCs.
registerReceiver(Receiver) - Method in class com.sentilla.platform.tmote.Dispatcher
Register a new Receiver with the Dispatcher.
registerSender(Sender) - Method in class com.sentilla.platform.tmote.Dispatcher
Register a new Sender with the Dispatcher.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
relay(ByteBuffer, int, int) - Method in class com.sentilla.platform.tmote.ExternUart
Stream a ByteBuffer on the uart port.
relay(ByteBuffer, int, int, int, int) - Method in class com.sentilla.platform.tmote.ExternUart
Stream a ByteBuffer on the uart port.
release() - Method in class com.sentilla.platform.tmote.Button
 
release() - Method in interface com.sentilla.system.Button
Returns when the user button transitions from pressed to released.
RemoteGetProperty - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetProperty(String, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetProperty
 
RemoteGetProperty.Result - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetProperty.Result() - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetProperty.Result
 
RemoteGetPropertyBytes - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetPropertyBytes(String, int, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes
 
RemoteGetPropertyBytes.Result - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetPropertyBytes.Result() - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes.Result
 
RemoteGetPropertyKeys - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetPropertyKeys(byte, byte) - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys
Number of keys is also limited by platform-specific constraints.
RemoteGetPropertyKeys.MoteKeyList - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetPropertyKeys.MoteKeyList() - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys.MoteKeyList
 
RemoteGetPropertyObject - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetPropertyObject(String, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetPropertyObject
 
RemoteGetPropertyObject.Result - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteGetPropertyObject.Result() - Constructor for class com.sentilla.net.rpc.procedures.RemoteGetPropertyObject.Result
 
RemoteInvoker - Class in com.sentilla.net.rpc
RemoteInvoker manages an RPC transaction between a caller and callee(s).
RemoteInvoker(Sender, SenderFactory) - Constructor for class com.sentilla.net.rpc.RemoteInvoker
Create a new RemoteInvoker for a particular sender and result path.
RemoteInvoker.ResultIter<T> - Class in com.sentilla.net.rpc
 
RemoteInvoker.ResultIter(Class<T>, int, int) - Constructor for class com.sentilla.net.rpc.RemoteInvoker.ResultIter
 
RemotePropertyDriver - Class in com.sentilla.net
A form of PropertyDriver that provides access to remote properties.
RemotePropertyDriver() - Constructor for class com.sentilla.net.RemotePropertyDriver
 
RemoteRemoveProperty - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteRemoveProperty(String) - Constructor for class com.sentilla.net.rpc.procedures.RemoteRemoveProperty
 
RemoteResetProperties - Class in com.sentilla.net.rpc.procedures
Procedure to reset the properties on a remote target.
RemoteResetProperties() - Constructor for class com.sentilla.net.rpc.procedures.RemoteResetProperties
 
RemoteService - Class in com.sentilla.net.rpc
Private: for Sentilla internal use only.
RemoteService() - Constructor for class com.sentilla.net.rpc.RemoteService
 
RemoteService.Call - Class in com.sentilla.net.rpc
Invocation data sent from the caller to the callee.
RemoteService.Call() - Constructor for class com.sentilla.net.rpc.RemoteService.Call
 
RemoteService.Return - Class in com.sentilla.net.rpc
Result data sent from the callee to the caller.
RemoteService.Return() - Constructor for class com.sentilla.net.rpc.RemoteService.Return
 
RemoteServiceProtocol - Class in com.sentilla.platform.tmote
Provides a Protocol handler for the RemoteService API.
RemoteServiceProtocol() - Constructor for class com.sentilla.platform.tmote.RemoteServiceProtocol
 
RemoteSetProperty - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteSetProperty(String, int, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteSetProperty
The open-or-create mode.
RemoteSetProperty(String, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteSetProperty
The open-only mode.
RemoteSetProperty.Result - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteSetProperty.Result() - Constructor for class com.sentilla.net.rpc.procedures.RemoteSetProperty.Result
 
RemoteSetPropertyBytes - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteSetPropertyBytes(String, byte[], int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteSetPropertyBytes
Open (existing) property and write a byte array.
RemoteSetPropertyBytes(String, byte[], int, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteSetPropertyBytes
Write (creating property if necessary) a remote property, using byte array.
RemoteSetPropertyObject - Class in com.sentilla.net.rpc.procedures
Private: for Sentilla internal use only.
RemoteSetPropertyObject(String, Object, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteSetPropertyObject
Open (existing) property and write a remote property, using byte Object.
RemoteSetPropertyObject(String, Object, int, int) - Constructor for class com.sentilla.net.rpc.procedures.RemoteSetPropertyObject
Write (creating property if necessary) a remote property, using Object.
remove(Addressable, String) - Static method in class com.sentilla.net.RemotePropertyDriver
 
remove() - Method in class com.sentilla.net.rpc.RemoteInvoker.ResultIter
 
remove() - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable.Iterator
Removes the last element this iterator pointed to.
remove(int) - Method in class com.sentilla.platform.tmote.FlashFile
 
remove(int) - Static method in class com.sentilla.system.FileDriver
Remove a file.
remove(String) - Static method in class com.sentilla.system.PropertyDriver
Remove a property or throw an IORuntimeException if the property cannot be removed.
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.
removeDriver(Driver) - Static method in class com.sentilla.system.Drivers
Remove a driver to the list of registered drivers.
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.
removeFile(int) - Method in class com.sentilla.platform.tmote.FlashFileDriver
 
removeFile(int) - Method in class com.sentilla.system.FileDriver
Remove a file.
removeFromReceiveQueue(Receiver) - Method in class com.sentilla.platform.tmote.Dispatcher
Remove a Receiver object from the receive queue.
removeProperty(Addressable, String) - Method in class com.sentilla.net.RemotePropertyDriver
 
removeProperty(String) - Method in class com.sentilla.platform.tmote.FilePropertyDriver
Remove a specific property from the property file.
removeProperty(String) - Method in class com.sentilla.system.PropertyDriver
Remove a property or thrown an IORuntimeException if the property cannot be removed.
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(Addressable) - Static method in class com.sentilla.net.RemotePropertyDriver
 
reset() - Static method in class com.sentilla.system.PropertyDriver
Delete all user properties and set system properties back to their defaults.
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 state variables.
resetProperties(Addressable) - Method in class com.sentilla.net.RemotePropertyDriver
 
resetProperties() - Method in class com.sentilla.platform.tmote.FilePropertyDriver
Remove all properties, and then restore kernel properties such as the Mac address.
resetProperties() - Method in class com.sentilla.system.PropertyDriver
Delete all user properties and set system properties back to their defaults.
result - Variable in class com.sentilla.net.rpc.RemoteService.Return
 
Result<T> - Interface in com.sentilla.net.rpc
Result is used by RemoteInvoker.invokeMany primarily to encapsulate RuntimeExceptions.
result - Variable in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
result_factory - Variable in class com.sentilla.net.rpc.RemoteService.Call
 
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reverse() - Method in class java.lang.StringBuilder
The character sequence contained in this string builder is replaced by the reverse of the sequence.
rssi - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
rssi - Variable in class com.sentilla.platform.tmote.CC2420Radio.Receiver
 
run() - Method in class com.sentilla.mote.clientservices.ClientServicesLib
 
run() - Method in class com.sentilla.net.mimeo.Mimeo
 
run() - Method in interface com.sentilla.net.rpc.Procedure
Run the procedure and return its result.
run() - Method in class com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes
Tries to load the Object associated with key.
run() - Method in class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys
Fill a MoteKeyList with up to atMost keys.
run() - Method in class com.sentilla.net.rpc.procedures.RemoteGetPropertyObject
Tries to load the Object associated with key.
run() - Method in class com.sentilla.net.rpc.procedures.RemoteRemoveProperty
Tries to remove the property.
run() - Method in class com.sentilla.net.rpc.procedures.RemoteResetProperties
 
run() - Method in class com.sentilla.net.rpc.procedures.RemoteSetPropertyBytes
 
run() - Method in class com.sentilla.net.rpc.procedures.RemoteSetPropertyObject
 
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.
runHook() - Method in class com.sentilla.net.mimeo.Mimeo
 
runHook() - Method in class com.sentilla.net.mimeo.MimeoTmote
 
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
runRunHook() - Method in class com.sentilla.net.mimeo.Mimeo
 
runService() - Static method in class com.sentilla.net.rpc.RemoteService
The callee should run runService to receive and process Call objects and send back Return objects.
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

s_offset - Variable in class com.sentilla.platform.tmote.ExternUart
 
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SecurityException - Exception 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.
seek - Variable in class com.sentilla.net.rpc.procedures.RemoteGetProperty
 
seek - Variable in class com.sentilla.net.rpc.procedures.RemoteSetProperty
 
seek(int) - Method in class com.sentilla.platform.tmote.FileMapEntry
 
seek(int) - Method in class com.sentilla.platform.tmote.FlashFile
 
send(ByteBuffer) - Method in interface com.sentilla.net.ByteSender
Transmits a ByteBuffer.
send(byte[], int, int) - Method in interface com.sentilla.net.ByteSender
Transmits length bytes from a byte array, starting at offset.
send(Object) - Method in interface com.sentilla.net.Sender
Sends the input object.
send(ByteBuffer) - Method in class com.sentilla.platform.tmote.ByteSender
 
send(byte[], int, int) - Method in class com.sentilla.platform.tmote.ByteSender
 
send(Object) - Method in class com.sentilla.platform.tmote.Sender
Sends the input object.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
sender - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
Sender used for heartbeat and command/ping reply
Sender - Interface in com.sentilla.net
Provides interfaces for sending objects with the radio and the UART.
Sender - Class in com.sentilla.platform.tmote
Provides interfaces for sending objects with the radio and the UART.
Sender() - Constructor for class com.sentilla.platform.tmote.Sender
Creates a Sender object.
SenderDriver - Class in com.sentilla.net
Driver class to creating a platform independent Sender object.
SenderDriver() - Constructor for class com.sentilla.net.SenderDriver
 
SenderDriver - Class in com.sentilla.platform.tmote
Driver class to creating a platform independent Sender object.
SenderDriver() - Constructor for class com.sentilla.platform.tmote.SenderDriver
 
SenderFactory - Interface in com.sentilla.net
A SenderFactory allows for encapsulation of a protocol and address.
senderID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolAck
 
senderID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
senderID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
SensirionSht11 - Class in com.sentilla.platform.tmote
The SensirionSht11 is a temperature and relative humidity sensor on the Tmote platform.
SensirionSht11() - Constructor for class com.sentilla.platform.tmote.SensirionSht11
 
SensirionSht11.HumSensor - Class in com.sentilla.platform.tmote
A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote.
SensirionSht11.HumSensor() - Constructor for class com.sentilla.platform.tmote.SensirionSht11.HumSensor
 
SensirionSht11.Sht11Sensor<Q extends javax.measure.quantity.Quantity> - Class in com.sentilla.platform.tmote
Private: for Sentilla internal use only.
SensirionSht11.Sht11Sensor() - Constructor for class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
SensirionSht11.TempSensor - Class in com.sentilla.platform.tmote
A Sensor implementation that obtains the humidity reading from the SensirionSht11 on Tmote.
SensirionSht11.TempSensor() - Constructor for class com.sentilla.platform.tmote.SensirionSht11.TempSensor
 
Sensor<Q extends javax.measure.quantity.Quantity> - Interface in com.sentilla.system
Reads a single value from a sensor.
SensorDriver<Q extends javax.measure.quantity.Quantity> - Class in com.sentilla.system
Create new Sensor system objects.
SensorDriver() - Constructor for class com.sentilla.system.SensorDriver
 
sent - Variable in class com.sentilla.net.CollectionProtocol.DebugMessage
 
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
seq - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
seq - Variable in class com.sentilla.platform.tmote.CollectionProtocol.CSender
 
seqID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolAck
 
seqID - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
Serializable - Interface in java.io
Classes that implement Serializable allow their state to be serialized and deserialized.
serviceSendQueue() - Method in class com.sentilla.platform.tmote.Dispatcher
Examine the sendQueue and send a message if not empty.
set(int) - Method in class com.sentilla.platform.tmote.Leds
 
set(int) - Method in interface com.sentilla.system.Leds
Set all LED values.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
SET_PORT - Static variable in class com.sentilla.platform.tmote.DigitalPin
Action identifier for initiating a port write operation
SET_VALUE - Static variable in class com.sentilla.platform.tmote.DigitalPin
Action identifier for initiating a write operation
setActionState(byte) - Method in class com.sentilla.platform.tmote.CC2420Radio.Receiver
 
setAddress(Addressable) - Method in interface com.sentilla.net.Sender
Sets the destination address.
setAddress(Addressable) - Method in class com.sentilla.platform.tmote.CC2420Radio.Sender
 
setAddress(Addressable) - Method in class com.sentilla.platform.tmote.CollectionProtocol.CSender
 
setAddress(Addressable) - Method in class com.sentilla.platform.tmote.LoopBackProtocol.LoopBackSender
 
setAddress(Addressable) - Method in class com.sentilla.platform.tmote.Sender
Sets the destination address.
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.
setAllComplete() - Method in class com.sentilla.net.mimeo.MimeoImage
 
setAxis(byte) - Method in class com.sentilla.platform.tmote.AccelerationSensor
Set the axis that this AccelerationSensor object reads.
setChange() - Method in class com.sentilla.platform.tmote.Button
 
setChange() - Method in interface com.sentilla.system.Button
Sets the button to await a state transition.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCharAt(int, char) - Method in class java.lang.StringBuilder
The character at the specified index of this string builder is set to ch.
setDaemon(boolean) - Method in class java.lang.Thread
 
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length state variables.
setDefaultDispatcher(Dispatcher) - Static method in class com.sentilla.platform.tmote.Dispatcher
Sets the default Dispatcher for this platform.
setDestAddress(long) - Method in class com.sentilla.platform.tmote.ByteSender
Sets the 64-bit Mac destination address.
setDone(byte) - Method in class com.sentilla.platform.tmote.Sender
Sets actionState to input byte value and notifies all waiting threads.
setEdge(boolean, boolean) - Method in class com.sentilla.platform.tmote.InterruptPin
 
setEdge(boolean, boolean) - Method in interface com.sentilla.system.InterruptPin
Asynchronous interface to set the conditions for detection.
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.
setGRange(byte) - Method in class com.sentilla.platform.tmote.AccelerationSensor
Set the sensitivity level, called G-range, for the accelerometer.
setId(int) - Method in class com.sentilla.platform.tmote.DigitalPin
Asynchronous interface to set the pin id for this DigitalPin object.
setKernelLPLInterval(short) - Method in class com.sentilla.platform.tmote.KernelProperty
Set the Low Power Listening interval in the kernel.
setKernelMac64(long) - Method in class com.sentilla.platform.tmote.KernelProperty
Set the Mac address in the kernel.
setKernelSecurityKey(byte[]) - Method in class com.sentilla.platform.tmote.KernelProperty
Set the security key in the kernel.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this string buffer.
setLength(int) - Method in class java.lang.StringBuilder
Sets the length of this string builder.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length state variable.
setLPLInterval(short) - Static method in class com.sentilla.platform.tmote.KernelProperty
Set the Low Power Listening interval in the properties and kernel.
setMac64(long) - Static method in class com.sentilla.platform.tmote.KernelProperty
Set the Mac address in the properties and kernel.
setNextDriver(Driver) - Method in class com.sentilla.platform.tmote.ExternUart
 
setNextDriver(Driver) - Method in interface com.sentilla.system.Driver
Used by the Driver registry (Drivers) to create a linked list of drivers.
setNextDriver(Driver) - Method in class com.sentilla.system.DriverAdapter
Sets the next driver in the list of registered drivers.
setOff(int) - Method in class com.sentilla.platform.tmote.Leds
 
setOff(int) - Method in interface com.sentilla.system.Leds
Asynchronous interface to turn off selected LEDs.
setOn(int) - Method in class com.sentilla.platform.tmote.Leds
 
setOn(int) - Method in interface com.sentilla.system.Leds
Asynchronous interface to turn on selected LEDs.
setOverwriteMode(boolean) - Method in class com.sentilla.platform.tmote.FlashFile
 
setPageComplete(int) - Method in class com.sentilla.net.mimeo.MimeoImage
 
setPort(int) - Method in interface com.sentilla.net.ByteMessage
Sets the port for message transmissions.
setPort(int) - Method in class com.sentilla.platform.tmote.ByteReceiver
 
setPort(int) - Method in class com.sentilla.platform.tmote.ByteSender
 
setPress() - Method in class com.sentilla.platform.tmote.Button
 
setPress() - Method in interface com.sentilla.system.Button
Sets the button to await transition from released to pressed.
setPriority(int) - Method in class java.lang.Thread
Set the priority of this thread.
setProcedure(Procedure) - Method in class com.sentilla.net.rpc.RemoteInvoker
 
setRadioChannel(byte) - Method in class com.sentilla.platform.tmote.KernelProperty
Set the radio channel in the kernel.
setRead() - Method in class com.sentilla.platform.tmote.Adc
 
setRead() - Method in class com.sentilla.platform.tmote.Button
 
setRead() - Method in class com.sentilla.platform.tmote.CpuPowerSensor
 
setRead() - Method in class com.sentilla.platform.tmote.DigitalPin
 
setRead() - Method in class com.sentilla.platform.tmote.MotePower
 
setRead() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
setRead() - Method in interface com.sentilla.system.Button
Sets the button to read the button state.
setRead() - Method in interface com.sentilla.system.DigitalPin
Asynchronous interface to initiate a read operation.
setRead() - Method in interface com.sentilla.system.Sensor
Asynchronous interface to set up a read operation on a sensor.
setReceive(ByteBuffer) - Method in interface com.sentilla.net.ByteReceiver
Set the ByteBuffer to receive data into, but do not submit to the kernel.
setReceive(byte[], int) - Method in interface com.sentilla.net.ByteReceiver
Set the byte array to receive data into, but do not submit to the kernel.
setReceive() - Method in interface com.sentilla.net.Receiver
Sets the Receiver object to receive.
setReceive(ByteBuffer) - Method in class com.sentilla.platform.tmote.ByteReceiver
 
setReceive(byte[], int) - Method in class com.sentilla.platform.tmote.ByteReceiver
 
setReceive() - Method in class com.sentilla.platform.tmote.Receiver
Sets the Receiver object to receive.
setRefVoltage() - Static method in class com.sentilla.platform.tmote.AccelerationSensor
Sets the reference voltage this sensor uses to calibrate the acceleration settings.
setRelease() - Method in class com.sentilla.platform.tmote.Button
 
setRelease() - Method in interface com.sentilla.system.Button
Sets the button to await transition from pressed to released.
setSecurityKey(byte[]) - Static method in class com.sentilla.platform.tmote.KernelProperty
Set the security key in the properties and kernel.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSend(ByteBuffer) - Method in interface com.sentilla.net.ByteSender
Set the ByteBuffer containing data to be transmitted.
setSend(byte[], int, int) - Method in interface com.sentilla.net.ByteSender
Set the byte array containing the data to transmit.
setSend(Object) - Method in interface com.sentilla.net.Sender
Sets the object to send.
setSend(ByteBuffer) - Method in class com.sentilla.platform.tmote.ByteSender
 
setSend(byte[], int, int) - Method in class com.sentilla.platform.tmote.ByteSender
 
setSend(Object) - Method in class com.sentilla.platform.tmote.Sender
Sets the object to send.
setSender(Sender) - Method in class com.sentilla.net.rpc.RemoteInvoker
 
setSet(int) - Method in class com.sentilla.platform.tmote.Leds
 
setSet(int) - Method in interface com.sentilla.system.Leds
Asynchronous interface to set all LED values.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSleep(boolean) - Method in class com.sentilla.platform.tmote.AccelerationSensor
Sets the accelerometer sleep mode on or off.
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.
setToggle(int) - Method in class com.sentilla.platform.tmote.Leds
 
setToggle(int) - Method in interface com.sentilla.system.Leds
Asynchronous interface to toggle selected LEDs.
setUncaughtExceptionHandler(UncaughtExceptionHandler) - Static method in class com.sentilla.system.Isolate
 
setWrite(boolean) - Method in class com.sentilla.platform.tmote.DigitalPin
 
setWrite(boolean) - Method in interface com.sentilla.system.DigitalPin
Asynchronous interface to initiate a write operation.
SHARE_LENGTH - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
SHARE_LENGTH_LOG2 - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
shareImage(int) - Method in class com.sentilla.net.mimeo.Mimeo
 
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
sht11 - Static variable in class com.sentilla.platform.tmote.SensirionSht11
 
Sht11HumidityDriver - Class in com.sentilla.platform.tmote
Driver to obtain the Tmote relative humidity sensor.
Sht11HumidityDriver() - Constructor for class com.sentilla.platform.tmote.Sht11HumidityDriver
 
Sht11TemperatureDriver - Class in com.sentilla.platform.tmote
Driver for obtaining the Tmote SensirionSht11 temperature sensor.
Sht11TemperatureDriver() - Constructor for class com.sentilla.platform.tmote.Sht11TemperatureDriver
 
signalReceive(Receiver) - Method in class com.sentilla.platform.tmote.Receiver
Signals that an Object has been received by this receiver.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
size() - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Returns the size of the table.
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(int) - Method in class com.sentilla.platform.tmote.FileMapEntry
 
skip(int) - Method in class com.sentilla.platform.tmote.FlashFile
 
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.
SlingshotImage - Class in com.sentilla.net.mimeo
Private: for Sentilla internal use only.
SlingshotImage(int) - Constructor for class com.sentilla.net.mimeo.SlingshotImage
 
sourceAddress - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
sourceAddress - Variable in class com.sentilla.platform.tmote.Receiver
 
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.
StackOverflowError - Error in java.lang
 
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
stackReceive(Receiver) - Method in class com.sentilla.platform.tmote.CC2420Radio
Do not use.
stackReceive(Receiver) - Method in class com.sentilla.platform.tmote.CollectionProtocol
Called by the system receive thread when a CollectionProtocol message is received.
stackReceive(Receiver) - Method in class com.sentilla.platform.tmote.LoopBackProtocol
Do not use.
stackReceive(Receiver) - Method in class com.sentilla.platform.tmote.Protocol
Processes a message sent with the implementing protocol.
stackReceive(Receiver) - Method in class com.sentilla.platform.tmote.RemoteServiceProtocol
Handles incoming RPC calls.
stackSend(Sender) - Method in class com.sentilla.platform.tmote.CC2420Radio
Sends a message with the CC2420 radio firmware.
stackSend(Sender) - Method in class com.sentilla.platform.tmote.CollectionProtocol
Called by the system send thread when a message is sent with the CollectionProtocol.
stackSend(Sender) - Method in class com.sentilla.platform.tmote.LoopBackProtocol
Sends a message to user applications.
stackSend(Sender) - Method in class com.sentilla.platform.tmote.Protocol
Processes a message to send with the implementing protocol.
stackSend(Sender) - Method in class com.sentilla.platform.tmote.RemoteServiceProtocol
Do not use.
start() - Method in class com.sentilla.system.Isolate
 
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start_native() - Method in class java.lang.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.
STATE_advertise - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
STATE_request - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
STATE_share - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
STATUS_OP - Static variable in class com.sentilla.platform.tmote.ExternUart
 
stop() - Method in class com.sentilla.net.mimeo.Mimeo
Cause run() method to return.
stop() - Method in class com.sentilla.net.mimeo.MimeoTmote
 
stop() - Method in class com.sentilla.platform.tmote.Dispatcher
Stops the running Dispatcher threads.
stop() - Method in class java.lang.Thread
stop destroys the thread while attempting some cleanup.
stop() - Method in class java.lang.ThreadGroup
 
stopMimeoWatchdog() - Static method in class com.sentilla.platform.tmote.Cpu
stop the Mimeo watchdog timer.
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(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(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(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
String(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.
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.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the length argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string builder 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.
subcancel() - Method in class com.sentilla.platform.tmote.DispatcherAction
Called during cancel().
subcancel() - Method in class com.sentilla.platform.tmote.Receiver
Cancels the receive request and removes receiver object from Dispatcher receiver queue.
submit() - Method in class com.sentilla.net.rpc.RemoteInvoker
 
submit() - Method in class com.sentilla.platform.tmote.Action
 
submit() - Method in class com.sentilla.platform.tmote.DispatcherAction
Submits this for processing, returns true if succeeded.
submit() - Method in class com.sentilla.platform.tmote.Leds
 
submit() - Method in class com.sentilla.platform.tmote.McuVoltage
 
submit() - Method in class com.sentilla.platform.tmote.SensirionSht11.HumSensor
 
submit() - Method in class com.sentilla.platform.tmote.SensirionSht11.Sht11Sensor
 
submit() - Method in class com.sentilla.platform.tmote.SensirionSht11.TempSensor
 
submit() - Method in interface com.sentilla.system.Action
Submit this Action for processing by the action engine.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
subsubmit() - Method in class com.sentilla.platform.tmote.DispatcherAction
Called during submit().
subsubmit() - Method in class com.sentilla.platform.tmote.Receiver
Queues a Receiver object receive request.
subsubmit() - Method in class com.sentilla.platform.tmote.Sender
Queues this for transmission by the Dispatcher.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
System - Class in java.lang
The System class contains several useful class fields and methods.
systemReady() - Static method in class com.sentilla.system.Binary
 

T

tableSize - Variable in class com.sentilla.net.CollectionProtocol.DebugMessage
 
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
temperature - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
 
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
 
ThreadDeath - Error in java.lang
This is a special Error, which isn't reported by the VM if uncaught.
ThreadDeath() - Constructor for error java.lang.ThreadDeath
 
ThreadGroup - Class in java.lang
 
ThreadGroup() - Constructor for class java.lang.ThreadGroup
 
Throwable - Class in java.lang
All exceptions and errors extend this class.
Throwable() - Constructor for class java.lang.Throwable
 
Throwable(String) - Constructor for class java.lang.Throwable
 
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
time - Variable in class com.sentilla.platform.tmote.CollectionProtocol.RTable
 
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.
TIME_TO_LIVE - Static variable in class com.sentilla.net.CollectionProtocol
 
TIMEOUT_advertise_minimum - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_advertise_rand_log2 - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_advertise_randmask - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_request_rand_log2 - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_request_randmask - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_SET_advertise - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_SET_request - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_SET_share - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_SET_share_init - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_share_init_minimum - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_share_init_rand_log2 - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_share_minimum - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_share_rand_log2 - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_share_randmask - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
TIMEOUT_slow_request_backoff - Static variable in interface com.sentilla.net.mimeo.MimeoEnum
 
timestamp - Variable in class com.sentilla.platform.tmote.ByteReceiver
 
timestamp - Variable in class com.sentilla.platform.tmote.ByteSender
 
timestamp - Variable in class com.sentilla.platform.tmote.CC2420Radio.Receiver
Timestamp of last received message.
timestamp - Variable in class com.sentilla.platform.tmote.CC2420Radio.Sender
 
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.
toBinaryString(long) - Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toggle(int) - Method in class com.sentilla.platform.tmote.Leds
 
toggle(int) - Method in interface com.sentilla.system.Leds
Toggle selected LEDs.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long) - Static method in class java.lang.Long
Creates a string representation of the long 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.
toOctalString(long) - Static method in class java.lang.Long
Creates a string representation of the long 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(boolean) - Static method in class java.lang.Boolean
Returns the string representation of the boolean argument.
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
The object is already a String!
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.StringBuilder
Converts to a string representing the data in this string builder.
toString() - Method in class java.lang.Thread
Return a string representation of this Thread, including its name and priority.
toString() - Method in class java.lang.Throwable
 
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.
totalKeys - Variable in class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys.MoteKeyList
 
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no lowercase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
transaction_id - Variable in class com.sentilla.net.rpc.RemoteService.Call
 
transaction_id - Variable in class com.sentilla.net.rpc.RemoteService.Return
 
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.
tsr - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
 
TsrSensorDriver - Class in com.sentilla.platform.tmote
Provides access to the TSR (Total Solar Radiation) sensor on Tmote.
TsrSensorDriver() - Constructor for class com.sentilla.platform.tmote.TsrSensorDriver
 
TsrSensorDriver.TsrSensor - Class in com.sentilla.platform.tmote
TSR sensor on Tmote.
TsrSensorDriver.TsrSensor(byte, byte) - Constructor for class com.sentilla.platform.tmote.TsrSensorDriver.TsrSensor
 
TTL - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage
 
TTL - Variable in class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
 
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.

U

UBR_4800Baud8Mhz - Static variable in class com.sentilla.platform.tmote.ExternUart
 
UMCTL_4800Baud8Mhz - Static variable in class com.sentilla.platform.tmote.ExternUart
 
UncaughtExceptionHandler - Interface in com.sentilla.system
 
UNKNOWN - Static variable in class com.sentilla.net.Address
Static unknown address object.
UnknownAddress - Class in com.sentilla.net
Default address class used when address is unknown.
UnknownAddress() - Constructor for class com.sentilla.net.UnknownAddress
 
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs a new unsatisifed link error with null as its detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs a new error with the specified detail message.
UnsupportedAddressException - Exception in com.sentilla.net
Thrown when the address is not supported by Sender object being used.
UnsupportedAddressException() - Constructor for exception com.sentilla.net.UnsupportedAddressException
 
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UP - Static variable in class com.sentilla.platform.tmote.ExternUart
 
update(long, byte, short, int) - Method in class com.sentilla.platform.tmote.CollectionProtocol.NeighborTable
Update the table entry.
update(long, byte, short, int) - Method in class com.sentilla.platform.tmote.CollectionProtocol.RTable
Update this object with the specified values.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
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

value - Variable in class com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes.Result
 
value - Variable in class com.sentilla.net.rpc.procedures.RemoteGetPropertyObject.Result
 
value - Variable in class com.sentilla.net.rpc.procedures.RemoteSetPropertyBytes
Byte array used for setting the property value.
value - Variable in class com.sentilla.net.rpc.procedures.RemoteSetPropertyObject
 
valueOf(long) - Static method in class com.sentilla.net.Mac64Address
Returns a new Mac64Address with 64-bit address addr.
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 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(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.
VerifyError - Error in java.lang
CLDC: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError() - Constructor for error java.lang.VerifyError
Constructs a new linkage error with null as its detail message.
VerifyError(String) - Constructor for error java.lang.VerifyError
Constructs a new error with the specified detail message.
version - Variable in class com.sentilla.net.mimeo.MimeoImage
 
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.
Void - Class in java.lang
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
voltage - Variable in class com.sentilla.mote.clientservices.ClientServicesLib
 
VoltageAdc - Class in com.sentilla.platform.tmote
Tmote extension of Adc (analog-to-digital converter).
VoltageAdc(byte) - Constructor for class com.sentilla.platform.tmote.VoltageAdc
 
VoltageAdc(byte, byte) - Constructor for class com.sentilla.platform.tmote.VoltageAdc
 
voltages - Variable in class com.sentilla.platform.tmote.Adc
 

W

wait(long) - Method in class java.lang.Object
Wait until notified.
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.
wait_period - Variable in class com.sentilla.platform.tmote.ExternUart
 
WeakReference<T> - Class in java.lang.ref
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
WeakReference(T) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
write(int, boolean) - Method in class com.sentilla.platform.tmote.DigitalPin
Write a value to a specified digital pin.
write(boolean) - Method in class com.sentilla.platform.tmote.DigitalPin
 
write(byte[], int, int) - Method in class com.sentilla.platform.tmote.FileMapEntry
 
write(int) - Method in class com.sentilla.platform.tmote.FlashFile
 
write(byte[]) - Method in class com.sentilla.platform.tmote.FlashFile
 
write(byte[], int, int) - Method in class com.sentilla.platform.tmote.FlashFile
 
write(boolean) - Method in interface com.sentilla.system.DigitalPin
Write a value to a specified digital pin.
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.
WRITE_OP - Static variable in class com.sentilla.platform.tmote.ExternUart
 
writeBoolean(boolean) - Method in class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
writeByte(int) - Method in class com.sentilla.platform.tmote.SensirionSht11
 
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.
writeBytes(int, ByteBuffer) - Method in class com.sentilla.net.mimeo.FileImage
 
writeBytes(int, ByteBuffer) - Method in class com.sentilla.net.mimeo.ManifestImage
 
writeBytes(int, ByteBuffer) - Method in class com.sentilla.net.mimeo.MimeoImage
 
writeBytes(int, ByteBuffer) - Method in class com.sentilla.net.mimeo.OverwriteFileImage
 
writeBytes(int, ByteBuffer) - Method in class com.sentilla.net.mimeo.RamByteImage
 
writeChar(int) - Method in class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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 class com.sentilla.platform.tmote.FlashFile
 
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.
writeObject(Object) - Method in class com.sentilla.platform.tmote.FileMapEntry
 
writeObject(Object) - Method in class com.sentilla.platform.tmote.FlashFile
 
writePage(int, ByteBuffer) - Method in class com.sentilla.net.mimeo.MimeoImage
 
writePort(byte, byte) - Method in class com.sentilla.platform.tmote.DigitalPin
 
writePort(byte, byte) - Method in interface com.sentilla.system.DigitalPin
Write the values of only a subset of pins of a port.
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 class com.sentilla.platform.tmote.FlashFile
 
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeUTF(String) - Method in class com.sentilla.platform.tmote.FlashFile
 
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.

X

X_AXIS - Static variable in class com.sentilla.platform.tmote.AccelerationSensor
 

Y

Y_AXIS - Static variable in class com.sentilla.platform.tmote.AccelerationSensor
 
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.

Z

Z_AXIS - Static variable in class com.sentilla.platform.tmote.AccelerationSensor
 

_

_reserved - Variable in class com.sentilla.platform.tmote.ByteReceiver
 

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

Copyright © 2007 Sentilla Corporation. All Rights Reserved.