Uses of Interface
org.apache.felix.scr.impl.helper.ReferenceMethod
-
Packages that use ReferenceMethod Package Description org.apache.felix.scr.impl.helper org.apache.felix.scr.impl.inject -
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.helper
Methods in org.apache.felix.scr.impl.helper that return ReferenceMethod Modifier and Type Method Description ReferenceMethodReferenceMethods. getBind()Never returnsnull.ReferenceMethodReferenceMethods. getUnbind()Never returnsnull.ReferenceMethodReferenceMethods. getUpdated()Never returnsnull. -
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject
Classes in org.apache.felix.scr.impl.inject that implement ReferenceMethod Modifier and Type Class Description classBindMethodComponent method to be invoked on service (un)binding.static classFieldHandler.ReferenceMethodImplclassUnbindMethodComponent method to be invoked on service unbinding.classUpdatedMethodComponent method to be invoked on service property update of a bound service.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethod Modifier and Type Method Description ReferenceMethodBindMethods. getBind()ReferenceMethodDuplexReferenceMethods. getBind()ReferenceMethodFieldHandler. getBind()ReferenceMethodFieldMethods. getBind()ReferenceMethodBindMethods. getUnbind()ReferenceMethodDuplexReferenceMethods. getUnbind()ReferenceMethodFieldHandler. getUnbind()ReferenceMethodFieldMethods. getUnbind()ReferenceMethodBindMethods. getUpdated()ReferenceMethodDuplexReferenceMethods. getUpdated()ReferenceMethodFieldHandler. getUpdated()ReferenceMethodFieldMethods. getUpdated()
-