Uses of Interface
org.apache.felix.scr.impl.helper.ComponentMethod
-
Packages that use ComponentMethod Package Description org.apache.felix.scr.impl.helper org.apache.felix.scr.impl.inject -
-
Uses of ComponentMethod in org.apache.felix.scr.impl.helper
Methods in org.apache.felix.scr.impl.helper that return ComponentMethod Modifier and Type Method Description ComponentMethod
ComponentMethods. getActivateMethod()
ComponentMethod
ComponentMethods. getDeactivateMethod()
ComponentMethod
ComponentMethods. getModifiedMethod()
-
Uses of ComponentMethod in org.apache.felix.scr.impl.inject
Classes in org.apache.felix.scr.impl.inject that implement ComponentMethod Modifier and Type Class Description class
ActivateMethod
class
DeactivateMethod
class
ModifiedMethod
Methods in org.apache.felix.scr.impl.inject that return ComponentMethod Modifier and Type Method Description ComponentMethod
ComponentMethodsImpl. getActivateMethod()
ComponentMethod
ComponentMethodsImpl. getDeactivateMethod()
ComponentMethod
ComponentMethodsImpl. getModifiedMethod()
-