org.jboss.cdi.tck.tests.context.request.postconstruct
Class RequestContextObserver
java.lang.Object
org.jboss.cdi.tck.tests.context.request.postconstruct.RequestContextObserver
@ApplicationScoped
public class RequestContextObserver
- extends Object
- Author:
- Martin Kouba
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestContextObserver
public RequestContextObserver()
getInitializations
public AtomicInteger getInitializations()
getDestructions
public AtomicInteger getDestructions()
recordInit
public void recordInit()
recordDestroy
public void recordDestroy()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.