| Package | Description |
|---|---|
| org.apache.openejb.assembler.classic | |
| org.apache.openejb.assembler.classic.cmd | |
| org.apache.openejb.config |
| Modifier and Type | Field and Description |
|---|---|
protected OpenEjbConfiguration |
Assembler.config |
| Modifier and Type | Method and Description |
|---|---|
OpenEjbConfiguration |
OpenEjbConfigurationFactory.getOpenEjbConfiguration() |
protected OpenEjbConfiguration |
Assembler.getOpenEjbConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
| Modifier and Type | Method and Description |
|---|---|
OpenEjbConfiguration |
ConfigurationInfoEjb.getOpenEjbConfiguration(File tmpFile) |
OpenEjbConfiguration |
ConfigurationInfo.getOpenEjbConfiguration(File tmpFile) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Info2Properties.printConfig(OpenEjbConfiguration configuration) |
static void |
Info2Properties.printConfig(OpenEjbConfiguration configuration,
PrintStream out,
String cr) |
| Modifier and Type | Method and Description |
|---|---|
OpenEjbConfiguration |
ConfigurationFactory.getOpenEjbConfiguration()
Main loop that gets executed when OpenEJB starts up Reads config files and produces the basic "AST" the assembler needs to actually build the contianer system
This method is called by the Assembler once at startup.
|
OpenEjbConfiguration |
ConfigurationFactory.getOpenEjbConfiguration(File configuartionFile) |
OpenEjbConfiguration |
ConfigurationFactory.getOpenEjbConfiguration(Openejb providedConf) |
| Constructor and Description |
|---|
ConfigurationFactory(boolean offline,
ConfigurationFactory.Chain deployerChain,
OpenEjbConfiguration configuration) |
ConfigurationFactory(boolean offline,
DynamicDeployer preAutoConfigDeployer,
OpenEjbConfiguration configuration) |
ConfigurationFactory(boolean offline,
OpenEjbConfiguration configuration) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.