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 ReferenceMethodReferenceMethod.NOPReferenceMethodA 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 ReferenceMethodFieldMethods.bindprivate final ReferenceMethodFieldMethods.unbindprivate final ReferenceMethodFieldMethods.updatedMethods 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 classFields in org.apache.felix.scr.impl.inject.internal declared as ReferenceMethodModifier and TypeFieldDescriptionprivate final ReferenceMethodDuplexReferenceMethods.bindprivate final ReferenceMethod[]DuplexReferenceMethods.DuplexReferenceMethod.methodsprivate final ReferenceMethodDuplexReferenceMethods.unbindprivate final ReferenceMethodDuplexReferenceMethods.updatedMethods 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 TypeClassDescriptionclassComponent method to be invoked on service (un)binding.classComponent method to be invoked on service unbinding.classComponent 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 ReferenceMethodBindMethods.m_bindprivate final ReferenceMethodBindMethods.m_unbindprivate final ReferenceMethodBindMethods.m_updatedMethods 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) booleanDependencyManager.bindDependency(ComponentContextImpl<S> componentContext, ReferenceMethod bindMethod, OpenStatus<S, T> status) private booleanDependencyManager.doInvokeBindMethod(ComponentContextImpl<S> componentContext, ReferenceMethod bindMethod, RefPair<S, T> refPair, int trackingCount) (package private) booleanDependencyManager.getServiceObject(ComponentContextImpl<S> key, ReferenceMethod bindMethod, RefPair<S, T> refPair)