public abstract class RIBean<T> extends Object implements javax.enterprise.inject.spi.Bean<T>, javax.enterprise.inject.spi.PassivationCapable
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_ID_PREFIX |
static String |
BEAN_ID_SEPARATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
RIBean(String idSuffix,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
cleanupAfterBoot()
This method is called after the container is started allowing the bean to
release any resources that are only required at boot time
|
boolean |
equals(Object obj) |
Class<?> |
getBeanClass() |
protected BeanManagerImpl |
getBeanManager() |
String |
getId() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
Set<QualifierInstance> |
getQualifierInstances() |
abstract RIBean<?> |
getSpecializedBean() |
abstract Class<T> |
getType() |
abstract Set<WeldInjectionPoint<?,?>> |
getWeldInjectionPoints() |
int |
hashCode() |
abstract void |
initialize(BeanDeployerEnvironment environment) |
abstract void |
initializeAfterBeanDiscovery()
In particular cases, the deployer must perform some initialization operations
only after all beans have been deployed (e.g.
|
boolean |
isDependent() |
boolean |
isNormalScoped() |
abstract boolean |
isPassivationCapableBean() |
abstract boolean |
isPassivationCapableDependency() |
abstract boolean |
isPrimitive() |
abstract boolean |
isProxyable() |
abstract boolean |
isProxyRequired() |
abstract boolean |
isSpecializing() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final String BEAN_ID_PREFIX
public static final String BEAN_ID_SEPARATOR
protected RIBean(String idSuffix, BeanManagerImpl beanManager)
protected BeanManagerImpl getBeanManager()
public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<T>public abstract void initialize(BeanDeployerEnvironment environment)
public abstract void cleanupAfterBoot()
public abstract void initializeAfterBeanDiscovery()
environment - public abstract boolean isSpecializing()
public boolean isDependent()
public abstract boolean isProxyable()
public abstract boolean isPassivationCapableBean()
public abstract boolean isPassivationCapableDependency()
public abstract boolean isProxyRequired()
public abstract boolean isPrimitive()
public abstract Set<WeldInjectionPoint<?,?>> getWeldInjectionPoints()
public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<T>public abstract RIBean<?> getSpecializedBean()
public String getId()
getId in interface javax.enterprise.inject.spi.PassivationCapablepublic Set<QualifierInstance> getQualifierInstances()
public boolean isNormalScoped()
Copyright © 2014 Seam Framework. All Rights Reserved.