|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyWeavingController
Services of this interface are used by the ProxyManager's weaving implementation to decide if a specific bundle should be subject to weaving.
If multiple ProxyWeavingController are registered all will be consulted to decide whether to weave or not. As soon as one service says to weave a class then it will be woven and following services may not be consulted.
Method Summary | |
---|---|
boolean |
shouldWeave(org.osgi.framework.hooks.weaving.WovenClass classToWeave,
WeavingHelper helper)
Returns true if the class should be subject to proxy weaving. |
Method Detail |
---|
boolean shouldWeave(org.osgi.framework.hooks.weaving.WovenClass classToWeave, WeavingHelper helper)
classToWeave
- the class that is a candidate to be weaved.helper
- a helper calss to allow the implementation to make intelligent weaving decisions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |