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)
DeployManagerService
install
in interface DeployManagerService
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStorepublic void update(String sessionKey, String serviceId, String serviceLink)
DeployManagerService
update
in interface DeployManagerService
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStorepublic void uninstall(String sessionKey, String serviceId)
DeployManagerService
uninstall
in interface DeployManagerService
sessionKey
- : 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)
DeployManagerService
getInstalledServices
in interface DeployManagerService
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStorepublic String getInstalledUnitsForService(String sessionKey, String serviceId)
DeployManagerService
getInstalledUnitsForService
in interface DeployManagerService
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStorepublic String getSpaceProfile()
DeployManagerService
getSpaceProfile
in interface DeployManagerService
public String getUserProfile(String sessionKey)
getUserProfile
in interface DeployManagerService
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStorepublic String getSessionKey(String userName, String password)
getSessionKey
in interface DeployManagerService
Copyright © 2018 universAAL Consortium. All rights reserved.