org.jboss.cdi.tck.tests.context.request.postconstruct
Class RequestContextObserver

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

@ApplicationScoped
public class RequestContextObserver
extends Object

Author:
Martin Kouba

Constructor Summary
RequestContextObserver()
           
 
Method Summary
 AtomicInteger getDestructions()
           
 AtomicInteger getInitializations()
           
 void recordDestroy()
           
 void recordInit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContextObserver

public RequestContextObserver()
Method Detail

getInitializations

public AtomicInteger getInitializations()

getDestructions

public AtomicInteger getDestructions()

recordInit

public void recordInit()

recordDestroy

public void recordDestroy()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.