|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenEjbConfiguration | |
---|---|
org.openejb.alt.assembler.classic | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. |
org.openejb.alt.assembler.classic.xml | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. |
org.openejb.alt.config | The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. |
Uses of OpenEjbConfiguration in org.openejb.alt.assembler.classic |
---|
Fields in org.openejb.alt.assembler.classic declared as OpenEjbConfiguration | |
---|---|
protected OpenEjbConfiguration |
Assembler.config
|
Methods in org.openejb.alt.assembler.classic that return OpenEjbConfiguration | |
---|---|
OpenEjbConfiguration |
OpenEjbConfigurationFactory.getOpenEjbConfiguration()
|
Methods in org.openejb.alt.assembler.classic with parameters of type OpenEjbConfiguration | |
---|---|
ContainerSystem |
Assembler.buildContainerSystem(OpenEjbConfiguration configInfo)
When given a complete OpenEjbConfiguration graph this method, will construct an entire container system and return a reference to that container system, as ContainerSystem instance. |
Uses of OpenEjbConfiguration in org.openejb.alt.assembler.classic.xml |
---|
Subclasses of OpenEjbConfiguration in org.openejb.alt.assembler.classic.xml | |
---|---|
class |
XmlOpenEJBConfiguration
|
Methods in org.openejb.alt.assembler.classic.xml that return OpenEjbConfiguration | |
---|---|
OpenEjbConfiguration |
DomOpenEjbConfigurationFactory.getOpenEjbConfiguration()
|
Uses of OpenEjbConfiguration in org.openejb.alt.config |
---|
Fields in org.openejb.alt.config declared as OpenEjbConfiguration | |
---|---|
static OpenEjbConfiguration |
ConfigurationFactory.sys
|
Methods in org.openejb.alt.config that return OpenEjbConfiguration | |
---|---|
OpenEjbConfiguration |
ConfigurationFactory.getOpenEjbConfiguration()
Read in the configuration information into the Openejb object Validate it Read in each deployment object Validate it Translate the whole thing into Info objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |