Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethods
-
Packages that use ReferenceMethods 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 ReferenceMethods in org.apache.felix.scr.impl.inject
Classes in org.apache.felix.scr.impl.inject that implement ReferenceMethods Modifier and Type Class Description classDuplexReferenceMethodsFields in org.apache.felix.scr.impl.inject declared as ReferenceMethods Modifier and Type Field Description static ReferenceMethodsReferenceMethods. NOPReferenceMethodThis is a NOP implementation.Fields in org.apache.felix.scr.impl.inject 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 that return ReferenceMethods Modifier and Type Method Description ReferenceMethodsComponentMethods. getBindMethods(java.lang.String refName)ReferenceMethodsComponentMethodsImpl. getBindMethods(java.lang.String refName)Constructor parameters in org.apache.felix.scr.impl.inject with type arguments of type ReferenceMethods Constructor Description DuplexReferenceMethods(java.util.List<ReferenceMethods> methods) -
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.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.
-