Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethod
-
Packages that use ReferenceMethod 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 ReferenceMethod in org.apache.felix.scr.impl.inject
Classes in org.apache.felix.scr.impl.inject that implement ReferenceMethod Modifier and Type Class Description private static class
DuplexReferenceMethods.DuplexReferenceMethod
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethod Modifier and Type Field Description private ReferenceMethod
DuplexReferenceMethods. bind
private ReferenceMethod[]
DuplexReferenceMethods.DuplexReferenceMethod. methods
static ReferenceMethod
ReferenceMethod. NOPReferenceMethod
A NOP implementation.private ReferenceMethod
DuplexReferenceMethods. unbind
private ReferenceMethod
DuplexReferenceMethods. updated
Methods in org.apache.felix.scr.impl.inject that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
DuplexReferenceMethods. getBind()
ReferenceMethod
ReferenceMethods. getBind()
Get the method to bind a service.ReferenceMethod
DuplexReferenceMethods. getUnbind()
ReferenceMethod
ReferenceMethods. getUnbind()
Get the method to unbind a service.ReferenceMethod
DuplexReferenceMethods. getUpdated()
ReferenceMethod
ReferenceMethods. getUpdated()
Get the method to update a service.Constructors in org.apache.felix.scr.impl.inject with parameters of type ReferenceMethod Constructor Description DuplexReferenceMethod(ReferenceMethod[] methods)
-
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 class
FieldHandler.ReferenceMethodImpl
Fields in org.apache.felix.scr.impl.inject.field declared as ReferenceMethod Modifier and Type Field Description private ReferenceMethod
FieldMethods. bind
private ReferenceMethod
FieldMethods. unbind
private ReferenceMethod
FieldMethods. updated
Methods in org.apache.felix.scr.impl.inject.field that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
FieldHandler. getBind()
ReferenceMethod
FieldMethods. getBind()
ReferenceMethod
FieldHandler. getUnbind()
ReferenceMethod
FieldMethods. getUnbind()
ReferenceMethod
FieldHandler. getUpdated()
ReferenceMethod
FieldMethods. getUpdated()
-
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 class
BindMethod
Component method to be invoked on service (un)binding.class
UnbindMethod
Component method to be invoked on service unbinding.class
UpdatedMethod
Component 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 ReferenceMethod
BindMethods. m_bind
private ReferenceMethod
BindMethods. m_unbind
private ReferenceMethod
BindMethods. m_updated
Methods in org.apache.felix.scr.impl.inject.methods that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
BindMethods. getBind()
ReferenceMethod
BindMethods. getUnbind()
ReferenceMethod
BindMethods. 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) boolean
DependencyManager. bindDependency(ComponentContextImpl<S> componentContext, ReferenceMethod bindMethod, DependencyManager.OpenStatus<S,T> status)
private boolean
DependencyManager. doInvokeBindMethod(ComponentContextImpl<S> componentContext, ReferenceMethod bindMethod, RefPair<S,T> refPair, int trackingCount)
(package private) boolean
DependencyManager. getServiceObject(ComponentContextImpl<S> key, ReferenceMethod bindMethod, RefPair<S,T> refPair)
-