org.universAAL.middleware.connectors
Interface DeployConnector

Package class diagram package DeployConnector
All Superinterfaces:
Connector
All Known Implementing Classes:
KarafDeployConnector

public interface DeployConnector
extends Connector

Interface for the deploy connectors.

Version:
$LastChangedRevision$ ( $LastChangedDate$ )
Author:
Michele Girolami, Francesco Furfari, Stefano Lenzi

Method Summary
 void installPart(File applicationPart, UAPPCard card)
          This method allows to install a part on the running container
 void uninstallPart(UAPPCard card)
          This method allows to uninstall a part on the running container
 
Methods inherited from interface org.universAAL.middleware.connectors.Connector
dispose, getDescription, getName, getProvider, getVersion, init, loadConfigurations
 

Method Detail

installPart

void installPart(File applicationPart,
                 UAPPCard card)
This method allows to install a part on the running container

Parameters:
serializedPart - The part to be installed
card - The reference information of the part of the application within a service to install

uninstallPart

void uninstallPart(UAPPCard card)
This method allows to uninstall a part on the running container

Parameters:
card - The reference information of the part of the application within a service to install


Copyright © 2014 universAAL Consortium. All Rights Reserved.