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
Classes in org.apache.felix.scr.impl.inject that implement ReferenceMethodModifier and TypeClassDescriptionprivate static final class
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethodModifier and TypeFieldDescriptionprivate final ReferenceMethod
DuplexReferenceMethods.bind
private final ReferenceMethod[]
DuplexReferenceMethods.DuplexReferenceMethod.methods
static final ReferenceMethod
ReferenceMethod.NOPReferenceMethod
A NOP implementation.private final ReferenceMethod
DuplexReferenceMethods.unbind
private final ReferenceMethod
DuplexReferenceMethods.updated
Methods in org.apache.felix.scr.impl.inject that return ReferenceMethodModifier and TypeMethodDescriptionDuplexReferenceMethods.getBind()
ReferenceMethods.getBind()
Get the method to bind a service.DuplexReferenceMethods.getUnbind()
ReferenceMethods.getUnbind()
Get the method to unbind a service.DuplexReferenceMethods.getUpdated()
ReferenceMethods.getUpdated()
Get the method to update a service.Constructors in org.apache.felix.scr.impl.inject with parameters of type ReferenceMethod -
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject.field
Classes in org.apache.felix.scr.impl.inject.field that implement ReferenceMethodFields in org.apache.felix.scr.impl.inject.field declared as ReferenceMethodModifier and TypeFieldDescriptionprivate final ReferenceMethod
FieldMethods.bind
private final ReferenceMethod
FieldMethods.unbind
private final ReferenceMethod
FieldMethods.updated
Methods 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.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.Fields in org.apache.felix.scr.impl.inject.methods declared as ReferenceMethodModifier and TypeFieldDescriptionprivate final ReferenceMethod
BindMethods.m_bind
private final ReferenceMethod
BindMethods.m_unbind
private final ReferenceMethod
BindMethods.m_updated
Methods in org.apache.felix.scr.impl.inject.methods that return ReferenceMethodModifier and TypeMethodDescriptionBindMethods.getBind()
BindMethods.getUnbind()
BindMethods.getUpdated()
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager with parameters of type ReferenceMethodModifier and TypeMethodDescription(package private) boolean
DependencyManager.bindDependency
(ComponentContextImpl<S> componentContext, ReferenceMethod bindMethod, DependencyManager.OpenStatus<S, T> status) private boolean
DependencyManager.doInvokeBindMethod
(ComponentContextImpl<S> componentContext, ReferenceMethod bindMethod, RefPair<S, T> refPair, int trackingCount) (package private) boolean
DependencyManager.getServiceObject
(ComponentContextImpl<S> key, ReferenceMethod bindMethod, RefPair<S, T> refPair)