Uses of Package
java.lang

Packages that use java.lang
com.sentilla.fs   
com.sentilla.measure Sentilla core measurable implementations for use with sensors and actuators. 
com.sentilla.measure.unit Sentilla measurable units libraries for use with sensing and actuation. 
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 Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.mimeo Private: for Sentilla internal use only. 
com.sentilla.net.rpc Sentilla Remote Procedure Call (RPC) libraries and mechanisms. 
com.sentilla.net.rpc.procedures Sentilla Remote Procedure Call (RPC) procedure definitions. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
com.sentilla.system Sentilla core system classes. 
java.io   
java.lang   
java.lang.ref Java support for weak references. 
java.util   
javax.microedition.io   
 

Classes in java.lang used by com.sentilla.fs
Object
          Class Object is the root of the class hierarchy.
 

Classes in java.lang used by com.sentilla.measure
Comparable
          This interface imposes a total ordering on the objects of each class that implements it.
Object
          Class Object is the root of the class hierarchy.
 

Classes in java.lang used by com.sentilla.measure.unit
Comparable
          This interface imposes a total ordering on the objects of each class that implements it.
Object
          Class Object is the root of the class hierarchy.
 

Classes in java.lang used by com.sentilla.mote.clientservices
InterruptedException
          Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
Object
          Class Object is the root of the class hierarchy.
 

Classes in java.lang used by com.sentilla.net
Class
           
Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Object
          Class Object is the root of the class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
String
          The String class represents character strings.
Throwable
          All exceptions and errors extend this class.
 

Classes in java.lang used by com.sentilla.net.mimeo
Object
          Class Object is the root of the class hierarchy.
String
          The String class represents character strings.
 

Classes in java.lang used by com.sentilla.net.rpc
Class
           
Object
          Class Object is the root of the class hierarchy.
 

Classes in java.lang used by com.sentilla.net.rpc.procedures
Object
          Class Object is the root of the class hierarchy.
String
          The String class represents character strings.
Void
          The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
 

Classes in java.lang used by com.sentilla.platform.tmote
Class
           
Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Object
          Class Object is the root of the class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
String
          The String class represents character strings.
Throwable
          All exceptions and errors extend this class.
 

Classes in java.lang used by com.sentilla.system
Class
           
Error
          An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Object
          Class Object is the root of the class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
String
          The String class represents character strings.
Thread
          A thread is a thread of execution in a program.
ThreadGroup
           
Throwable
          All exceptions and errors extend this class.
 

Classes in java.lang used by java.io
Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Object
          Class Object is the root of the class hierarchy.
String
          The String class represents character strings.
Throwable
          All exceptions and errors extend this class.
 

Classes in java.lang used by java.lang
Boolean
          The Boolean class wraps a value of the primitive type boolean in an object.
Class
           
ClassNotFoundException
          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.
Double
          The Double class wraps a value of the primitive type double in an object.
Error
          An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Float
          The Float class wraps a value of primitive type float in an object.
IllegalAccessException
          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.
IllegalArgumentException
          Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IncompatibleClassChangeError
           
IndexOutOfBoundsException
          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.
InstantiationException
          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.
Integer
          The Integer class wraps a value of the primitive type int in an object.
InterruptedException
          Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
LinkageError
          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.
Number
          The abstract class Number is the superclass of classes Byte, Double, Float, Integer, Long, and Short.
NumberFormatException
          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.
Object
          Class Object is the root of the class hierarchy.
Runnable
          The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime
          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
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
String
          The String class represents character strings.
StringBuffer
          A string buffer implements a mutable sequence of characters.
StringBuilder
          A mutable sequence of characters.
Thread
          A thread is a thread of execution in a program.
ThreadGroup
           
Throwable
          All exceptions and errors extend this class.
VirtualMachineError
          Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
 

Classes in java.lang used by java.lang.ref
Object
          Class Object is the root of the class hierarchy.
 

Classes in java.lang used by java.util
Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Object
          Class Object is the root of the class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
String
          The String class represents character strings.
Throwable
          All exceptions and errors extend this class.
 

Classes in java.lang used by javax.microedition.io
Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Object
          Class Object is the root of the class hierarchy.
String
          The String class represents character strings.
Throwable
          All exceptions and errors extend this class.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.