org.jboss.cdi.tck.tests.definition.bean.custom
Class IntegerBean
java.lang.Object
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>, javax.enterprise.inject.spi.PassivationCapable
public class IntegerBean
- extends Object
- implements javax.enterprise.inject.spi.Bean<Integer>, javax.enterprise.inject.spi.PassivationCapable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerBean
public IntegerBean()
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()
getId
public String getId()
- Specified by:
getId in interface javax.enterprise.inject.spi.PassivationCapable
Copyright © 2008-2013 Seam Framework. All Rights Reserved.