|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WeavingHelper
This provides helper methods to allow a ProxyWeavingController to make sensible decisions without needing to know how the ProxyManager has implemented the weaving support.
Method Summary | |
---|---|
boolean |
isSuperClassWoven(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
Tests to see if the super class of the provided WovenClass has been woven to support proxying. |
boolean |
isWoven(Class<?> c)
Tests to see if the provided class has been woven for proxying. |
Method Detail |
---|
boolean isWoven(Class<?> c)
c
- the class to test
boolean isSuperClassWoven(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
wovenClass
- the class whose parent should be tested.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |