|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleInterceptor | |
|---|---|
| org.jboss.osgi.deployment.interceptor | |
| org.jboss.osgi.deployment.internal | |
| Uses of LifecycleInterceptor in org.jboss.osgi.deployment.interceptor |
|---|
| Classes in org.jboss.osgi.deployment.interceptor that implement LifecycleInterceptor | |
|---|---|
class |
AbstractLifecycleInterceptor
An abstract implementation of a LifecycleInterceptor. |
| Methods in org.jboss.osgi.deployment.interceptor that return types with arguments of type LifecycleInterceptor | |
|---|---|
protected List<LifecycleInterceptor> |
AbstractLifecycleInterceptorService.getInterceptorChain()
|
| Methods in org.jboss.osgi.deployment.interceptor with parameters of type LifecycleInterceptor | |
|---|---|
protected void |
AbstractLifecycleInterceptorService.addInterceptor(LifecycleInterceptor interceptor)
Add a LifecycleInterceptor to the service. |
protected void |
AbstractLifecycleInterceptorService.removeInterceptor(LifecycleInterceptor interceptor)
Remove an LifecycleInterceptor to the service. |
| Uses of LifecycleInterceptor in org.jboss.osgi.deployment.internal |
|---|
| Classes in org.jboss.osgi.deployment.internal that implement LifecycleInterceptor | |
|---|---|
class |
InterceptorWrapper
A wrapper around lifecycle interceptors. |
| Constructors in org.jboss.osgi.deployment.internal with parameters of type LifecycleInterceptor | |
|---|---|
InterceptorWrapper(LifecycleInterceptor delegate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||