org.universAAL.lddi.samples.device.client
Class DeviceServiceCaller

Package class diagram package DeviceServiceCaller
java.lang.Object
  extended by org.universAAL.lddi.samples.device.client.DeviceServiceCaller

public class DeviceServiceCaller
extends Object

This class provides ontological service requests and processes the service responses This class is stateless; no objects (sensors) are stored here LogUtil from uAAL-Middleware is used here

Author:
Thomas Fuxreiter (foex@gmx.at)

Constructor Summary
protected DeviceServiceCaller(ModuleContext context)
           
 
Method Summary
 ServiceRequest getAllDevicesRequest()
           
 String[] getControlledDevices()
           
 boolean switchdevice(String deviceURI, boolean on)
           
 boolean switchDevice(String deviceURI, boolean on)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceServiceCaller

protected DeviceServiceCaller(ModuleContext context)
Method Detail

getAllDevicesRequest

public ServiceRequest getAllDevicesRequest()

getControlledDevices

public String[] getControlledDevices()

switchDevice

public boolean switchDevice(String deviceURI,
                            boolean on)

switchdevice

public boolean switchdevice(String deviceURI,
                            boolean on)


Copyright © 2014 universAAL Consortium. All Rights Reserved.