public interface DeployModule extends Module
Modifier and Type | Method and Description |
---|---|
void |
installPart(String serializedPart)
This method delegates to the right DeployConnector the installation of a
multipart application
|
void |
uninstallPart(String serializedPart)
This method delegates to the right DeployConnector the uninstallation of
a multipart application
|
dispose, getDescription, getName, getProvider, getVersion, init, loadConfigurations
void installPart(String serializedPart)
serializedPart
- the string serialization of the application part. An object
representation can be obtained by using the unmarshallervoid uninstallPart(String serializedPart)
serializedPart
- the string serialization of the application part. An object
representation can be obtained by using the unmarshallerCopyright © 2018 universAAL Consortium. All rights reserved.