Uses of Interface
org.apache.felix.scr.impl.helper.ReferenceMethods
-
Packages that use ReferenceMethods Package Description org.apache.felix.scr.impl.helper org.apache.felix.scr.impl.inject -
-
Uses of ReferenceMethods in org.apache.felix.scr.impl.helper
Methods in org.apache.felix.scr.impl.helper that return ReferenceMethods Modifier and Type Method Description ReferenceMethods
ComponentMethods. getBindMethods(String refName)
-
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 class
BindMethods
class
DuplexReferenceMethods
class
FieldMethods
FieldMethods provides implementations for bind/unbind/updated which handle manipulation of fields.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethods Modifier and Type Method Description ReferenceMethods
ComponentMethodsImpl. getBindMethods(String refName)
Constructors in org.apache.felix.scr.impl.inject with parameters of type ReferenceMethods Constructor Description DuplexReferenceMethods(ReferenceMethods first, ReferenceMethods second)
-