|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenEjbConfiguration | |
org.openejb.assembler | |
org.openejb.config |
Uses of OpenEjbConfiguration in org.openejb.assembler |
Fields in org.openejb.assembler declared as OpenEjbConfiguration | |
protected OpenEjbConfiguration |
Assembler.config
|
Methods in org.openejb.assembler that return OpenEjbConfiguration | |
OpenEjbConfiguration |
OpenEjbConfigurationFactory.getOpenEjbConfiguration()
|
Methods in org.openejb.assembler 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.config |
Fields in org.openejb.config declared as OpenEjbConfiguration | |
static OpenEjbConfiguration |
ConfigurationFactory.sys
|
Methods in org.openejb.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 |