@Interceptor @TransactionalBinding @LoggedBinding @MessageBinding @BasketBinding(requiresBall=true) public class ComplicatedLifecycleInterceptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
postConstructCalled |
static boolean |
preDestroyCalled |
| Constructor and Description |
|---|
ComplicatedLifecycleInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct(javax.interceptor.InvocationContext ctx) |
void |
preDestroy(javax.interceptor.InvocationContext ctx) |
static void |
reset() |
public static boolean preDestroyCalled
public static boolean postConstructCalled
@PreDestroy public void preDestroy(javax.interceptor.InvocationContext ctx)
@PostConstruct public void postConstruct(javax.interceptor.InvocationContext ctx)
public static void reset()
Copyright © 2008–2016 CDI TCK. All rights reserved.