Package | Description |
---|---|
org.apache.aries.blueprint | |
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.namespace | |
org.apache.aries.blueprint.proxy |
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
ComponentDefinitionRegistry.getInterceptors(ComponentMetadata component)
Retrieve all interceptors registered against a
ComponentMetadata instance |
Modifier and Type | Method and Description |
---|---|
void |
ComponentDefinitionRegistry.registerInterceptorWithComponent(ComponentMetadata component,
Interceptor interceptor)
Register an interceptor for a given component
Since the interceptor is registered against a
ComponentMetadata instance and not an id,
interceptors can be registered for anonymous components as well as named and unnamed components. |
Modifier and Type | Class and Description |
---|---|
class |
QuiesceInterceptor |
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
ComponentDefinitionRegistryImpl.getInterceptors(ComponentMetadata component) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentDefinitionRegistryImpl.registerInterceptorWithComponent(ComponentMetadata component,
Interceptor interceptor) |
Constructor and Description |
---|
Collaborator(ComponentMetadata cm,
List<Interceptor> interceptors) |
Copyright © 2012. All Rights Reserved.