public interface NamespaceBundleOwnershipListener extends Predicate<NamespaceBundle>
NamespaceBundle ownership changes| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(NamespaceBundle bundle)
Will be call after a
NamespaceBundle owned by broker |
void |
unLoad(NamespaceBundle bundle)
Will be call after a
NamespaceBundle unloaded from broker |
void onLoad(NamespaceBundle bundle)
NamespaceBundle owned by brokerbundle - owned bundlevoid unLoad(NamespaceBundle bundle)
NamespaceBundle unloaded from brokerbundle - owned bundleCopyright © 2017–2021 Apache Software Foundation. All rights reserved.