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 classFields in org.apache.felix.scr.impl.inject declared as ReferenceMethodModifier and TypeFieldDescriptionprivate final ReferenceMethodDuplexReferenceMethods.bindprivate final ReferenceMethod[]DuplexReferenceMethods.DuplexReferenceMethod.methodsstatic final ReferenceMethodReferenceMethod.NOPReferenceMethodA NOP implementation.private final ReferenceMethodDuplexReferenceMethods.unbindprivate final ReferenceMethodDuplexReferenceMethods.updatedMethods 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 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.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, DependencyManager.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)