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 ReferenceMethods
ReferenceMethods. NOPReferenceMethod
This is a NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethods Modifier and Type Method Description ReferenceMethods
ComponentMethods. 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 class
FieldMethods
FieldMethods 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 class
DuplexReferenceMethods
Fields 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. bindMethodMap
Methods in org.apache.felix.scr.impl.inject.internal that return ReferenceMethods Modifier and Type Method Description ReferenceMethods
ComponentMethodsImpl. 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 class
BindMethods
-
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 ReferenceMethods
DependencyManager. m_bindMethods
Methods in org.apache.felix.scr.impl.manager with parameters of type ReferenceMethods Modifier and Type Method Description (package private) void
DependencyManager. initBindingMethods(ReferenceMethods bindMethods)
Initialize binding methods.
-