Cluster mgr to remove caches when container is destroyed 13/613/1
authorAlessandro Boch <aboch@cisco.com>
Thu, 18 Jul 2013 19:47:56 +0000 (12:47 -0700)
committerAlessandro Boch <aboch@cisco.com>
Thu, 18 Jul 2013 19:47:56 +0000 (12:47 -0700)
commit4e06c6354cac421b1fd74a00a22df9afffc5e494
treec67ff2d3149c74ccf439fde19c23b32d232e7bc8
parentbcb16d1f4b1b1f2ac28553edb0aafc5ca770eff1
Cluster mgr to remove caches when container is destroyed

DESCRIPTION: When a container is destroyed, cluster manager should clear all the caches
that were allocated in that container.

CHANGE: Have cluster mgr implement IContainerAware and cleanup the caches
on the container destroy notification

Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/clustering/services_implementation/src/main/java/org/opendaylight/controller/clustering/services_implementation/internal/Activator.java
opendaylight/clustering/services_implementation/src/main/java/org/opendaylight/controller/clustering/services_implementation/internal/ClusterManager.java