|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Class | |
---|---|
com.sentilla.net | Sentilla networking libraries for wireless and wired communication. |
com.sentilla.net.rpc | Sentilla Remote Procedure Call (RPC) libraries and mechanisms. |
com.sentilla.platform.tmote | Sentilla system implementations for the Sentilla Tmote platform. |
com.sentilla.system | Sentilla core system classes. |
java.lang |
Uses of Class in com.sentilla.net |
---|
Methods in com.sentilla.net with parameters of type Class | ||
---|---|---|
static Receiver |
ReceiverDriver.create(Class msgClass)
|
|
static Receiver |
ReceiverDriver.create(String driver,
Class msgClass)
Returns a receiver for input class "msgClass". |
|
|
Receiver.getMetadata(Class<R> c)
Returns the platform specific receiver object that contains metadata about the received message. |
|
abstract Receiver |
ReceiverDriver.newReceiver(Class msgClass)
|
Uses of Class in com.sentilla.net.rpc |
---|
Methods in com.sentilla.net.rpc with parameters of type Class | ||
---|---|---|
|
RemoteInvoker.getResult(Class<T> result_type)
|
|
|
RemoteInvoker.getResultMany(Class<T> result_type,
int maxResults,
int timeoutMilli)
|
|
|
RemoteInvoker.invoke(Procedure<T> procedure,
Class<T> result_type)
Remotely invoke a procedure and return a single result. |
|
|
RemoteInvoker.invoke(Procedure<T> procedure,
Class<T> result_type,
int timeoutMilli)
Remotely invoke a procedure and return a single result. |
|
|
RemoteInvoker.invokeMany(Procedure<T> procedure,
Class<T> result_type,
int maxResults,
int timeoutMilli)
Remotely invoke a procedure and return an iterable over possibly many results. |
Constructors in com.sentilla.net.rpc with parameters of type Class | |
---|---|
RemoteInvoker.ResultIter(Class<T> result_type,
int maxResults,
int timeoutMilli)
|
Uses of Class in com.sentilla.platform.tmote |
---|
Fields in com.sentilla.platform.tmote declared as Class | |
---|---|
protected Class |
Receiver.msgClass
|
Methods in com.sentilla.platform.tmote that return Class | |
---|---|
Class<javax.measure.quantity.Illuminance> |
TsrSensorDriver.getQuantityClass()
|
Class<javax.measure.quantity.Temperature> |
Sht11TemperatureDriver.getQuantityClass()
|
Class<javax.measure.quantity.Dimensionless> |
Sht11HumidityDriver.getQuantityClass()
|
Class<javax.measure.quantity.Illuminance> |
ParSensorDriver.getQuantityClass()
|
Class<javax.measure.quantity.Energy> |
MotePowerDriver.getQuantityClass()
|
Class<javax.measure.quantity.ElectricPotential> |
McuVoltageDriver.getQuantityClass()
|
Class<javax.measure.quantity.Temperature> |
McuTemperatureDriver.getQuantityClass()
|
Class<javax.measure.quantity.Energy> |
CpuPowerDriver.getQuantityClass()
|
Class<javax.measure.quantity.Acceleration> |
AccelerationSensorDriver.getQuantityClass()
Returns the Acceleration quantity class. |
Methods in com.sentilla.platform.tmote with parameters of type Class | ||
---|---|---|
|
Receiver.getMetadata(Class<R> c)
Returns the platform specific receiver object that contains metadata about the received message. |
|
Receiver |
ReceiverDriver.newReceiver(Class msgClass)
Returns a receiver for input class "msgClass". |
Constructors in com.sentilla.platform.tmote with parameters of type Class | |
---|---|
Receiver(Class msgClass)
Provides protected constructor instantiating a Receiver. |
Uses of Class in com.sentilla.system |
---|
Methods in com.sentilla.system that return Class | |
---|---|
abstract Class<Q> |
SensorDriver.getQuantityClass()
Get the type of quantity that this sensor provides. |
Methods in com.sentilla.system with parameters of type Class | ||
---|---|---|
static
|
SensorDriver.create(String driver,
Class<Q> quantityClass)
Create a Sensor object for a specific type of sensor with measureable Quantity Q. |
|
static
|
Drivers.getDriver(String name,
Class<D> driverClass)
Get a driver by name and type. |
Uses of Class in java.lang |
---|
Methods in java.lang that return Class | |
---|---|
static Class<?> |
Class.forName(String aName)
Returns the Class object associated with the class
with the given string name. |
Class |
Object.getClass()
Returns the runtime class of an object. |
Class<? super T> |
Class.getSuperclass()
|
Methods in java.lang with parameters of type Class | |
---|---|
boolean |
Class.isAssignableFrom(Class<?> cls)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |