Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethod
-
Packages that use ReferenceMethod Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.field org.apache.felix.scr.impl.inject.methods org.apache.felix.scr.impl.manager -
-
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 private static classDuplexReferenceMethods.DuplexReferenceMethodFields in org.apache.felix.scr.impl.inject declared as ReferenceMethod Modifier and Type Field Description private ReferenceMethodDuplexReferenceMethods. bindprivate ReferenceMethod[]DuplexReferenceMethods.DuplexReferenceMethod. methodsstatic ReferenceMethodReferenceMethod. NOPReferenceMethodA NOP implementation.private ReferenceMethodDuplexReferenceMethods. unbindprivate ReferenceMethodDuplexReferenceMethods. updatedMethods in org.apache.felix.scr.impl.inject that return ReferenceMethod Modifier and Type Method Description ReferenceMethodDuplexReferenceMethods. getBind()ReferenceMethodReferenceMethods. getBind()Get the method to bind a service.ReferenceMethodDuplexReferenceMethods. getUnbind()ReferenceMethodReferenceMethods. getUnbind()Get the method to unbind a service.ReferenceMethodDuplexReferenceMethods. getUpdated()ReferenceMethodReferenceMethods. getUpdated()Get the method to update a service.Constructors in org.apache.felix.scr.impl.inject with parameters of type ReferenceMethod Constructor Description DuplexReferenceMethod(ReferenceMethod[] methods) -
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject.field
Classes in org.apache.felix.scr.impl.inject.field that implement ReferenceMethod Modifier and Type Class Description static classFieldHandler.ReferenceMethodImplFields in org.apache.felix.scr.impl.inject.field declared as ReferenceMethod Modifier and Type Field Description private ReferenceMethodFieldMethods. bindprivate ReferenceMethodFieldMethods. unbindprivate ReferenceMethodFieldMethods. updatedMethods in org.apache.felix.scr.impl.inject.field that return ReferenceMethod Modifier and Type Method Description ReferenceMethodFieldHandler. getBind()ReferenceMethodFieldMethods. getBind()ReferenceMethodFieldHandler. getUnbind()ReferenceMethodFieldMethods. getUnbind()ReferenceMethodFieldHandler. getUpdated()ReferenceMethodFieldMethods. getUpdated() -
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject.methods
Classes in org.apache.felix.scr.impl.inject.methods that implement ReferenceMethod Modifier and Type Class Description classBindMethodComponent method to be invoked on service (un)binding.classUnbindMethodComponent method to be invoked on service unbinding.classUpdatedMethodComponent method to be invoked on service property update of a bound service.Fields in org.apache.felix.scr.impl.inject.methods declared as ReferenceMethod Modifier and Type Field Description private ReferenceMethodBindMethods. m_bindprivate ReferenceMethodBindMethods. m_unbindprivate ReferenceMethodBindMethods. m_updatedMethods in org.apache.felix.scr.impl.inject.methods that return ReferenceMethod Modifier and Type Method Description ReferenceMethodBindMethods. getBind()ReferenceMethodBindMethods. getUnbind()ReferenceMethodBindMethods. getUpdated() -
Uses of ReferenceMethod in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager with parameters of type ReferenceMethod Modifier and Type Method Description (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)
-