| Package | Description |
|---|---|
| org.apache.openejb.config | |
| org.apache.openejb.config.rules |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WsModule |
| Modifier and Type | Class and Description |
|---|---|
class |
AppModule |
class |
ClientModule |
class |
ConnectorModule |
class |
EjbModule
Class is to remain "dumb" and should not have deployment logic added to it.
|
class |
PersistenceModule |
class |
ResourcesModule |
class |
WebModule |
| Modifier and Type | Method and Description |
|---|---|
DeploymentModule |
ValidationContext.getModule() |
static DeploymentModule |
AnnotationDeployer.getModule() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DeploymentModule> |
DeploymentLoader.discoverModuleType(URL baseUrl,
ClassLoader classLoader,
boolean searchForDescriptorlessApplications) |
Class<? extends DeploymentModule> |
DeploymentLoader.discoverModuleType(URL baseUrl,
ClassLoader classLoader,
Set<RequireDescriptors> requireDescriptor) |
Collection<DeploymentModule> |
AppModule.getDeploymentModule() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xbean.finder.IAnnotationFinder |
FinderFactory.create(DeploymentModule module) |
static org.apache.xbean.finder.IAnnotationFinder |
FinderFactory.createFinder(DeploymentModule module) |
static Class<?>[] |
FinderFactory.ensureMinimalClasses(DeploymentModule module) |
| Constructor and Description |
|---|
AppModule(T... modules) |
DeploymentModule.ID(NamedModule vendorDd,
NamedModule specDd,
String name,
File location,
URI uri,
DeploymentModule module) |
ValidationContext(DeploymentModule module) |
| Constructor and Description |
|---|
ValidationContext(Class<? extends DeploymentModule> moduleType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckDescriptorLocation.validateEjbModule(DeploymentModule deploymentModule) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.