Uses of Class
org.universAAL.middleware.service.owls.profile.ServiceProfile

Packages that use ServiceProfile
org.security.session.manager.service   
org.universAAL.context.prof.serv Contains the implementation, including OSGi Activator... 
org.universAAL.context.space.serv Contains the implementation, including OSGi Activator... 
org.universAAL.hw.exporter.zigbee.ha.devices   
org.universAAL.lddi.hdp   
org.universAAL.lddi.knx.exporter   
org.universAAL.lddi.manager.publisher   
org.universAAL.middleware.api.impl   
org.universAAL.middleware.bus.junit   
org.universAAL.middleware.service   
org.universAAL.middleware.service.impl   
org.universAAL.middleware.service.owl   
org.universAAL.middleware.service.owls.profile   
org.universAAL.ri.gateway.eimanager.impl.exporting   
org.universAAL.ri.gateway.eimanager.impl.importing   
org.universAAL.samples.lighting.server   
org.universAAL.samples.lighting.uiclient   
org.universAAL.samples.servserver   
org.universAAL.samples.simple.ui   
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.mid Contains normal helper classes to deal with Service concepts of universAAL. 
org.universAAL.ui.dm.ui.preferences.editor   
 

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

Fields in org.security.session.manager.service declared as ServiceProfile
static ServiceProfile[] SessionManagerService.profs
           
 

Methods in org.security.session.manager.service that return ServiceProfile
static ServiceProfile[] SessionManagerService.initialize(ModuleContext mc)
           
 

Constructors in org.security.session.manager.service with parameters of type ServiceProfile
SCallee(ModuleContext context, ServiceProfile[] realizedServices, SessionManager sessionMngr)
           
 

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

Fields in org.universAAL.context.prof.serv declared as ServiceProfile
protected static ServiceProfile[] SCalleeProvidedService.profiles
          Where the service profiles are stored.
 

Methods in org.universAAL.context.prof.serv that return ServiceProfile
static ServiceProfile[] SCalleeProvidedService.getServiceProfiles(String namespace, String ontologyURI, String[] path, String editedURI)
          Gives you the 4 typical service profiles of an editor service: Get, Add, Change and Remove.
 

Constructors in org.universAAL.context.prof.serv with parameters of type ServiceProfile
SCallee(ModuleContext context, ServiceProfile[] realizedServices)
          Default 2-argument constructor.
 

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

Fields in org.universAAL.context.space.serv declared as ServiceProfile
protected static ServiceProfile[] SCalleeProvidedService.profiles
          Where the service profiles are stored.
 

Methods in org.universAAL.context.space.serv that return ServiceProfile
static ServiceProfile[] SCalleeProvidedService.getServiceProfiles(String namespace, String ontologyURI, String[] path, String editedURI)
          Gives you the 4 typical service profiles of an editor service: Get, Add, Change and Remove.
 

Constructors in org.universAAL.context.space.serv with parameters of type ServiceProfile
SCallee(ModuleContext context, ServiceProfile[] realizedServices)
          Default 2-argument constructor.
 

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

Fields in org.universAAL.hw.exporter.zigbee.ha.devices declared as ServiceProfile
protected  ServiceProfile[] ExporterSensorCallee.newProfiles
           
protected  ServiceProfile[] ExporterDimmerCallee.newProfiles
           
protected  ServiceProfile[] ExporterActuatorCallee.newProfiles
           
 

Methods in org.universAAL.hw.exporter.zigbee.ha.devices that return ServiceProfile
static ServiceProfile[] ExporterDimmerCallee.getServiceProfiles(String namespace, String ontologyURI, Actuator actuator)
           
static ServiceProfile[] ExporterActuatorCallee.getServiceProfiles(String namespace, String ontologyURI, Actuator actuator)
           
static ServiceProfile[] ExporterSensorCallee.getServiceProfiles(String namespace, String ontologyURI, Sensor sensor)
           
 

Constructors in org.universAAL.hw.exporter.zigbee.ha.devices with parameters of type ServiceProfile
ExporterActuatorCallee(ModuleContext context, ServiceProfile[] realizedServices)
           
ExporterDimmerCallee(ModuleContext context, ServiceProfile[] realizedServices)
           
ExporterSensorCallee(ModuleContext context, ServiceProfile[] realizedServices)
           
 

Uses of ServiceProfile in org.universAAL.lddi.hdp
 

Fields in org.universAAL.lddi.hdp declared as ServiceProfile
static ServiceProfile[] ProvidedContinuaHdpManagerService.profiles
          Number of services our service callee is goint to offer
 

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

Fields in org.universAAL.lddi.knx.exporter declared as ServiceProfile
static ServiceProfile[] KnxServiceCalleeProvidedService.profiles
           
 

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

Constructors in org.universAAL.lddi.manager.publisher with parameters of type ServiceProfile
ServiceProvider(ModuleContext context, ServiceProfile[] realizedServices)
           
 

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

Methods in org.universAAL.middleware.api.impl that return ServiceProfile
 ServiceProfile[] ServiceCalleeWrapper.getProfiles()
           
 

Methods in org.universAAL.middleware.api.impl with parameters of type ServiceProfile
 void ServiceCalleeWrapper.setProfiles(ServiceProfile[] profiles)
           
 

Constructors in org.universAAL.middleware.api.impl with parameters of type ServiceProfile
ServiceCalleeWrapper(ModuleContext context, ServiceProfile[] realizedServices, Object wrappedObject, String namespace, String serviceURI, Map<String,Method> annotatedMethods, Map<String,List<String>> annotatedOutputNames, Map<String,List<Output>> annotatedOutputs, Map<String,List<String>> annotatedMethodsParametersNames, Map<String,List<Input>> annotatedMethodsParameters)
           
 

Uses of ServiceProfile in org.universAAL.middleware.bus.junit
 

Methods in org.universAAL.middleware.bus.junit with parameters of type ServiceProfile
protected  void ManifestTestCase.add(String title, String description, ServiceProfile profile)
           
 

Uses of ServiceProfile in org.universAAL.middleware.service
 

Methods in org.universAAL.middleware.service that return ServiceProfile
 ServiceProfile[] ServiceCaller.getAllServices()
          A method used to instantly retrieve all services available to this caller.
 ServiceProfile[] ServiceBus.getAllServices(String callerID)
          A method used to retrieve the descriptions of all services advertised on the service bus.
 ServiceProfile[] ServiceCaller.getMatchingService(Service s)
          A method used to retrieve a specified service, available to this ServiceCaller.
 ServiceProfile[] ServiceCaller.getMatchingService(String serviceClassURI)
          A method used to retrieve a specified service, available to this ServiceCaller.
 ServiceProfile[] ServiceCaller.getMatchingService(String[] keywords)
          A method used to retrieve a service available to this caller, that matches the specified keywords.
 ServiceProfile[] ServiceBus.getMatchingServices(String callerID, Service template)
          Get all service profiles that describe services that match the given template in terms of "query by example".
 ServiceProfile[] ServiceBus.getMatchingServices(String callerID, String serviceClassURI)
          Get all service profiles that describe services of the given service class.
 ServiceProfile[] ServiceBus.getMatchingServices(String callerID, String[] keywords)
          This version of the method accepts simple keyword-based queries about registered services.
 

Methods in org.universAAL.middleware.service with parameters of type ServiceProfile
protected  void ServiceCallee.addNewServiceProfiles(ServiceProfile[] realizedServices)
          Registers additional services to be provided by this ServiceCalee.
 void ServiceBus.addNewServiceProfiles(String calleeID, ServiceProfile[] realizedServices)
          Registers (advertises) new services (by providing descriptions of them) that will be provided by the ServiceCalee with the specified ID.
protected  void ServiceCallee.removeMatchingProfiles(ServiceProfile[] realizedServices)
          Removes a specified set of services that were previously provided by this ServiceCalee.
 void ServiceBus.removeMatchingProfiles(String calleeID, ServiceProfile[] realizedServices)
          Removes specified service profiles that were previously registered by the ServiceCalee with the specified ID.
 

Constructors in org.universAAL.middleware.service with parameters of type ServiceProfile
ServiceCallee(ModuleContext context, ServiceProfile[] realizedServices)
          The default constructor for this class.
 

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

Methods in org.universAAL.middleware.service.impl that return ServiceProfile
 ServiceProfile[] ServiceStrategy.getAllServiceProfiles(String serviceURI)
          This method returns all the globally registered Service Profiles for the given service URI
 ServiceProfile[] ServiceBusImpl.getAllServices(String callerID)
           
 ServiceProfile[] ServiceBusImpl.getMatchingServices(String callerID, Service s)
           
 ServiceProfile[] ServiceBusImpl.getMatchingServices(String callerID, String s)
           
 ServiceProfile[] ServiceBusImpl.getMatchingServices(String callerID, String[] keywords)
           
 

Methods in org.universAAL.middleware.service.impl with parameters of type ServiceProfile
 void ServiceBusImpl.addNewServiceProfiles(String calleeID, ServiceProfile[] realizedServices)
           
static ServiceWrapper ServiceWrapper.create(ServiceProfile profile)
           
 void ServiceBusImpl.removeMatchingProfiles(String calleeID, ServiceProfile[] realizedServices)
           
 

Constructors in org.universAAL.middleware.service.impl with parameters of type ServiceProfile
ServiceProfileWrapper(ServiceProfile r)
           
ServiceRealization(String theCallee, ServiceProfile theProfile)
           
 

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

Fields in org.universAAL.middleware.service.owl declared as ServiceProfile
protected  ServiceProfile Service.myProfile
           
 

Methods in org.universAAL.middleware.service.owl that return ServiceProfile
static ServiceProfile InitialServiceDialog.createInitialDialogProfile(String serviceClassURI, String vendor, String description, String startServiceURI)
          Creates and returns an appropriate ServiceProfile for an initial dialog.
static ServiceProfile UserInterfaceService.createServiceProfile(String serviceClassURI, String vendor, String description, String startServiceURI)
          Creates and returns an appropriate ServiceProfile for a UI service.
protected static ServiceProfile UserInterfaceService.createServiceProfile(UserInterfaceService uis, String serviceClassURI, String vendor, String description, String startServiceURI)
          Same method with different arguments.
 ServiceProfile Service.getProfile()
           
 

Uses of ServiceProfile in org.universAAL.middleware.service.owls.profile
 

Methods in org.universAAL.middleware.service.owls.profile that return ServiceProfile
static ServiceProfile ServiceProfile.deserializeProfile(String turtleSP)
          Returns the de-serialized profile
 

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

Methods in org.universAAL.ri.gateway.eimanager.impl.exporting that return ServiceProfile
 ServiceProfile[] ProxyServiceCaller.getProfiles()
           
 

Method parameters in org.universAAL.ri.gateway.eimanager.impl.exporting with type arguments of type ServiceProfile
 void ProxyServiceCaller.setProfiles(Map<String,List<ServiceProfile>> profiles)
           
 

Constructor parameters in org.universAAL.ri.gateway.eimanager.impl.exporting with type arguments of type ServiceProfile
ProxyServiceCaller(ExportedProxyManager manager, String targetId, ModuleContext mc, String serverNamespace, String serviceType, Map<String,List<ServiceProfile>> profiles)
           
 

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

Methods in org.universAAL.ri.gateway.eimanager.impl.importing that return types with arguments of type ServiceProfile
 Set<ServiceProfile> ProxyUIHandler.getProfilesSet()
           
 Set<ServiceProfile> ProxyServiceCallee.getProfilesSet()
           
 Map<String,List<ServiceProfile>> InternalImportOperation.getRealizedServices()
           
 

Methods in org.universAAL.ri.gateway.eimanager.impl.importing with parameters of type ServiceProfile
 void ProxyServiceCallee.refreshProfiles(ServiceProfile[] profiles)
           
 

Method parameters in org.universAAL.ri.gateway.eimanager.impl.importing with type arguments of type ServiceProfile
 void ProxyUIHandler.setProfilesSet(Set<ServiceProfile> profilesSet)
           
 void ProxyServiceCallee.setProfilesSet(Set<ServiceProfile> profilesSet)
           
 void InternalImportOperation.setRealizedServices(Map<String,List<ServiceProfile>> realizedServices)
           
 

Constructors in org.universAAL.ri.gateway.eimanager.impl.importing with parameters of type ServiceProfile
ProxyServiceCallee(ServiceProfile[] realizedServices, ImportedProxyManager manager, String targetId, String remoteBusMemberId, ModuleContext mc)
           
 

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

Fields in org.universAAL.samples.lighting.server declared as ServiceProfile
static ServiceProfile[] ProvidedLightingService.profiles
           
 

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

Fields in org.universAAL.samples.lighting.uiclient declared as ServiceProfile
static ServiceProfile ServiceProvider.myProfile
           
 

Uses of ServiceProfile in org.universAAL.samples.servserver
 

Constructors in org.universAAL.samples.servserver with parameters of type ServiceProfile
SCallee(ModuleContext context, ServiceProfile[] realizedServices)
           
 

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

Constructors in org.universAAL.samples.simple.ui with parameters of type ServiceProfile
MainButtonProvider(ModuleContext context, ServiceProfile[] realizedServices)
           
 

Uses of ServiceProfile in org.universAAL.support.utils
 

Methods in org.universAAL.support.utils with parameters of type ServiceProfile
 void UAAL.provideS(ServiceProfile[] p, ISListener l)
          Registers Service Profiles and specifies how the calls to these profiles would be handled.
 

Constructors in org.universAAL.support.utils with parameters of type ServiceProfile
WrapperS(ModuleContext context, ServiceProfile[] realizedServices, ISListener l)
          Constructor that takes the listener to associate.
 

Uses of ServiceProfile in org.universAAL.support.utils.service.low
 

Methods in org.universAAL.support.utils.service.low that return ServiceProfile
 ServiceProfile Profile.getTheProfile()
          Use this method when you are done defining your Profile in order to get the actual ServiceProfile that you can use in your ProvidedService class.
 

Uses of ServiceProfile in org.universAAL.support.utils.service.mid
 

Methods in org.universAAL.support.utils.service.mid that return ServiceProfile
static ServiceProfile[] UtilActuator.getServiceProfiles(String namespace, Actuator actuator)
          Gives you the 3 typical service profiles of an on/off actuator service: Get status, Set On, and Set Off.
static ServiceProfile[] UtilSensor.getServiceProfiles(String namespace, Sensor sensor)
          Gives you the typical service profile of an on/off sensor service: Get status.
static ServiceProfile[] UtilActuator.getServiceProfiles(String namespace, String ontologyURI, Actuator actuator)
          Gives you the 3 typical service profiles of an on/off actuator service: Get status, Set On, and Set Off.
static ServiceProfile[] UtilSensor.getServiceProfiles(String namespace, String ontologyURI, Sensor sensor)
          Gives you the typical service profile of an on/off sensor service: Get status.
static ServiceProfile[] UtilEditor.getServiceProfiles(String namespace, String ontologyURI, String[] path, String editedURI)
          Gives you the 4 typical service profiles of an editor service: Get, Add, Change and Remove.
 

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

Methods in org.universAAL.ui.dm.ui.preferences.editor that return ServiceProfile
static ServiceProfile[] UIPreferencesProvidedService.getProfiles(ModuleContext mcontext)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.