public class LifecycleInterceptor<V,R> extends Interceptor<V,R>
| Constructor and Description |
|---|
LifecycleInterceptor(Interceptor<V,R> next) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(InterceptContext<V,R> context) |
protected void |
handleException(InterceptContext<V,R> context,
Throwable e) |
protected void |
postExec(InterceptContext<V,R> context) |
protected void |
preExec(InterceptContext<V,R> context) |
aroundInvokepublic LifecycleInterceptor(Interceptor<V,R> next)
protected void preExec(InterceptContext<V,R> context)
preExec in class Interceptor<V,R>protected void postExec(InterceptContext<V,R> context)
postExec in class Interceptor<V,R>protected void handleException(InterceptContext<V,R> context, Throwable e)
handleException in class Interceptor<V,R>protected void cleanup(InterceptContext<V,R> context)
cleanup in class Interceptor<V,R>Copyright © 2015. All Rights Reserved.