Uses of Interface
org.apache.unomi.lifecycle.BundleWatcher
-
Packages that use BundleWatcher Package Description org.apache.unomi.healthcheck.provider org.apache.unomi.lifecycle org.apache.unomi.privacy.internal -
-
Uses of BundleWatcher in org.apache.unomi.healthcheck.provider
Methods in org.apache.unomi.healthcheck.provider with parameters of type BundleWatcher Modifier and Type Method Description void
UnomiBundlesHealthCheckProvider. bind(BundleWatcher service)
void
UnomiBundlesHealthCheckProvider. unbind(BundleWatcher service)
-
Uses of BundleWatcher in org.apache.unomi.lifecycle
Classes in org.apache.unomi.lifecycle that implement BundleWatcher Modifier and Type Class Description class
BundleWatcherImpl
This class listens to the global Apache Unomi bundle lifecycle, to provide statistics and state of the overall system. -
Uses of BundleWatcher in org.apache.unomi.privacy.internal
Methods in org.apache.unomi.privacy.internal with parameters of type BundleWatcher Modifier and Type Method Description void
PrivacyServiceImpl. setBundleWatcher(BundleWatcher bundleWatcher)
-