org.jboss.cdi.tck.tests.context.request
Class RequestContextGuard

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.RequestContextGuard

@ApplicationScoped
public class RequestContextGuard
extends Object

Author:
Martin Kouba

Constructor Summary
RequestContextGuard()
           
 
Method Summary
 long getFilterCheckpoint()
           
 long getRequestContextDestroyedCheckpoint()
           
 long getServletCheckpoint()
           
 long getServletRequestListenerCheckpoint()
           
 boolean isCheckpointSequenceOk()
           
 void observeRequestDestroyed(javax.servlet.ServletRequestEvent event)
           
 void setFilterCheckpoint(long filterCheckpoint)
           
 void setRequestContextDestroyedAt(long requestContextDestroyedAt)
           
 void setServletCheckpoint(long servletCheckpoint)
           
 void setServletRequestListenerCheckpoint(long servletRequestListenerCheckpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContextGuard

public RequestContextGuard()
Method Detail

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.