
public class DeployManagerServiceImpl extends Object implements DeployManagerService
| Constructor and Description |
|---|
DeployManagerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstalledServices(String sessionKey)
get all installed services
|
String |
getInstalledUnitsForService(String sessionKey,
String serviceId)
get the installed application units for a service
|
String |
getSessionKey(String userName,
String password) |
String |
getSpaceProfile()
get the space profile
|
String |
getUserProfile(String sessionKey) |
void |
install(String sessionKey,
String serviceId,
String serviceLink)
install a service as specified in the .usrv file
|
void |
uninstall(String sessionKey,
String serviceId)
uninstall a service
|
void |
update(String arg0,
String arg1) |
void |
update(String sessionKey,
String serviceId,
String serviceLink)
update a service as specified in the .usrv file
|
public void install(String sessionKey, String serviceId, String serviceLink)
DeployManagerServiceinstall in interface DeployManagerServicesessionKey - : the sessionKey for the interaction obtained when uCC
registers with uStorepublic void update(String sessionKey, String serviceId, String serviceLink)
DeployManagerServiceupdate in interface DeployManagerServicesessionKey - : the sessionKey for the interaction obtained when uCC
registers with uStorepublic void uninstall(String sessionKey, String serviceId)
DeployManagerServiceuninstall in interface DeployManagerServicesessionKey - : the sessionKey for the interaction obtained when uCC
registers with uStoreserviceId - : the uStore service id for the service to be uninstalledpublic String getInstalledServices(String sessionKey)
DeployManagerServicegetInstalledServices in interface DeployManagerServicesessionKey - : the sessionKey for the interaction obtained when uCC
registers with uStorepublic String getInstalledUnitsForService(String sessionKey, String serviceId)
DeployManagerServicegetInstalledUnitsForService in interface DeployManagerServicesessionKey - : the sessionKey for the interaction obtained when uCC
registers with uStorepublic String getSpaceProfile()
DeployManagerServicegetSpaceProfile in interface DeployManagerServicepublic String getUserProfile(String sessionKey)
getUserProfile in interface DeployManagerServicesessionKey - : the sessionKey for the interaction obtained when uCC
registers with uStorepublic String getSessionKey(String userName, String password)
getSessionKey in interface DeployManagerServiceCopyright © 2018 universAAL Consortium. All rights reserved.