Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethod
-
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethod Modifier and Type Field Description static ReferenceMethodReferenceMethod. NOPReferenceMethodA NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethod Modifier and Type Method Description ReferenceMethodReferenceMethods. getBind()Get the method to bind a service.ReferenceMethodReferenceMethods. getUnbind()Get the method to unbind a service.ReferenceMethodReferenceMethods. 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 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.internal
Classes in org.apache.felix.scr.impl.inject.internal that implement ReferenceMethod Modifier and Type Class Description private static classDuplexReferenceMethods.DuplexReferenceMethodFields in org.apache.felix.scr.impl.inject.internal declared as ReferenceMethod Modifier and Type Field Description private ReferenceMethodDuplexReferenceMethods. bindprivate ReferenceMethod[]DuplexReferenceMethods.DuplexReferenceMethod. methodsprivate ReferenceMethodDuplexReferenceMethods. unbindprivate ReferenceMethodDuplexReferenceMethods. updatedMethods in org.apache.felix.scr.impl.inject.internal that return ReferenceMethod Modifier and Type Method Description ReferenceMethodDuplexReferenceMethods. getBind()ReferenceMethodDuplexReferenceMethods. getUnbind()ReferenceMethodDuplexReferenceMethods. getUpdated()Constructors in org.apache.felix.scr.impl.inject.internal with parameters of type ReferenceMethod Constructor Description DuplexReferenceMethod(ReferenceMethod[] methods) -
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, 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)
-