public class ServiceRegistration extends Object implements IServiceRegistration
Constructor and Description |
---|
ServiceRegistration() |
Modifier and Type | Method and Description |
---|---|
boolean |
registerApp(String serviceId,
String appId,
String entryName,
String vendorURL,
String serviceClass,
String iconURL)
TODO: register the installed bundles? Can use Map
|
boolean |
registerBundle(String serviceId,
String bundleId,
String bundleVersion) |
boolean |
unregisterService(String serviceId) |
public boolean unregisterService(String serviceId)
unregisterService
in interface IServiceRegistration
public boolean registerApp(String serviceId, String appId, String entryName, String vendorURL, String serviceClass, String iconURL)
registerApp
in interface IServiceRegistration
public boolean registerBundle(String serviceId, String bundleId, String bundleVersion)
registerBundle
in interface IServiceRegistration
Copyright © 2018 universAAL Consortium. All rights reserved.