
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 Connectorpublic String getProvider()
getProvider in interface Connectorpublic String getVersion()
getVersion in interface Connectorpublic void loadConfigurations(Dictionary configurations)
ConnectorloadConfigurations in interface Connectorpublic void sharedObjectAdded(Object service, Object arg1)
sharedObjectAdded in interface SharedObjectListenerpublic void sharedObjectRemoved(Object service)
sharedObjectRemoved in interface SharedObjectListenerpublic void installPart(File zipfile, UAPPCard card)
DeployConnectorinstallPart in interface DeployConnectorcard - 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)
DeployConnectoruninstallPart in interface DeployConnectorcard - The reference information of the part of the application
within a service to installCopyright © 2018 universAAL Consortium. All rights reserved.