Bundle deactivation
authorMarkus Jung <markus.jung@samsung.com>
Tue, 7 Jul 2015 11:04:39 +0000 (20:04 +0900)
committerUze Choi <uzchoi@samsung.com>
Wed, 8 Jul 2015 05:37:57 +0000 (05:37 +0000)
commita1b4ddd256afbfcf64fac98211b4e55456263ae9
tree52d5aa39a72eb0246e6d112184357719005b17f7
parent02556bdba37caca8b022a7d8d1f2bde6a676b75e
Bundle deactivation

Implemented bundle deactivation which includes the removal of registered resources.
Modified ContainerTest to load, start and stop different bundles and test the
bundle activation/deactviation.

Change-Id: I5149851278aa457bee5f86c039f8f3a8320b8652
Signed-off-by: Markus Jung <markus.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1568
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-manipulation/modules/resourceContainer/bundle-java-api/src/main/java/org/iotivity/resourcecontainer/bundle/api/BaseActivator.java
service/resource-manipulation/modules/resourceContainer/examples/HueJavaSampleBundle/hue/src/main/java/org/iotivity/bundle/hue/HueBundleActivator.java
service/resource-manipulation/modules/resourceContainer/examples/HueSampleBundle/src/HueSampleBundleActivator.cpp
service/resource-manipulation/modules/resourceContainer/include/internal/org_iotivity_resourcecontainer_bundle_api_BaseActivator.h
service/resource-manipulation/modules/resourceContainer/src/BaseActivator.cpp
service/resource-manipulation/modules/resourceContainer/src/ContainerTest.cpp
service/resource-manipulation/modules/resourceContainer/src/ResourceContainerImpl.cpp