org.universAAL.middleware.modules
Interface DeployModule

Package class diagram package DeployModule
All Superinterfaces:
Module

public interface DeployModule
extends Module

The interface for the deploy module

Author:
Michele Girolami, Francesco Furfari

Method Summary
 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
 
Methods inherited from interface org.universAAL.middleware.modules.Module
dispose, getDescription, getName, getProvider, getVersion, init, loadConfigurations
 

Method Detail

installPart

void installPart(String serializedPart)
This method delegates to the right DeployConnector the installation of a multipart application

Parameters:
serializedPart - the string serialization of the application part. An object representation can be obtained by using the unmarshaller

uninstallPart

void uninstallPart(String serializedPart)
This method delegates to the right DeployConnector the uninstallation of a multipart application

Parameters:
serializedPart - the string serialization of the application part. An object representation can be obtained by using the unmarshaller


Copyright © 2014 universAAL Consortium. All Rights Reserved.