Package | Description |
---|---|
org.jboss.as.pojo | |
org.jboss.as.pojo.descriptor | |
org.jboss.as.pojo.service |
Modifier and Type | Method and Description |
---|---|
protected void |
ParsedKernelDeploymentProcessor.describeBean(org.jboss.modules.Module module,
org.jboss.msc.service.ServiceTarget serviceTarget,
DeploymentReflectionIndex deploymentIndex,
BeanMetaDataConfig beanConfig) |
String |
PojoMessages.missingBeanInfo(BeanMetaDataConfig beanConfig)
Missing bean info.
|
org.jboss.msc.service.StartException |
PojoMessages.missingFactoryMethod(BeanMetaDataConfig beanConfig)
Missing factory method.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanFactoryMetaDataConfig
The legacy bean factory meta data.
|
Modifier and Type | Method and Description |
---|---|
List<BeanMetaDataConfig> |
KernelDeploymentXmlDescriptor.getBeans() |
Modifier and Type | Method and Description |
---|---|
void |
BaseBeanFactory.setBmd(BeanMetaDataConfig bmd) |
Modifier and Type | Method and Description |
---|---|
void |
KernelDeploymentXmlDescriptor.setBeans(List<BeanMetaDataConfig> beans) |
Constructor and Description |
---|
BeanFactoryMetaDataConfig(BeanMetaDataConfig bean) |
Modifier and Type | Method and Description |
---|---|
protected BeanMetaDataConfig |
AbstractPojoPhase.getBeanConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
BeanUtils.configure(BeanMetaDataConfig beanConfig,
BeanInfo beanInfo,
org.jboss.modules.Module module,
Object bean,
boolean nullify)
Configure bean.
|
static Object |
BeanUtils.instantiateBean(BeanMetaDataConfig beanConfig,
BeanInfo beanInfo,
DeploymentReflectionIndex index,
org.jboss.modules.Module module)
Instantiate bean.
|
protected void |
AbstractPojoPhase.setBeanConfig(BeanMetaDataConfig beanConfig) |
Constructor and Description |
---|
DescribedPojoPhase(DeploymentReflectionIndex index,
BeanMetaDataConfig beanConfig) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.