Uses of Interface
org.osgi.framework.hooks.weaving.WovenClass
-
Packages that use WovenClass Package Description org.apache.felix.framework org.apache.felix.framework.util org.osgi.framework.hooks.weaving Framework Weaving Hooks Package Version 1.1. -
-
Uses of WovenClass in org.apache.felix.framework
Classes in org.apache.felix.framework that implement WovenClass Modifier and Type Class Description (package private) classWovenClassImplMethods in org.apache.felix.framework with parameters of type WovenClass Modifier and Type Method Description protected voidBundleWiringImpl.BundleClassLoader. callWovenClassListeners(Felix felix, java.util.Set<ServiceReference<WovenClassListener>> wovenClassListeners, WovenClass wovenClass) -
Uses of WovenClass in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type WovenClass Modifier and Type Method Description voidSecureAction. invokeWeavingHook(WeavingHook wh, WovenClass wc)voidSecureAction. invokeWovenClassListener(WovenClassListener wcl, WovenClass wc) -
Uses of WovenClass in org.osgi.framework.hooks.weaving
Methods in org.osgi.framework.hooks.weaving with parameters of type WovenClass Modifier and Type Method Description voidWovenClassListener. modified(WovenClass wovenClass)Receives notification that awoven classhas completed a state transition.voidWeavingHook. weave(WovenClass wovenClass)Weaving hook method.
-