| Modifier and Type | Method and Description | 
|---|---|
void | 
ControlBroker.notifyRequestToInstallPart(UAPPCard mpaCard,
                          String partID,
                          UAPPPartStatus partStatus)  | 
void | 
ControlBroker.requestToInstallPart(byte[] partAsZip,
                    PeerCard target,
                    UAPPCard card)
This method allows to request the installation of an uApp part to a
 target node 
 | 
void | 
ControlBroker.requestToUninstallPart(PeerCard target,
                      UAPPCard card)
This method allows to request the installation of an uApp part to a
 target node 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UAPPCard | 
DeployPayload.getuappCard()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployPayload.setuappCard(UAPPCard mpaCard)  | 
| Constructor and Description | 
|---|
DeployNotificationPayload(byte[] part,
                         UAPPCard mpaCard,
                         String partID,
                         UAPPPartStatus mpaPartStatus)  | 
DeployPayload(byte[] part,
             UAPPCard mpaCard)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployConnector.installPart(File applicationPart,
           UAPPCard card)
This method allows to install a part on the running container 
 | 
void | 
DeployConnector.uninstallPart(UAPPCard card)
This method allows to uninstall a part on the running container 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KarafDeployConnector.installPart(File zipfile,
           UAPPCard card)  | 
UAPPPartStatus | 
KarafDeployConnector.m_installPart(File zipfile,
             UAPPCard card)  | 
void | 
KarafDeployConnector.uninstallPart(UAPPCard card)  | 
| Modifier and Type | Field and Description | 
|---|---|
UAPPCard | 
UAPPStatus.mpaCard  | 
| Modifier and Type | Method and Description | 
|---|---|
UAPPCard | 
UAPPStatus.getMpaCard()  | 
| Constructor and Description | 
|---|
UAPPStatus(UAPPCard mpaCard)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployManagerEventHandler.installationPartNotification(UAPPCard uappCard,
                            String partID,
                            PeerCard peer,
                            UAPPPartStatus partStatus)
Method called back in order to notifiy the result of a request to install 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployManagerImpl.installationPartNotification(UAPPCard card,
                            String partID,
                            PeerCard peer,
                            UAPPPartStatus status)  | 
Copyright © 2018 universAAL Consortium. All rights reserved.