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

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

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


Constructor Summary
VerifyingExtension()
           
 
Method Summary
protected  javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Alpha> getAlphaAttributes()
           
 int getAlphaAttributesObserved()
           
 Map<Class<?>,javax.enterprise.inject.spi.Annotated> getAnnotatedMap()
           
 javax.enterprise.inject.spi.BeanAttributes<BravoDecorator> getBravoDecoratorAttributes()
           
 javax.enterprise.inject.spi.BeanAttributes<BravoInterceptor> getBravoInterceptorAttributes()
           
 javax.enterprise.inject.spi.BeanAttributes<Delta> getDeltaAttributes()
           
 javax.enterprise.inject.spi.BeanAttributes<Mike> getMike()
           
protected  javax.enterprise.inject.spi.BeanAttributes<Bravo> getProducedBravoAttributes()
           
protected  javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Charlie> getProducedCharlieAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyingExtension

public VerifyingExtension()
Method Detail

getAlphaAttributes

protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Alpha> getAlphaAttributes()

getAlphaAttributesObserved

public int getAlphaAttributesObserved()

getProducedBravoAttributes

protected javax.enterprise.inject.spi.BeanAttributes<Bravo> getProducedBravoAttributes()

getProducedCharlieAttributes

protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Charlie> getProducedCharlieAttributes()

getBravoInterceptorAttributes

public javax.enterprise.inject.spi.BeanAttributes<BravoInterceptor> getBravoInterceptorAttributes()

getBravoDecoratorAttributes

public javax.enterprise.inject.spi.BeanAttributes<BravoDecorator> getBravoDecoratorAttributes()

getMike

public javax.enterprise.inject.spi.BeanAttributes<Mike> getMike()

getDeltaAttributes

public javax.enterprise.inject.spi.BeanAttributes<Delta> getDeltaAttributes()

getAnnotatedMap

public Map<Class<?>,javax.enterprise.inject.spi.Annotated> getAnnotatedMap()


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