public interface DependencyInterceptor
DependencyModel.invalidateMatchingServices()
and
DependencyModel.invalidateSelectedServices()
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TARGET_PROPERTY
A mandatory property published by provider of this service.
|
Modifier and Type | Method and Description |
---|---|
void |
close(DependencyModel dependency)
The interceptor won't be use anymore by the given dependency.
|
void |
open(DependencyModel dependency)
The interceptor is plugged to the given dependency.
|
static final java.lang.String TARGET_PROPERTY
Filter
,
Constant Field Valuesvoid open(DependencyModel dependency)
dependency
- the dependency starting using the interceptor.void close(DependencyModel dependency)
dependency
- the dependency stopping its use of the interceptorCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.