public class ContextProducerBean extends Object implements javax.enterprise.inject.spi.PassivationCapable
Modifier and Type | Method and Description |
---|---|
Object |
create(javax.enterprise.context.spi.CreationalContext<Object> creationalContext) |
void |
destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> 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 |
isNullable() |
public Set<Annotation> getQualifiers()
getQualifiers
in interface javax.enterprise.inject.spi.BeanAttributes<Object>
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.inject.spi.BeanAttributes<Object>
public Class<?> getBeanClass()
getBeanClass
in interface javax.enterprise.inject.spi.Bean<Object>
public Object create(javax.enterprise.context.spi.CreationalContext<Object> creationalContext)
create
in interface javax.enterprise.context.spi.Contextual<Object>
public boolean isNullable()
isNullable
in interface javax.enterprise.inject.spi.Bean<Object>
public Set<Type> getTypes()
getTypes
in interface javax.enterprise.inject.spi.BeanAttributes<Object>
public String getName()
getName
in interface javax.enterprise.inject.spi.BeanAttributes<Object>
public String getId()
getId
in interface javax.enterprise.inject.spi.PassivationCapable
public boolean isAlternative()
isAlternative
in interface javax.enterprise.inject.spi.BeanAttributes<T>
public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints
in interface javax.enterprise.inject.spi.Bean<T>
public void destroy(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
destroy
in interface javax.enterprise.context.spi.Contextual<T>
public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes
in interface javax.enterprise.inject.spi.BeanAttributes<T>
Apache CXF