Package | Description |
---|---|
org.jboss.osgi.deployment.interceptor | |
org.jboss.osgi.deployment.internal |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLifecycleInterceptor
An abstract implementation of a LifecycleInterceptor.
|
Modifier and Type | Method and Description |
---|---|
protected List<LifecycleInterceptor> |
AbstractLifecycleInterceptorService.getInterceptorChain() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLifecycleInterceptorService.addInterceptor(LifecycleInterceptor interceptor)
Add a LifecycleInterceptor to the service.
|
protected void |
AbstractLifecycleInterceptorService.removeInterceptor(LifecycleInterceptor interceptor)
Remove an LifecycleInterceptor to the service.
|
Modifier and Type | Class and Description |
---|---|
class |
InterceptorWrapper
A wrapper around lifecycle interceptors.
|
Constructor and Description |
---|
InterceptorWrapper(LifecycleInterceptor delegate) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.