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

Packages that use ServiceCall
org.security.session.manager.service   
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.context.space.serv Contains the implementation, including OSGi Activator... 
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.ri.gateway.eimanager   
org.universAAL.ri.gateway.eimanager.impl   
org.universAAL.ri.gateway.eimanager.impl.exporting   
org.universAAL.ri.gateway.eimanager.impl.importing   
org.universAAL.ri.gateway.support.home   
org.universAAL.samples.lighting.server   
org.universAAL.samples.lighting.server_regular   
org.universAAL.samples.lighting.uiclient   
org.universAAL.samples.servserver   
org.universAAL.samples.simple.ui   
org.universAAL.samples.utils.server   
org.universAAL.security.security.authenticator.dummy   
org.universAAL.security.security.authenticator.profile   
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.dm.userInteraction.mainMenu.profilable   
 

Uses of ServiceCall in org.security.session.manager.service
 

Methods in org.security.session.manager.service with parameters of type ServiceCall
 ServiceResponse SCallee.handleCall(ServiceCall call)
          
 

Uses of ServiceCall in org.universAAL.context.che
 

Methods in org.universAAL.context.che with parameters of type ServiceCall
 ServiceResponse ContextHistoryCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.context.prof.serv with parameters of type ServiceCall
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 

Uses of ServiceCall in org.universAAL.context.reasoner
 

Methods in org.universAAL.context.reasoner with parameters of type ServiceCall
 ServiceResponse ReasoningProvider.handleCall(ServiceCall call)
          This methods seems to be some kind of strange because of the usage from the handleRequest method.
 

Uses of ServiceCall in org.universAAL.context.space.serv
 

Methods in org.universAAL.context.space.serv with parameters of type ServiceCall
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 

Uses of ServiceCall in org.universAAL.drools
 

Methods in org.universAAL.drools with parameters of type ServiceCall
 ServiceResponse DroolsReasonerProvider.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.hw.exporter.zigbee.ha.devices with parameters of type ServiceCall
 ServiceResponse OnOffLightCallee.handleCall(ServiceCall call)
           
 ServiceResponse ExporterSensorCallee.handleCall(ServiceCall call)
           
 ServiceResponse ExporterDimmerCallee.handleCall(ServiceCall call)
           
 ServiceResponse ExporterActuatorCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.lddi.exporter.activityhub with parameters of type ServiceCall
 ServiceResponse AHServiceProvider.handleCall(ServiceCall call)
          handle service request from uAAL service bus
 

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

Methods in org.universAAL.lddi.fs20.exporter with parameters of type ServiceCall
 ServiceResponse FS20Server.handleCall(ServiceCall call)
          Handles the service call and react on it
 

Uses of ServiceCall in org.universAAL.lddi.hdp
 

Methods in org.universAAL.lddi.hdp with parameters of type ServiceCall
 ServiceResponse ContinuaHdpManagerProvider.handleCall(ServiceCall call)
          Called when a service request matches the service profile registered by our service callee
 

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

Methods in org.universAAL.lddi.knx.exporter with parameters of type ServiceCall
 ServiceResponse KnxServiceCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.lddi.manager.publisher with parameters of type ServiceCall
 ServiceResponse ServiceProvider.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.middleware.api.impl with parameters of type ServiceCall
 ServiceResponse ServiceCalleeWrapper.handleCall(ServiceCall call)
          Handles the incoming ServiceCall and check if it fits to methods declared by wrapped object.
 

Uses of ServiceCall in org.universAAL.middleware.service
 

Fields in org.universAAL.middleware.service declared as ServiceCall
static ServiceCall ServiceCall.THIS_SERVICE_CALL
          A ServiceCall that is a realization of the OWL-S process:ThisPerform.
 

Methods in org.universAAL.middleware.service with parameters of type ServiceCall
abstract  ServiceResponse ServiceCallee.handleCall(ServiceCall call)
          The actual service method of the ServiceCallee.
 

Uses of ServiceCall in org.universAAL.ri.gateway.eimanager
 

Methods in org.universAAL.ri.gateway.eimanager with parameters of type ServiceCall
 ServiceResponse ExportManager.sendServiceRequest(String sourceId, ServiceCall call, String memberId)
           
 

Uses of ServiceCall in org.universAAL.ri.gateway.eimanager.impl
 

Methods in org.universAAL.ri.gateway.eimanager.impl with parameters of type ServiceCall
 ServiceResponse ExportManagerImpl.sendServiceRequest(String sourceId, ServiceCall call, String memberId)
           
 

Uses of ServiceCall in org.universAAL.ri.gateway.eimanager.impl.exporting
 

Methods in org.universAAL.ri.gateway.eimanager.impl.exporting with parameters of type ServiceCall
 ServiceResponse ProxyServiceCaller.invoke(ServiceCall call, String memberId)
           
 ServiceResponse ExportedProxyManager.sendServiceRequest(String sourceId, ServiceCall call, String memberId)
           
 

Uses of ServiceCall in org.universAAL.ri.gateway.eimanager.impl.importing
 

Methods in org.universAAL.ri.gateway.eimanager.impl.importing with parameters of type ServiceCall
 ServiceResponse ImportedProxyManager.realizeRemoteServiceRequest(String targetId, ServiceCall request, String remoteBusMemberId)
           
 

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

Methods in org.universAAL.ri.gateway.support.home with parameters of type ServiceCall
 ServiceResponse LightingProvider1.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.lighting.server with parameters of type ServiceCall
 ServiceResponse LightingProvider.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.lighting.server_regular with parameters of type ServiceCall
 ServiceResponse LightingProviderLevel3.handleCall(ServiceCall call)
           
 ServiceResponse LightingProviderLevel2.handleCall(ServiceCall call)
           
 ServiceResponse LightingProviderLevel1.handleCall(ServiceCall call)
           
 

Uses of ServiceCall in org.universAAL.samples.lighting.uiclient
 

Methods in org.universAAL.samples.lighting.uiclient with parameters of type ServiceCall
 ServiceResponse ServiceProvider.handleCall(ServiceCall call)
           
 

Uses of ServiceCall in org.universAAL.samples.servserver
 

Methods in org.universAAL.samples.servserver with parameters of type ServiceCall
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.simple.ui with parameters of type ServiceCall
 ServiceResponse MainButtonProvider.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.utils.server with parameters of type ServiceCall
 ServiceResponse CalleeExample.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.security.security.authenticator.dummy with parameters of type ServiceCall
 ServiceResponse UserPasswordCallee.handleCall(ServiceCall call)
          
 

Uses of ServiceCall in org.universAAL.security.security.authenticator.profile
 

Methods in org.universAAL.security.security.authenticator.profile with parameters of type ServiceCall
 ServiceResponse UserPasswordCallee.handleCall(ServiceCall call)
          
 

Uses of ServiceCall in org.universAAL.support.utils
 

Methods in org.universAAL.support.utils with parameters of type ServiceCall
 ServiceResponse WrapperS.handleCall(ServiceCall s)
           
 ServiceResponse ISListener.handleCall(ServiceCall call)
          When a service call request matches a service profile associated to this listener by UAAL helper, this method is called and is passed the call.
 

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

Methods in org.universAAL.support.utils.service.top with parameters of type ServiceCall
 ServiceResponse UtilSensorCallee.handleCall(ServiceCall call)
           
 ServiceResponse UtilEditorCallee.handleCall(ServiceCall call)
           
 ServiceResponse UtilActuatorCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.ui.dm.ui.preferences.editor with parameters of type ServiceCall
 ServiceResponse UIPreferencesSCallee.handleCall(ServiceCall call)
           
 

Uses of ServiceCall in org.universAAL.ui.dm.userInteraction.mainMenu.profilable
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.profilable with parameters of type ServiceCall
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.