org.jboss.cdi.tck.tests.context.request
Class RequestContextGuard
java.lang.Object
org.jboss.cdi.tck.tests.context.request.RequestContextGuard
@ApplicationScoped
public class RequestContextGuard
- extends Object
- Author:
- Martin Kouba
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestContextGuard
public RequestContextGuard()
observeRequestDestroyed
public void observeRequestDestroyed(@Observes@Destroyed(value=javax.enterprise.context.RequestScoped.class)
javax.servlet.ServletRequestEvent event)
getServletRequestListenerCheckpoint
public long getServletRequestListenerCheckpoint()
setServletRequestListenerCheckpoint
public void setServletRequestListenerCheckpoint(long servletRequestListenerCheckpoint)
getFilterCheckpoint
public long getFilterCheckpoint()
setFilterCheckpoint
public void setFilterCheckpoint(long filterCheckpoint)
getServletCheckpoint
public long getServletCheckpoint()
setServletCheckpoint
public void setServletCheckpoint(long servletCheckpoint)
getRequestContextDestroyedCheckpoint
public long getRequestContextDestroyedCheckpoint()
setRequestContextDestroyedAt
public void setRequestContextDestroyedAt(long requestContextDestroyedAt)
isCheckpointSequenceOk
public boolean isCheckpointSequenceOk()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.