org.jboss.cdi.tck.tests.definition.bean.custom
Class IntegerBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.definition.bean.custom.IntegerBean
All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<Integer>, javax.enterprise.inject.spi.Bean<Integer>, javax.enterprise.inject.spi.BeanAttributes<Integer>

public class IntegerBean
extends Object
implements javax.enterprise.inject.spi.Bean<Integer>


Constructor Summary
IntegerBean()
           
 
Method Summary
 Integer create(javax.enterprise.context.spi.CreationalContext<Integer> creationalContext)
           
 void destroy(Integer instance, javax.enterprise.context.spi.CreationalContext<Integer> creationalContext)
           
 Class<?> getBeanClass()
           
 Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
           
 String getName()
           
 Set<Annotation> getQualifiers()
           
 Class<? extends Annotation> getScope()
           
 Set<Class<? extends Annotation>> getStereotypes()
           
 Set<Type> getTypes()
           
 boolean isAlternative()
           
 boolean isAlternativeCalled()
           
 boolean isGetBeanClassCalled()
           
 boolean isGetInjectionPointsCalled()
           
 boolean isGetNameCalled()
           
 boolean isGetQualifiersCalled()
           
 boolean isGetScopeCalled()
           
 boolean isGetStereotypesCalled()
           
 boolean isGetTypesCalled()
           
 boolean isNullable()
           
 boolean isSerializableCalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerBean

public IntegerBean()
Method Detail

getBeanClass

public Class<?> getBeanClass()
Specified by:
getBeanClass in interface javax.enterprise.inject.spi.Bean<Integer>

getInjectionPoints

public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
Specified by:
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<Integer>

getName

public String getName()
Specified by:
getName in interface javax.enterprise.inject.spi.BeanAttributes<Integer>

getQualifiers

public Set<Annotation> getQualifiers()
Specified by:
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<Integer>

getScope

public Class<? extends Annotation> getScope()
Specified by:
getScope in interface javax.enterprise.inject.spi.BeanAttributes<Integer>

getStereotypes

public Set<Class<? extends Annotation>> getStereotypes()
Specified by:
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<Integer>

getTypes

public Set<Type> getTypes()
Specified by:
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<Integer>

isAlternative

public boolean isAlternative()
Specified by:
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<Integer>

isNullable

public boolean isNullable()
Specified by:
isNullable in interface javax.enterprise.inject.spi.Bean<Integer>

create

public Integer create(javax.enterprise.context.spi.CreationalContext<Integer> creationalContext)
Specified by:
create in interface javax.enterprise.context.spi.Contextual<Integer>

destroy

public void destroy(Integer instance,
                    javax.enterprise.context.spi.CreationalContext<Integer> creationalContext)
Specified by:
destroy in interface javax.enterprise.context.spi.Contextual<Integer>

isGetQualifiersCalled

public boolean isGetQualifiersCalled()

isGetInjectionPointsCalled

public boolean isGetInjectionPointsCalled()

isGetNameCalled

public boolean isGetNameCalled()

isGetScopeCalled

public boolean isGetScopeCalled()

isGetTypesCalled

public boolean isGetTypesCalled()

isAlternativeCalled

public boolean isAlternativeCalled()

isSerializableCalled

public boolean isSerializableCalled()

isGetBeanClassCalled

public boolean isGetBeanClassCalled()

isGetStereotypesCalled

public boolean isGetStereotypesCalled()


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