
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 IServiceRegistrationpublic boolean registerApp(String serviceId, String appId, String entryName, String vendorURL, String serviceClass, String iconURL)
registerApp in interface IServiceRegistrationpublic boolean registerBundle(String serviceId, String bundleId, String bundleVersion)
registerBundle in interface IServiceRegistrationCopyright © 2018 universAAL Consortium. All rights reserved.