|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.tck.AbstractTest
org.jboss.webbeans.tck.integration.context.request.RequestContextTest
public class RequestContextTest
Spec version: PRD2
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.webbeans.tck.AbstractTest |
|---|
AbstractTest.RunInDependentContext |
| Field Summary |
|---|
| Fields inherited from class org.jboss.webbeans.tck.AbstractTest |
|---|
BUILT_IN_BEANS, manager, visited |
| Constructor Summary | |
|---|---|
RequestContextTest()
|
|
| Method Summary | |
|---|---|
void |
testRequestScopeActiveDuringCallToEjbTimeoutMethod()
The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean. |
void |
testRequestScopeActiveDuringEjbMessageDelivery()
The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean. |
void |
testRequestScopeActiveDuringRemoteMethodInvocationOfEjb()
The request scope is active during any remote method invocation of any EJB bean, during any call to an EJB timeout method and during message delivery to any EJB message driven bean. |
void |
testRequestScopeActiveDuringServiceMethod()
The request scope is active during the service() method of any Servlet in the web application. |
void |
testRequestScopeActiveDuringWebSericeInvocation()
The request scope is active during any Java EE web service invocation. |
void |
testRequestScopeDestroyedAfterCallToEjbTimeoutMethod()
The request context is destroyed after the remote method invocation, timeout or message delivery completes. |
void |
testRequestScopeDestroyedAfterEjbMessageDelivery()
The request context is destroyed after the remote method invocation, timeout or message delivery completes. |
void |
testRequestScopeDestroyedAfterRemoteMethodInvocationOfEjb()
The request context is destroyed after the remote method invocation, timeout or message delivery completes. |
void |
testRequestScopeIsDestroyedAfterServiceMethod()
The request context is destroyed at the end of the servlet request, after the Servlet service() method returns. |
void |
testRequestScopeIsDestroyedAfterWebServiceInvocation()
The request context is destroyed after the web service invocation completes |
| Methods inherited from class org.jboss.webbeans.tck.AbstractTest |
|---|
activateDependentContext, after, before, createEnterpriseBean, createProducerFieldBean, createProducerMethodBean, createSimpleBean, deactivateDependentContext, deployBeans, deserialize, getEnabledDeploymentTypes, getStandardDeploymentTypes, mockCreationalContext, serialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestContextTest()
| Method Detail |
|---|
@SpecAssertion(section="8.5.1") public void testRequestScopeActiveDuringServiceMethod()
@SpecAssertion(section="8.5.1") public void testRequestScopeIsDestroyedAfterServiceMethod()
@SpecAssertion(section="8.5.1") public void testRequestScopeActiveDuringWebSericeInvocation()
@SpecAssertion(section="8.5.1") public void testRequestScopeIsDestroyedAfterWebServiceInvocation()
@SpecAssertion(section="8.5.1") public void testRequestScopeActiveDuringRemoteMethodInvocationOfEjb()
@SpecAssertion(section="8.5.1") public void testRequestScopeActiveDuringCallToEjbTimeoutMethod()
@SpecAssertion(section="8.5.1") public void testRequestScopeActiveDuringEjbMessageDelivery()
@SpecAssertion(section="8.5.1") public void testRequestScopeDestroyedAfterRemoteMethodInvocationOfEjb()
@SpecAssertion(section="8.5.1") public void testRequestScopeDestroyedAfterCallToEjbTimeoutMethod()
@SpecAssertion(section="8.5.1") public void testRequestScopeDestroyedAfterEjbMessageDelivery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||