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 ReferenceMethod
ReferenceMethod. NOPReferenceMethod
A NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
DuplexReferenceMethods. getBind()
ReferenceMethod
ReferenceMethods. getBind()
Get the method to bind a service.ReferenceMethod
DuplexReferenceMethods. getUnbind()
ReferenceMethod
ReferenceMethods. getUnbind()
Get the method to unbind a service.ReferenceMethod
DuplexReferenceMethods. getUpdated()
ReferenceMethod
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 ReferenceMethod Modifier and Type Class Description static class
FieldHandler.ReferenceMethodImpl
Methods in org.apache.felix.scr.impl.inject.field that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
FieldHandler. getBind()
ReferenceMethod
FieldMethods. getBind()
ReferenceMethod
FieldHandler. getUnbind()
ReferenceMethod
FieldMethods. getUnbind()
ReferenceMethod
FieldHandler. getUpdated()
ReferenceMethod
FieldMethods. 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 class
BindMethod
Component method to be invoked on service (un)binding.class
UnbindMethod
Component method to be invoked on service unbinding.class
UpdatedMethod
Component 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 ReferenceMethod
BindMethods. getBind()
ReferenceMethod
BindMethods. getUnbind()
ReferenceMethod
BindMethods. getUpdated()
-