Package | Description |
---|---|
org.apache.felix.ipojo.dependency.impl | |
org.apache.felix.ipojo.dependency.interceptors |
Modifier and Type | Class and Description |
---|---|
class |
TransformedServiceReferenceImpl<S>
Implements transformed service reference.
|
Modifier and Type | Method and Description |
---|---|
<S> TransformedServiceReference<S> |
FilterBasedServiceTrackingInterceptor.accept(DependencyModel dependency,
org.osgi.framework.BundleContext context,
TransformedServiceReference<S> ref) |
TransformedServiceReference<S> |
TransformedServiceReferenceImpl.addPropertyIfAbsent(java.lang.String name,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
<S> TransformedServiceReference<S> |
FilterBasedServiceTrackingInterceptor.accept(DependencyModel dependency,
org.osgi.framework.BundleContext context,
TransformedServiceReference<S> ref) |
void |
ServiceReferenceManager.onDepartureOfAMatchingService(TransformedServiceReference reference,
java.lang.Object service) |
Modifier and Type | Method and Description |
---|---|
<S> TransformedServiceReference<S> |
ServiceTrackingInterceptor.accept(DependencyModel dependency,
org.osgi.framework.BundleContext context,
TransformedServiceReference<S> ref)
Does the interceptor accepts the reference of not ?
This methods has two goals.
|
<S> TransformedServiceReference<S> |
DefaultServiceTrackingInterceptor.accept(DependencyModel dependency,
org.osgi.framework.BundleContext context,
TransformedServiceReference<S> ref)
Default implementation of the accept method.
|
TransformedServiceReference<S> |
TransformedServiceReference.addProperty(java.lang.String name,
java.lang.Object value)
Adds a property to the reference
|
TransformedServiceReference<S> |
TransformedServiceReference.addPropertyIfAbsent(java.lang.String name,
java.lang.Object value)
Adds a property to the service reference if this property is not already set on the reference.
|
TransformedServiceReference<S> |
TransformedServiceReference.removeProperty(java.lang.String name)
Removes a property from the reference.
|
Modifier and Type | Method and Description |
---|---|
<S> TransformedServiceReference<S> |
ServiceTrackingInterceptor.accept(DependencyModel dependency,
org.osgi.framework.BundleContext context,
TransformedServiceReference<S> ref)
Does the interceptor accepts the reference of not ?
This methods has two goals.
|
<S> TransformedServiceReference<S> |
DefaultServiceTrackingInterceptor.accept(DependencyModel dependency,
org.osgi.framework.BundleContext context,
TransformedServiceReference<S> ref)
Default implementation of the accept method.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.