Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethod
Packages that use ReferenceMethod
Package
Description
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethodModifier and TypeFieldDescriptionstatic final ReferenceMethod
ReferenceMethod.NOPReferenceMethod
A NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethodModifier and TypeMethodDescriptionReferenceMethods.getBind()
Get the method to bind a service.ReferenceMethods.getUnbind()
Get the method to unbind a service.ReferenceMethods.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 ReferenceMethodMethods in org.apache.felix.scr.impl.inject.field that return ReferenceMethodModifier and TypeMethodDescriptionFieldHandler.getBind()
FieldMethods.getBind()
FieldHandler.getUnbind()
FieldMethods.getUnbind()
FieldHandler.getUpdated()
FieldMethods.getUpdated()
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject.internal
Methods in org.apache.felix.scr.impl.inject.internal that return ReferenceMethodModifier and TypeMethodDescriptionDuplexReferenceMethods.getBind()
DuplexReferenceMethods.getUnbind()
DuplexReferenceMethods.getUpdated()
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject.methods
Classes in org.apache.felix.scr.impl.inject.methods that implement ReferenceMethodModifier and TypeClassDescriptionclass
Component method to be invoked on service (un)binding.class
Component method to be invoked on service unbinding.class
Component method to be invoked on service property update of a bound service.Methods in org.apache.felix.scr.impl.inject.methods that return ReferenceMethodModifier and TypeMethodDescriptionBindMethods.getBind()
BindMethods.getUnbind()
BindMethods.getUpdated()