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 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.internal
Classes in org.apache.felix.scr.impl.inject.internal that implement ReferenceMethodModifier and TypeClassDescriptionprivate static final class
Fields in org.apache.felix.scr.impl.inject.internal declared as ReferenceMethodModifier and TypeFieldDescriptionprivate final ReferenceMethod
DuplexReferenceMethods.bind
private final ReferenceMethod[]
DuplexReferenceMethods.DuplexReferenceMethod.methods
private final ReferenceMethod
DuplexReferenceMethods.unbind
private final ReferenceMethod
DuplexReferenceMethods.updated
Methods in org.apache.felix.scr.impl.inject.internal that return ReferenceMethodModifier and TypeMethodDescriptionDuplexReferenceMethods.getBind()
DuplexReferenceMethods.getUnbind()
DuplexReferenceMethods.getUpdated()
Constructors in org.apache.felix.scr.impl.inject.internal with parameters of type ReferenceMethod -
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, 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)