Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethod
-
Packages that use ReferenceMethod Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.field org.apache.felix.scr.impl.inject.methods -
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethod Modifier and Type Field Description static ReferenceMethodReferenceMethod. NOPReferenceMethodA NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethod Modifier and Type Method Description ReferenceMethodDuplexReferenceMethods. getBind()ReferenceMethodReferenceMethods. getBind()Get the method to bind a service.ReferenceMethodDuplexReferenceMethods. getUnbind()ReferenceMethodReferenceMethods. getUnbind()Get the method to unbind a service.ReferenceMethodDuplexReferenceMethods. getUpdated()ReferenceMethodReferenceMethods. getUpdated()Get the method to update a service. -
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject.field
Classes in org.apache.felix.scr.impl.inject.field that implement ReferenceMethod Modifier and Type Class Description static classFieldHandler.ReferenceMethodImplMethods in org.apache.felix.scr.impl.inject.field that return ReferenceMethod Modifier and Type Method Description ReferenceMethodFieldHandler. getBind()ReferenceMethodFieldMethods. getBind()ReferenceMethodFieldHandler. getUnbind()ReferenceMethodFieldMethods. getUnbind()ReferenceMethodFieldHandler. getUpdated()ReferenceMethodFieldMethods. getUpdated() -
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject.methods
Classes in org.apache.felix.scr.impl.inject.methods that implement ReferenceMethod Modifier and Type Class Description classBindMethodComponent method to be invoked on service (un)binding.classUnbindMethodComponent 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.methods that return ReferenceMethod Modifier and Type Method Description ReferenceMethodBindMethods. getBind()ReferenceMethodBindMethods. getUnbind()ReferenceMethodBindMethods. getUpdated()
-