|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cdi.tck.tests.context.request.event.remote.FooBean
public class FooBean
| Constructor Summary | |
|---|---|
FooBean()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FooBean()
| Method Detail |
|---|
public boolean first()
ApplicationScopedObserver which detects @Destroyed
events.
first in interface FooRemotepublic boolean second()
first() invocation received @Destroyed event in the meantime (this event was fired once the
request context of the first() invocation was destroyed).
second in interface FooRemote
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||