Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethod
-
-
Uses of ReferenceMethod in org.apache.felix.scr.impl.inject
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethod Modifier and Type Field Description static ReferenceMethod
ReferenceMethod. NOPReferenceMethod
A NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
ReferenceMethods. getBind()
Get the method to bind a service.ReferenceMethod
ReferenceMethods. getUnbind()
Get the method to unbind a service.ReferenceMethod
ReferenceMethods. getUpdated()
Get the method to update a service. -
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.internal
Classes in org.apache.felix.scr.impl.inject.internal that implement ReferenceMethod Modifier and Type Class Description private static class
DuplexReferenceMethods.DuplexReferenceMethod
Fields in org.apache.felix.scr.impl.inject.internal declared as ReferenceMethod Modifier and Type Field Description private ReferenceMethod
DuplexReferenceMethods. bind
private ReferenceMethod[]
DuplexReferenceMethods.DuplexReferenceMethod. methods
private ReferenceMethod
DuplexReferenceMethods. unbind
private ReferenceMethod
DuplexReferenceMethods. updated
Methods in org.apache.felix.scr.impl.inject.internal that return ReferenceMethod Modifier and Type Method Description ReferenceMethod
DuplexReferenceMethods. getBind()
ReferenceMethod
DuplexReferenceMethods. getUnbind()
ReferenceMethod
DuplexReferenceMethods. getUpdated()
Constructors in org.apache.felix.scr.impl.inject.internal with parameters of type ReferenceMethod Constructor Description DuplexReferenceMethod(ReferenceMethod[] methods)
-
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, 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)
-