Uses of Class
org.universAAL.middleware.service.ServiceCallee

Packages that use ServiceCallee
org.universAAL.context.che Contains the universAAL-specific wrappers. 
org.universAAL.context.prof.serv Contains the implementation, including OSGi Activator... 
org.universAAL.context.reasoner   
org.universAAL.drools   
org.universAAL.hw.exporter.zigbee.ha.devices   
org.universAAL.hw.exporter.zigbee.ha.devices.listeners   
org.universAAL.lddi.exporter.activityhub   
org.universAAL.lddi.fs20.exporter   
org.universAAL.lddi.hdp   
org.universAAL.lddi.knx.exporter   
org.universAAL.lddi.manager.publisher   
org.universAAL.middleware.api.impl   
org.universAAL.middleware.service   
org.universAAL.middleware.service.impl   
org.universAAL.ri.gateway.support.home   
org.universAAL.samples.lighting.server   
org.universAAL.samples.lighting.server_regular   
org.universAAL.samples.simple.ui   
org.universAAL.samples.utils.server   
org.universAAL.security.security.authenticator.dummy   
org.universAAL.support.utils Contains the most basic helper utility for using the universAAL simplified API. 
org.universAAL.support.utils.service.top Contains full advanced helper classes to interact with Services of universAAL. 
org.universAAL.ui.dm.ui.preferences.editor   
 

Uses of ServiceCallee in org.universAAL.context.che
 

Subclasses of ServiceCallee in org.universAAL.context.che
 class ContextHistoryCallee
          The CHe service callee receives all service calls issued to the CHe through the service bus.
 

Uses of ServiceCallee in org.universAAL.context.prof.serv
 

Subclasses of ServiceCallee in org.universAAL.context.prof.serv
 class SCallee
          The service callee receives all service calls issued to the profiling server through the service bus.
 

Uses of ServiceCallee in org.universAAL.context.reasoner
 

Subclasses of ServiceCallee in org.universAAL.context.reasoner
 class ReasoningProvider
          The main task of the ReasoningProvider is the handle Situations, Queries and Rules (please have a look also at the description in the Activator).
 

Uses of ServiceCallee in org.universAAL.drools
 

Subclasses of ServiceCallee in org.universAAL.drools
 class DroolsReasonerProvider
          Provider to for the services of the rules engine.
 

Uses of ServiceCallee in org.universAAL.hw.exporter.zigbee.ha.devices
 

Subclasses of ServiceCallee in org.universAAL.hw.exporter.zigbee.ha.devices
 class DimmerLightCallee
          Exporter class that acts as wrapper towards uAAL.
 class ExporterActuatorCallee
           
 class ExporterDimmerCallee
           
 class ExporterSensorCallee
           
 class IASZoneCallee
          Exporter class that acts as wrapper towards uAAL.
 class OccupancySensorCallee
          Exporter class that acts as wrapper towards uAAL.
 class OnOffLightCallee
          Exporter class that acts as wrapper towards uAAL.
 class PresenceDetectorCallee
          Exporter class that acts as wrapper towards uAAL.
 class TemperatureSensorCallee
          Exporter class that acts as wrapper towards uAAL.
 

Uses of ServiceCallee in org.universAAL.hw.exporter.zigbee.ha.devices.listeners
 

Fields in org.universAAL.hw.exporter.zigbee.ha.devices.listeners with type parameters of type ServiceCallee
protected  HashMap<org.osgi.framework.ServiceReference,ServiceCallee> ExporterListener.setOfDevices
           
 

Uses of ServiceCallee in org.universAAL.lddi.exporter.activityhub
 

Subclasses of ServiceCallee in org.universAAL.lddi.exporter.activityhub
 class AHServiceProvider
          uAAL service provider (service bus) for the ActivityHub no ontology definitions here!
 

Uses of ServiceCallee in org.universAAL.lddi.fs20.exporter
 

Subclasses of ServiceCallee in org.universAAL.lddi.fs20.exporter
 class FS20Server
          Handles service calls from uAAL and reacts on them
 

Uses of ServiceCallee in org.universAAL.lddi.hdp
 

Subclasses of ServiceCallee in org.universAAL.lddi.hdp
 class ContinuaHdpManagerProvider
           
 

Uses of ServiceCallee in org.universAAL.lddi.knx.exporter
 

Subclasses of ServiceCallee in org.universAAL.lddi.knx.exporter
 class KnxServiceCallee
           
 

Uses of ServiceCallee in org.universAAL.lddi.manager.publisher
 

Subclasses of ServiceCallee in org.universAAL.lddi.manager.publisher
 class ServiceProvider
           
 

Uses of ServiceCallee in org.universAAL.middleware.api.impl
 

Subclasses of ServiceCallee in org.universAAL.middleware.api.impl
 class ServiceCalleeWrapper
          Basic class for wrapping ServiceCallee.
 

Uses of ServiceCallee in org.universAAL.middleware.service
 

Methods in org.universAAL.middleware.service with parameters of type ServiceCallee
 void ServiceBus.unregister(String calleeID, ServiceCallee callee)
          Unregisters a service callee from the bus.
 

Uses of ServiceCallee in org.universAAL.middleware.service.impl
 

Methods in org.universAAL.middleware.service.impl with parameters of type ServiceCallee
 void ServiceBusImpl.unregister(String calleeID, ServiceCallee callee)
           
 

Uses of ServiceCallee in org.universAAL.ri.gateway.support.home
 

Subclasses of ServiceCallee in org.universAAL.ri.gateway.support.home
 class LightingProvider1
           
 

Uses of ServiceCallee in org.universAAL.samples.lighting.server
 

Subclasses of ServiceCallee in org.universAAL.samples.lighting.server
 class LightingProvider
           
 

Uses of ServiceCallee in org.universAAL.samples.lighting.server_regular
 

Subclasses of ServiceCallee in org.universAAL.samples.lighting.server_regular
 class LightingProviderLevel1
           
 class LightingProviderLevel2
           
 class LightingProviderLevel3
           
 

Uses of ServiceCallee in org.universAAL.samples.simple.ui
 

Subclasses of ServiceCallee in org.universAAL.samples.simple.ui
 class MainButtonProvider
           
 

Uses of ServiceCallee in org.universAAL.samples.utils.server
 

Subclasses of ServiceCallee in org.universAAL.samples.utils.server
 class CalleeExample
           
 

Uses of ServiceCallee in org.universAAL.security.security.authenticator.dummy
 

Subclasses of ServiceCallee in org.universAAL.security.security.authenticator.dummy
 class UserPasswordCallee
           
 

Uses of ServiceCallee in org.universAAL.support.utils
 

Subclasses of ServiceCallee in org.universAAL.support.utils
 class WrapperS
          This class is for internal use by the utility API only.
 

Uses of ServiceCallee in org.universAAL.support.utils.service.top
 

Subclasses of ServiceCallee in org.universAAL.support.utils.service.top
 class UtilActuatorCallee
          This is an abstract class for those who want to use the typical services of an actuator (get status, set on, set off) over an ontological service.
 class UtilEditorCallee
          This is an abstract class for those who want to use the typical services of an editor (get, add, change and remove) over an ontological service.
 class UtilSensorCallee
          This is an abstract class for those who want to use the typical services of an sensor (get status) over an ontological service.
 

Uses of ServiceCallee in org.universAAL.ui.dm.ui.preferences.editor
 

Subclasses of ServiceCallee in org.universAAL.ui.dm.ui.preferences.editor
 class UIPreferencesSCallee
          Handles the service call for starting UI Preferences Editor screen.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.