public class KarafDeployConnector extends Object implements DeployConnector, SharedObjectListener
Constructor and Description |
---|
KarafDeployConnector(ModuleContext context) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
String |
getDescription() |
String |
getName() |
String |
getProvider() |
String |
getVersion() |
boolean |
init() |
void |
installPart(File zipfile,
UAPPCard card)
This method allows to install a part on the running container
|
void |
loadConfigurations(Dictionary configurations)
This method allows the connector to obtain all the required
configurations
|
UAPPPartStatus |
m_installPart(File zipfile,
UAPPCard card) |
void |
sharedObjectAdded(Object service,
Object arg1) |
void |
sharedObjectRemoved(Object service) |
void |
uninstallPart(UAPPCard card)
This method allows to uninstall a part on the running container
|
public KarafDeployConnector(ModuleContext context)
public String getDescription()
getDescription
in interface Connector
public String getProvider()
getProvider
in interface Connector
public String getVersion()
getVersion
in interface Connector
public void loadConfigurations(Dictionary configurations)
Connector
loadConfigurations
in interface Connector
public void sharedObjectAdded(Object service, Object arg1)
sharedObjectAdded
in interface SharedObjectListener
public void sharedObjectRemoved(Object service)
sharedObjectRemoved
in interface SharedObjectListener
public void installPart(File zipfile, UAPPCard card)
DeployConnector
installPart
in interface DeployConnector
card
- The reference information of the part of the application
within a service to installpublic UAPPPartStatus m_installPart(File zipfile, UAPPCard card)
public void uninstallPart(UAPPCard card)
DeployConnector
uninstallPart
in interface DeployConnector
card
- The reference information of the part of the application
within a service to installCopyright © 2018 universAAL Consortium. All rights reserved.