public class IntegerBean extends Object implements javax.enterprise.inject.spi.Bean<Integer>, javax.enterprise.inject.spi.PassivationCapable
| Constructor and Description |
|---|
IntegerBean() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
create(javax.enterprise.context.spi.CreationalContext<Integer> creationalContext) |
void |
destroy(Integer instance,
javax.enterprise.context.spi.CreationalContext<Integer> creationalContext) |
Class<?> |
getBeanClass() |
String |
getId() |
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() |
public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<Integer>public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<Integer>public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<Integer>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<Integer>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<Integer>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<Integer>public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<Integer>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<Integer>public boolean isNullable()
isNullable in interface javax.enterprise.inject.spi.Bean<Integer>public Integer create(javax.enterprise.context.spi.CreationalContext<Integer> creationalContext)
create in interface javax.enterprise.context.spi.Contextual<Integer>public void destroy(Integer instance, javax.enterprise.context.spi.CreationalContext<Integer> creationalContext)
destroy in interface javax.enterprise.context.spi.Contextual<Integer>public boolean isGetQualifiersCalled()
public boolean isGetInjectionPointsCalled()
public boolean isGetNameCalled()
public boolean isGetScopeCalled()
public boolean isGetTypesCalled()
public boolean isAlternativeCalled()
public boolean isSerializableCalled()
public boolean isGetBeanClassCalled()
public boolean isGetStereotypesCalled()
public String getId()
getId in interface javax.enterprise.inject.spi.PassivationCapableCopyright © 2008-2015 Seam Framework. All Rights Reserved.