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

Packages that use ServiceCaller
org.universAAL.context.reasoner   
org.universAAL.kinect.adapter.defaultComponents   
org.universAAL.middleware.api.impl   
org.universAAL.middleware.service   
org.universAAL.middleware.service.impl   
org.universAAL.middleware.service.owl   
org.universAAL.reliability.reasoner   
org.universAAL.ri.gateway.support.android   
org.universAAL.samples.lighting.client   
org.universAAL.samples.servbus   
org.universAAL.samples.utils.app   
org.universAAL.samples.utils.client   
org.universAAL.security.authenticator.client   
org.universAAL.ui.dm   
 

Uses of ServiceCaller in org.universAAL.context.reasoner
 

Subclasses of ServiceCaller in org.universAAL.context.reasoner
 class CHECaller
          This class contains methods to perform SPARQL-Requests on the CHE.
 

Uses of ServiceCaller in org.universAAL.kinect.adapter.defaultComponents
 

Constructors in org.universAAL.kinect.adapter.defaultComponents with parameters of type ServiceCaller
DefaultAdapter(ServiceCaller caller, ContextPublisher cp)
           
 

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

Methods in org.universAAL.middleware.api.impl with parameters of type ServiceCaller
static Object DynamicServiceProxy.newInstance(Class<?> interfaceClazz, ServiceCaller caller)
           
 

Constructors in org.universAAL.middleware.api.impl with parameters of type ServiceCaller
DynamicServiceProxy(ServiceCaller caller, Class<?> intefaceClazz)
           
 

Uses of ServiceCaller in org.universAAL.middleware.service
 

Subclasses of ServiceCaller in org.universAAL.middleware.service
 class DefaultServiceCaller
          The default service caller simply ignores the notification about losing connection to other instances of the middleware and calls the services either only in an synchronous way (using the method call(org.universAAL.middleware.service.ServiceRequest)) or ignores the asynchronous responses.
 

Methods in org.universAAL.middleware.service with parameters of type ServiceCaller
 void ServiceBus.unregister(String callerID, ServiceCaller caller)
          Unregisters a service caller from the bus.
 

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

Methods in org.universAAL.middleware.service.impl with parameters of type ServiceCaller
 void ServiceBusImpl.unregister(String callerID, ServiceCaller caller)
           
 

Uses of ServiceCaller in org.universAAL.middleware.service.owl
 

Methods in org.universAAL.middleware.service.owl with parameters of type ServiceCaller
static String InitialServiceDialog.getInitialDialogDescription(String serviceClassURI, String vendor, ServiceCaller theCaller)
           
static UserInterfaceService[] InitialServiceDialog.getInitialDialogInfo(String serviceClassURI, ServiceCaller theCaller)
           
static String UserInterfaceService.getUIServiceDescription(String serviceClassURI, String vendor, ServiceCaller theCaller)
           
protected static String UserInterfaceService.getUIServiceDescription(UserInterfaceService requestedService, String serviceClassURI, String vendor, ServiceCaller theCaller)
          Gets the UI service description of the service.
static UserInterfaceService[] UserInterfaceService.getUIServiceInfo(String serviceClassURI, ServiceCaller theCaller)
           
protected static UserInterfaceService[] UserInterfaceService.getUIServiceInfo(UserInterfaceService requestedService, String serviceClassURI, ServiceCaller theCaller)
           
static boolean InitialServiceDialog.startInitialDialog(String serviceClassURI, String vendor, Resource requestingUser, ServiceCaller theCaller)
          Start an initial dialog.
 

Uses of ServiceCaller in org.universAAL.reliability.reasoner
 

Subclasses of ServiceCaller in org.universAAL.reliability.reasoner
 class SCaller
           
 

Uses of ServiceCaller in org.universAAL.ri.gateway.support.android
 

Fields in org.universAAL.ri.gateway.support.android declared as ServiceCaller
static ServiceCaller LightingConsumer.caller
           
 

Uses of ServiceCaller in org.universAAL.samples.lighting.client
 

Fields in org.universAAL.samples.lighting.client declared as ServiceCaller
static ServiceCaller LightingConsumer.caller
           
 

Uses of ServiceCaller in org.universAAL.samples.servbus
 

Fields in org.universAAL.samples.servbus declared as ServiceCaller
static ServiceCaller Activator.scaller
           
 

Uses of ServiceCaller in org.universAAL.samples.utils.app
 

Fields in org.universAAL.samples.utils.app declared as ServiceCaller
protected static ServiceCaller Activator.caller
           
 

Uses of ServiceCaller in org.universAAL.samples.utils.client
 

Fields in org.universAAL.samples.utils.client declared as ServiceCaller
protected static ServiceCaller Activator.caller
           
 

Uses of ServiceCaller in org.universAAL.security.authenticator.client
 

Subclasses of ServiceCaller in org.universAAL.security.authenticator.client
 class UserPaswordAuthenticatorClient
          This class is a helper for all those components that need to authenticate a user by means of user password authentication.
 

Uses of ServiceCaller in org.universAAL.ui.dm
 

Subclasses of ServiceCaller in org.universAAL.ui.dm
 class DMServiceCaller
          DMs ServiceCaller.
 

Methods in org.universAAL.ui.dm that return ServiceCaller
static ServiceCaller DialogManagerImpl.getServiceCaller()
          Get the ServiceCaller for calling a service
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.