org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor
Class VerifyingExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor.VerifyingExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class VerifyingExtension
extends Object
implements javax.enterprise.inject.spi.Extension


Field Summary
static AtomicInteger aplhaInterceptorObserved
           
static AtomicInteger bravoInterceptorObserved
           
 
Constructor Summary
VerifyingExtension()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aplhaInterceptorObserved

public static AtomicInteger aplhaInterceptorObserved

bravoInterceptorObserved

public static AtomicInteger bravoInterceptorObserved
Constructor Detail

VerifyingExtension

public VerifyingExtension()


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