| Constructor and Description |
|---|
FooBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
first()
Verifies that the request context is active during remote method invocation and that @Initialized(RequestScoped.class)
was fired when this context was initialized.
|
boolean |
second()
Verifies that the request context is active during remote method invocation and that @Initialized(RequestScoped.class)
was fired when this context was initialized.
|
public boolean first()
ApplicationScopedObserver which detects @Destroyed
events.public boolean second()
first() invocation received @Destroyed event in the meantime (this event was fired once the
request context of the first() invocation was destroyed).Copyright © 2008-2013 Seam Framework. All Rights Reserved.