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

Packages that use ServiceResponse
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.kinect.adapter.serviceBus   
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.aapi   
org.universAAL.reliability.reasoner   
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.ri.soap.cxf.server   
org.universAAL.samples.context.reasoner.client.uaalinterface   
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.low Contains low level helper classes to deal with Service concepts of universAAL. 
org.universAAL.support.utils.service.top Contains full advanced helper classes to interact with Services of universAAL. 
org.universAAL.ui.dm   
org.universAAL.ui.dm.ui.preferences.editor   
org.universAAL.ui.dm.userInteraction.mainMenu   
org.universAAL.ui.dm.userInteraction.mainMenu.profilable   
 

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

Methods in org.security.session.manager.service that return ServiceResponse
 ServiceResponse SCallee.handleCall(ServiceCall call)
          
 

Uses of ServiceResponse in org.universAAL.context.che
 

Methods in org.universAAL.context.che that return ServiceResponse
 ServiceResponse ContextHistoryCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.context.prof.serv that return ServiceResponse
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 

Uses of ServiceResponse in org.universAAL.context.reasoner
 

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

Methods in org.universAAL.context.reasoner with parameters of type ServiceResponse
 void CHECaller.handleResponse(String reqID, ServiceResponse response)
           
 

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

Methods in org.universAAL.context.space.serv that return ServiceResponse
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 

Uses of ServiceResponse in org.universAAL.drools
 

Methods in org.universAAL.drools that return ServiceResponse
 ServiceResponse DroolsReasonerProvider.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.hw.exporter.zigbee.ha.devices that return ServiceResponse
protected  ServiceResponse TemperatureSensorCallee.getValue()
           
protected  ServiceResponse PresenceDetectorCallee.getValue()
           
protected  ServiceResponse OccupancySensorCallee.getValue()
           
protected  ServiceResponse IASZoneCallee.getValue()
           
protected abstract  ServiceResponse ExporterSensorCallee.getValue()
          This is a sensor, so it must provide its sensed value when asked.
 ServiceResponse OnOffLightCallee.handleCall(ServiceCall call)
           
 ServiceResponse ExporterSensorCallee.handleCall(ServiceCall call)
           
 ServiceResponse ExporterDimmerCallee.handleCall(ServiceCall call)
           
 ServiceResponse ExporterActuatorCallee.handleCall(ServiceCall call)
           
 

Uses of ServiceResponse in org.universAAL.kinect.adapter.serviceBus
 

Methods in org.universAAL.kinect.adapter.serviceBus with parameters of type ServiceResponse
 Collection<?> RequestService.handleResponse(ServiceResponse response)
          This method just logs some information.
 Collection<?> QueryService.handleResponse(ServiceResponse response)
          This method tries to get a return value from the response, and returns null if there is none.
abstract  Collection<?> AbstractService.handleResponse(ServiceResponse response)
          This method converts a ServiceResponse into a collection of objects
 

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

Methods in org.universAAL.lddi.exporter.activityhub that return ServiceResponse
 ServiceResponse AHServiceProvider.handleCall(ServiceCall call)
          handle service request from uAAL service bus
 

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

Methods in org.universAAL.lddi.fs20.exporter that return ServiceResponse
 ServiceResponse FS20Server.handleCall(ServiceCall call)
          Handles the service call and react on it
 

Uses of ServiceResponse in org.universAAL.lddi.hdp
 

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

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

Methods in org.universAAL.lddi.knx.exporter that return ServiceResponse
 ServiceResponse KnxServiceCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.lddi.manager.publisher that return ServiceResponse
 ServiceResponse ServiceProvider.handleCall(ServiceCall call)
           
 

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

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

Uses of ServiceResponse in org.universAAL.middleware.service
 

Methods in org.universAAL.middleware.service that return ServiceResponse
 ServiceResponse ServiceCaller.call(ServiceRequest request)
          The "normal" (synchronous) way of calling a service.
 ServiceResponse ServiceCaller.call(String request)
          This method is a way of calling a service using Turtle Strings as input.
abstract  ServiceResponse ServiceCallee.handleCall(ServiceCall call)
          The actual service method of the ServiceCallee.
 

Methods in org.universAAL.middleware.service with parameters of type ServiceResponse
abstract  void ServiceCaller.handleResponse(String reqID, ServiceResponse response)
          Will be called automatically in a new thread whenever the response corresponding to a previous call to ServiceCaller.sendRequest(ServiceRequest) is ready.
 void DefaultServiceCaller.handleResponse(String reqID, ServiceResponse response)
           
 

Uses of ServiceResponse in org.universAAL.middleware.service.aapi
 

Subclasses of ServiceResponse in org.universAAL.middleware.service.aapi
 class AapiServiceResponse
           
 

Uses of ServiceResponse in org.universAAL.reliability.reasoner
 

Methods in org.universAAL.reliability.reasoner with parameters of type ServiceResponse
 void SCaller.handleResponse(String reqID, ServiceResponse response)
           
 

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

Methods in org.universAAL.ri.gateway.eimanager that return ServiceResponse
 ServiceResponse ExportManager.sendServiceRequest(String sourceId, ServiceCall call, String memberId)
           
 

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

Methods in org.universAAL.ri.gateway.eimanager.impl that return ServiceResponse
 ServiceResponse ExportManagerImpl.sendServiceRequest(String sourceId, ServiceCall call, String memberId)
           
 

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

Methods in org.universAAL.ri.gateway.eimanager.impl.exporting that return ServiceResponse
 ServiceResponse ProxyServiceCaller.invoke(ServiceCall call, String memberId)
           
 ServiceResponse ExportedProxyManager.sendServiceRequest(String sourceId, ServiceCall call, String memberId)
           
 

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

Methods in org.universAAL.ri.gateway.eimanager.impl.importing that return ServiceResponse
 ServiceResponse ImportedProxyManager.realizeRemoteServiceRequest(String targetId, ServiceCall request, String remoteBusMemberId)
           
 

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

Methods in org.universAAL.ri.gateway.support.home that return ServiceResponse
 ServiceResponse LightingProvider1.handleCall(ServiceCall call)
           
 

Uses of ServiceResponse in org.universAAL.ri.soap.cxf.server
 

Fields in org.universAAL.ri.soap.cxf.server declared as ServiceResponse
static ServiceResponse ServiceImpl.sr
           
 

Uses of ServiceResponse in org.universAAL.samples.context.reasoner.client.uaalinterface
 

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface with parameters of type ServiceResponse
 void CHECaller.handleResponse(String reqID, ServiceResponse response)
           
 

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

Methods in org.universAAL.samples.lighting.server that return ServiceResponse
 ServiceResponse LightingProvider.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.lighting.server_regular that return ServiceResponse
 ServiceResponse LightingProviderLevel3.handleCall(ServiceCall call)
           
 ServiceResponse LightingProviderLevel2.handleCall(ServiceCall call)
           
 ServiceResponse LightingProviderLevel1.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.lighting.uiclient that return ServiceResponse
 ServiceResponse ServiceProvider.handleCall(ServiceCall call)
           
 

Uses of ServiceResponse in org.universAAL.samples.servserver
 

Methods in org.universAAL.samples.servserver that return ServiceResponse
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.simple.ui that return ServiceResponse
 ServiceResponse MainButtonProvider.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.samples.utils.server that return ServiceResponse
 ServiceResponse CalleeExample.handleCall(ServiceCall call)
           
 

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

Methods in org.universAAL.security.security.authenticator.dummy that return ServiceResponse
 ServiceResponse UserPasswordCallee.handleCall(ServiceCall call)
          
 

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

Methods in org.universAAL.security.security.authenticator.profile that return ServiceResponse
 ServiceResponse UserPasswordCallee.handleCall(ServiceCall call)
          
 

Uses of ServiceResponse in org.universAAL.support.utils
 

Methods in org.universAAL.support.utils that return ServiceResponse
 ServiceResponse UAAL.callS(ServiceRequest r)
          Calls a Service with a Service Request.
 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 ServiceResponse in org.universAAL.support.utils.service.low
 

Methods in org.universAAL.support.utils.service.low with parameters of type ServiceResponse
static Object[] Request.recoverOutputs(ServiceResponse sr, Output output)
          Equivalent to recoverOutputs(ServiceResponse sr, String outputURI).
static Object[] Request.recoverOutputs(ServiceResponse sr, String outputURI)
          Use this helper method when you have called a ServiceRequest (or a Request) and you want to get an array containing all the outputs returned.
 

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

Methods in org.universAAL.support.utils.service.top that return ServiceResponse
 ServiceResponse UtilSensorCallee.handleCall(ServiceCall call)
           
 ServiceResponse UtilEditorCallee.handleCall(ServiceCall call)
           
 ServiceResponse UtilActuatorCallee.handleCall(ServiceCall call)
           
 

Uses of ServiceResponse in org.universAAL.ui.dm
 

Methods in org.universAAL.ui.dm with parameters of type ServiceResponse
 void DMServiceCaller.handleResponse(String reqID, ServiceResponse response)
          Will be called automatically in a new thread whenever the response corresponding to a previous call to ServiceCaller.sendRequest(ServiceRequest) is ready.
 

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

Methods in org.universAAL.ui.dm.ui.preferences.editor that return ServiceResponse
 ServiceResponse UIPreferencesSCallee.handleCall(ServiceCall call)
           
 ServiceResponse UIPreferencesSCallee.showUIPreferencesEditorDialog(User user)
          Shows UI Preferences editor dialog.
 

Uses of ServiceResponse in org.universAAL.ui.dm.userInteraction.mainMenu
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu with parameters of type ServiceResponse
static void UIServiceResponseNotifyer.tellUser(UserDialogManager userDM, ServiceResponse sResp)
          Send a message to the user reporting the issue with the service.
static void UIServiceResponseNotifyer.tellUser(User usr, ServiceResponse sResp)
           
 

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

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.profilable that return ServiceResponse
 ServiceResponse SCallee.handleCall(ServiceCall call)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.