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 ReferenceMethod
ReferenceMethods. getBind()
Never returnsnull
.ReferenceMethod
ReferenceMethods. getUnbind()
Never returnsnull
.ReferenceMethod
ReferenceMethods. 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 class
BindMethod
Component method to be invoked on service (un)binding.static class
FieldHandler.ReferenceMethodImpl
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 that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
BindMethods. getBind()
ReferenceMethod
DuplexReferenceMethods. getBind()
ReferenceMethod
FieldHandler. getBind()
ReferenceMethod
FieldMethods. getBind()
ReferenceMethod
BindMethods. getUnbind()
ReferenceMethod
DuplexReferenceMethods. getUnbind()
ReferenceMethod
FieldHandler. getUnbind()
ReferenceMethod
FieldMethods. getUnbind()
ReferenceMethod
BindMethods. getUpdated()
ReferenceMethod
DuplexReferenceMethods. getUpdated()
ReferenceMethod
FieldHandler. getUpdated()
ReferenceMethod
FieldMethods. getUpdated()
-