@ApplicationScoped public class RequestContextObserver extends Object
| Constructor and Description |
|---|
RequestContextObserver() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeforeDestroyedCounter() |
int |
getDestroyedCounter() |
int |
getInitCounter() |
void |
observesRequestContextBeforeDestroyed(Object object) |
void |
observesRequestContextDestroyed(Object object) |
void |
observesRequestContextInitialization(Object object) |
public void observesRequestContextInitialization(@Observes @Initialized(value=javax.enterprise.context.RequestScoped.class)
Object object)
public void observesRequestContextBeforeDestroyed(@Observes @BeforeDestroyed(value=javax.enterprise.context.RequestScoped.class)
Object object)
public void observesRequestContextDestroyed(@Observes @Destroyed(value=javax.enterprise.context.RequestScoped.class)
Object object)
public int getInitCounter()
public int getBeforeDestroyedCounter()
public int getDestroyedCounter()
Copyright © 2008–2016 CDI TCK. All rights reserved.