| Package | Description |
|---|---|
| org.jboss.metadata.ejb.parser.spec | |
| org.jboss.metadata.ejb.spec |
| Modifier and Type | Method and Description |
|---|---|
DependsOnMetaData |
DependsOnMetaDataParser.parse(XMLStreamReader reader)
Creates and returns
DependsOnMetaData |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DependsOnMetaDataParser.processElement(DependsOnMetaData dependsOn,
XMLStreamReader reader)
Parses the xml for depends-on element(s) and updates the passed
DependsOnMetaData
accordingly. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGenericBeanMetaData.setDependsOnMetaData(DependsOnMetaData dependsOnMetaData)
Sets the names of one or more singleton beans, each of which must be initialized before
the referring bean.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.