Uses of Class
org.universAAL.middleware.bus.member.Callee

Packages that use Callee
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.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.ui   
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   
org.universAAL.ui.handler.gui.swing universAAL connector (UIHandler) and the Handler's core features. 
org.universAAL.ui.handler.sms   
 

Uses of Callee in org.universAAL.context.che
 

Subclasses of Callee 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 Callee in org.universAAL.context.prof.serv
 

Subclasses of Callee 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 Callee in org.universAAL.context.reasoner
 

Subclasses of Callee 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 Callee in org.universAAL.drools
 

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

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

Subclasses of Callee 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 Callee in org.universAAL.lddi.exporter.activityhub
 

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

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

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

Uses of Callee in org.universAAL.lddi.hdp
 

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

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

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

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

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

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

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

Uses of Callee in org.universAAL.middleware.service
 

Subclasses of Callee in org.universAAL.middleware.service
 class ServiceCallee
          This is an abstract class that the service callee members of the service bus must derive from.
 

Uses of Callee in org.universAAL.middleware.ui
 

Subclasses of Callee in org.universAAL.middleware.ui
 class UIHandler
          Provides the interface to be implemented by UIHandlers together with shared code.
 

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

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

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

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

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

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

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

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

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

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

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

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

Uses of Callee in org.universAAL.support.utils
 

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

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

Subclasses of Callee 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 Callee in org.universAAL.ui.dm.ui.preferences.editor
 

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

Uses of Callee in org.universAAL.ui.handler.gui.swing
 

Subclasses of Callee in org.universAAL.ui.handler.gui.swing
 class Handler
          Main uAAL interfacing class.
 

Uses of Callee in org.universAAL.ui.handler.sms
 

Subclasses of Callee in org.universAAL.ui.handler.sms
 class SmsUIHandler
          SMS UI Handler.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.