Modifier and Type | Method and Description |
---|---|
void |
AutonomicAdapterDeploymentMgr.deviceAdded(GenericDevice genericDevice) |
void |
AutonomicAdapterDeploymentMgr.deviceEvent(GenericDevice arg0,
Object arg1) |
void |
AutonomicAdapterDeploymentMgr.devicePropertyAdded(GenericDevice genericDevice,
String s) |
void |
AutonomicAdapterDeploymentMgr.devicePropertyModified(GenericDevice genericDevice,
String s,
Object oldValue,
Object newValue) |
void |
AutonomicAdapterDeploymentMgr.devicePropertyRemoved(GenericDevice genericDevice,
String s) |
void |
AutonomicAdapterDeploymentMgr.deviceRemoved(GenericDevice genericDevice) |
Modifier and Type | Method and Description |
---|---|
GenericDevice |
ContextManager.getGenericDevice(String deviceId)
Returns device object that corresponds to specified serial number.
|
Modifier and Type | Method and Description |
---|---|
void |
LightFollowMeApplication.deviceAdded(GenericDevice device) |
void |
LightFollowMeApplication.devicePropertyAdded(GenericDevice arg0,
String arg1) |
void |
LightFollowMeApplication.devicePropertyModified(GenericDevice device,
String propertyName,
Object oldValue,
Object newValue) |
void |
LightFollowMeApplication.devicePropertyRemoved(GenericDevice arg0,
String arg1) |
void |
LightFollowMeApplication.deviceRemoved(GenericDevice arg0) |
Modifier and Type | Method and Description |
---|---|
void |
LightFollowMeWithMotionSensorApplication.deviceAdded(GenericDevice device) |
void |
LightFollowMeWithMotionSensorApplication.deviceEvent(GenericDevice device,
Object data)
Motion sensor will trigger a deviceEvent call.
|
void |
LightFollowMeWithMotionSensorApplication.devicePropertyAdded(GenericDevice arg0,
String arg1) |
void |
LightFollowMeWithMotionSensorApplication.devicePropertyRemoved(GenericDevice arg0,
String arg1) |
void |
LightFollowMeWithMotionSensorApplication.deviceRemoved(GenericDevice arg0) |
Modifier and Type | Interface and Description |
---|---|
interface |
DeviceListener<T extends GenericDevice>
A listener to the events related with device modifications.
|
interface |
FilteredDeviceListener<T extends GenericDevice>
A specialized device listener which
|
Modifier and Type | Method and Description |
---|---|
GenericDevice |
DeviceEvent.getDevice()
Gets the event associated device
|
Constructor and Description |
---|
DeviceDataEvent(GenericDevice device,
DeviceEventType type,
T _data) |
DeviceEvent(GenericDevice device,
DeviceEventType type)
Creates a DeviceEvent.
|
DevicePropertyEvent(GenericDevice device,
DeviceEventType type,
String name,
Object oldValue,
Object newValue)
Class which represents the properties
|
Modifier and Type | Interface and Description |
---|---|
interface |
BathroomScale |
Modifier and Type | Interface and Description |
---|---|
interface |
Box
Represents a box such as Livebox.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PushButton
User: garciai@imag.fr
Date: 9/2/13
Time: 10:42 AM
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimulatedPushButton
User: garciai@imag.fr
Date: 9/2/13
Time: 2:24 PM
|
Modifier and Type | Interface and Description |
---|---|
interface |
CarbonDioxydeSensor
Service definition of a CO2 sensor device.
|
interface |
CarbonMonoxydeSensor
Service definition of a CO sensor device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryLight
Service definition of a simple binary light device.
|
interface |
DimmerLight
Service definition of a simple dimmer light device.
|
interface |
Photometer
Service definition of a simple photometer device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MotionSensor
Service definition of a simple motion sensor device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PowerDevice
Common interface for Power device service descriptions
|
interface |
Powermeter
Service definition for a simple powermeter device
|
interface |
PowerSwitch
Service definition for a simple powerswitch device
|
interface |
PowerSwitchmeter |
Modifier and Type | Interface and Description |
---|---|
interface |
PresenceSensor
Service definition of a simple presence sensor device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SetTopBox
SettopBox device
|
Modifier and Type | Interface and Description |
---|---|
interface |
AudioSource
Service definition of a device that is an audio source, could be iPhone,
radio, MP3 player, etc., anything that returns an audio stream.
|
interface |
Speaker
Service definition of a simple speaker device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Sprinkler
Service definition of a sprinkler device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cooler
Service definition of a simple cooler device.
|
interface |
Heater
Service definition of a simple heater device.
|
interface |
Thermometer
Service definition of a simple thermometer device.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyDeviceListener<T extends GenericDevice>
Empty implementation of a device listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDevice
Abstract implementation of the
GenericDevice interface that manages the
listeners addition, removal and notifications. |
Modifier and Type | Method and Description |
---|---|
void |
EmptyDeviceListener.deviceAdded(GenericDevice device) |
void |
EmptyDeviceListener.deviceEvent(GenericDevice device,
Object data)
Callback notifying when the device want to trigger an event.
|
void |
EmptyDeviceListener.devicePropertyAdded(GenericDevice device,
String propertyName) |
void |
EmptyDeviceListener.devicePropertyModified(GenericDevice device,
String propertyName,
Object oldValue,
Object newValue) |
void |
EmptyDeviceListener.devicePropertyRemoved(GenericDevice device,
String propertyName) |
void |
EmptyDeviceListener.deviceRemoved(GenericDevice device) |
Constructor and Description |
---|
LocatedDeviceTracker(org.osgi.framework.BundleContext context,
Class<? extends GenericDevice> clazz,
LocatedDeviceTrackerCustomizer customizer,
String... mandatoryProperties)
Creates a LocatedDeviceTracker object on the specified class name.
|
Modifier and Type | Method and Description |
---|---|
void |
DimmerFollowMeApplication.devicePropertyModified(GenericDevice device,
String propertyName,
Object oldValue,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
void |
GasAlarmSystemApplication.deviceAdded(GenericDevice arg0) |
void |
GasAlarmSystemApplication.devicePropertyAdded(GenericDevice arg0,
String arg1) |
void |
GasAlarmSystemApplication.devicePropertyModified(GenericDevice device,
String propertyName,
Object oldValue,
Object newValue) |
void |
GasAlarmSystemApplication.devicePropertyRemoved(GenericDevice arg0,
String arg1) |
void |
GasAlarmSystemApplication.deviceRemoved(GenericDevice arg0) |
Modifier and Type | Method and Description |
---|---|
GenericDevice |
LocatedDevice.getDeviceObject()
Gets a reference to the device implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimulatedDevice
Service interface which must be provided by simulated devices.
|
Modifier and Type | Method and Description |
---|---|
void |
FollowMeWithPhotometerApplication.deviceAdded(GenericDevice device) |
void |
FollowMeWithPhotometerApplication.deviceEvent(GenericDevice device,
Object data)
Motion sensor will trigger a deviceEvent call.
|
void |
FollowMeWithPhotometerApplication.devicePropertyAdded(GenericDevice arg0,
String arg1) |
void |
FollowMeWithPhotometerApplication.devicePropertyRemoved(GenericDevice arg0,
String arg1) |
void |
FollowMeWithPhotometerApplication.deviceRemoved(GenericDevice arg0) |
Modifier and Type | Class and Description |
---|---|
class |
ZigbeeBinaryLight |
class |
ZigbeeMotionSensor
User: garciai@imag.fr
Date: 9/5/13
Time: 1:47 PM
|
class |
ZigbeePhotometer |
class |
ZigbeePowerSwitch
Zigbee power switch factory.
|
class |
ZigbeePresenceSensor |
class |
ZigbeePushButton
User: garciai@imag.fr
Date: 9/6/13
Time: 11:49 AM
|
class |
ZigbeeThermometer
User: Kettani Mehdi Date: 24/10/13 Time: 4:27 PM
|
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.