| Modifier and Type | Method and Description |
|---|---|
AppInfo |
Deployer.deploy(Properties properties) |
AppInfo |
DeployerEjb.deploy(Properties properties) |
AppInfo |
Deployer.deploy(String location) |
AppInfo |
DeployerEjb.deploy(String location) |
AppInfo |
Deployer.deploy(String location,
Properties properties) |
AppInfo |
DeployerEjb.deploy(String inLocation,
Properties properties) |
AppInfo |
WebAppDeployer.deploy(String host,
String contextRoot,
File file) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AppInfo> |
Deployer.getDeployedApps() |
Collection<AppInfo> |
DeployerEjb.getDeployedApps() |
| Modifier and Type | Field and Description |
|---|---|
AppInfo |
Info.appInfo |
| Modifier and Type | Field and Description |
|---|---|
List<AppInfo> |
ContainerSystemInfo.applications |
| Modifier and Type | Method and Description |
|---|---|
static AppInfo |
Info.unmarshal(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AppInfo> |
Assembler.getDeployedApplications() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentListener.afterApplicationCreated(AppInfo appInfo) |
void |
DeploymentListener.beforeApplicationDestroyed(AppInfo appInfo) |
void |
DeploymentExceptionManager.clearLastException(AppInfo info) |
ClassLoader |
Assembler.createAppClassLoader(AppInfo appInfo) |
AppContext |
Assembler.createApplication(AppInfo appInfo) |
AppContext |
Assembler.createApplication(AppInfo appInfo,
ClassLoader classLoader) |
AppContext |
Assembler.createApplication(AppInfo appInfo,
ClassLoader classLoader,
boolean start) |
void |
WebAppBuilder.deployWebApps(AppInfo appInfo,
ClassLoader classLoader) |
void |
Assembler.destroyApplication(AppInfo appInfo) |
Exception |
DeploymentExceptionManager.getDeploymentException(AppInfo appInfo) |
List<BeanContext> |
Assembler.initEjbs(ClassLoader classLoader,
AppInfo appInfo,
AppContext appContext,
Set<Injection> injections,
List<BeanContext> allDeployments,
String webappId) |
static void |
Info.marshal(AppInfo appInfo) |
static void |
Info.marshal(AppInfo appInfo,
OutputStream out) |
static void |
Info.marshal(AppInfo appInfo,
Writer out) |
Exception |
DeploymentExceptionManager.saveDeploymentException(AppInfo appInfo,
Exception exception) |
void |
WebAppBuilder.undeployWebApps(AppInfo appInfo) |
| Constructor and Description |
|---|
CmpJarBuilder(AppInfo appInfo,
ClassLoader classLoader) |
Info(AppInfo appInfo) |
| Modifier and Type | Method and Description |
|---|---|
AppInfo |
AssemblerAfterApplicationCreated.getApp() |
AppInfo |
BeanContextsInitializedEvent.getApp() |
AppInfo |
AssemblerBeforeApplicationDestroyed.getApp() |
AppInfo |
NewEjbAvailableAfterApplicationCreated.getApp() |
| Constructor and Description |
|---|
AssemblerAfterApplicationCreated(AppInfo appInfo,
AppContext appContext,
Collection<BeanContext> ejbs) |
AssemblerBeforeApplicationDestroyed(AppInfo appInfo,
AppContext appContext) |
BeanContextsInitializedEvent(AppInfo appInfo,
AppContext appContext,
Collection<BeanContext> ejbs) |
NewEjbAvailableAfterApplicationCreated(AppInfo appInfo,
Collection<BeanContext> beanContexts) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<IdPropertiesInfo> |
PojoUtil.findPojoConfig(Collection<IdPropertiesInfo> pojoConfigurations,
AppInfo appInfo,
WebAppInfo webApp) |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<AppInfo> |
OpenEJBLifecycle.CURRENT_APP_INFO |
| Modifier and Type | Method and Description |
|---|---|
AppInfo |
StartupObject.getAppInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
CdiBuilder.build(AppInfo appInfo,
AppContext appContext,
List<BeanContext> allDeployments) |
void |
CdiBuilder.build(AppInfo appInfo,
AppContext appContext,
List<BeanContext> allDeployments,
WebContext webContext) |
| Constructor and Description |
|---|
StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts) |
StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts,
WebContext webContext) |
| Modifier and Type | Method and Description |
|---|---|
AppInfo |
ConfigurationFactory.configureApplication(AppModule appModule) |
AppInfo |
ConfigurationFactory.configureApplication(ClassLoader classLoader,
String id,
List<File> jarFiles)
embedded usage
|
AppInfo |
ConfigurationFactory.configureApplication(File jarFile) |
| Constructor and Description |
|---|
JndiEncInfoBuilder(AppInfo appInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
LightweightWebAppBuilder.deployWebApps(AppInfo appInfo,
ClassLoader classLoader) |
void |
LightweightWebAppBuilder.undeployWebApps(AppInfo appInfo) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.