Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethods
-
-
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethods Modifier and Type Field Description static ReferenceMethodsReferenceMethods. NOPReferenceMethodThis is a NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethods Modifier and Type Method Description ReferenceMethodsComponentMethods. getBindMethods(java.lang.String refName) -
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject.field
Classes in org.apache.felix.scr.impl.inject.field that implement ReferenceMethods Modifier and Type Class Description classFieldMethodsFieldMethods provides implementations for bind/unbind/updated which handle manipulation of fields. -
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject.internal
Classes in org.apache.felix.scr.impl.inject.internal that implement ReferenceMethods Modifier and Type Class Description classDuplexReferenceMethodsFields in org.apache.felix.scr.impl.inject.internal with type parameters of type ReferenceMethods Modifier and Type Field Description private java.util.Map<java.lang.String,ReferenceMethods>ComponentMethodsImpl. bindMethodMapMethods in org.apache.felix.scr.impl.inject.internal that return ReferenceMethods Modifier and Type Method Description ReferenceMethodsComponentMethodsImpl. getBindMethods(java.lang.String refName)Constructor parameters in org.apache.felix.scr.impl.inject.internal with type arguments of type ReferenceMethods Constructor Description DuplexReferenceMethods(java.util.List<ReferenceMethods> methods) -
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject.methods
Classes in org.apache.felix.scr.impl.inject.methods that implement ReferenceMethods Modifier and Type Class Description classBindMethods -
Uses of ReferenceMethods in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager declared as ReferenceMethods Modifier and Type Field Description private ReferenceMethodsDependencyManager. m_bindMethodsMethods in org.apache.felix.scr.impl.manager with parameters of type ReferenceMethods Modifier and Type Method Description (package private) voidDependencyManager. initBindingMethods(ReferenceMethods bindMethods)Initialize binding methods.
-