|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AppInfo in org.apache.openejb.assembler |
|---|
| Methods in org.apache.openejb.assembler that return AppInfo | |
|---|---|
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)
|
| Methods in org.apache.openejb.assembler that return types with arguments of type AppInfo | |
|---|---|
Collection<AppInfo> |
Deployer.getDeployedApps()
|
Collection<AppInfo> |
DeployerEjb.getDeployedApps()
|
| Uses of AppInfo in org.apache.openejb.assembler.classic |
|---|
| Fields in org.apache.openejb.assembler.classic declared as AppInfo | |
|---|---|
AppInfo |
Info.appInfo
|
| Fields in org.apache.openejb.assembler.classic with type parameters of type AppInfo | |
|---|---|
List<AppInfo> |
ContainerSystemInfo.applications
|
| Methods in org.apache.openejb.assembler.classic that return AppInfo | |
|---|---|
static AppInfo |
Info.unmarshal(InputStream in)
|
| Methods in org.apache.openejb.assembler.classic that return types with arguments of type AppInfo | |
|---|---|
Collection<AppInfo> |
Assembler.getDeployedApplications()
|
| Methods in org.apache.openejb.assembler.classic with parameters of type AppInfo | |
|---|---|
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)
|
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)
|
static void |
Assembler.mergeServices(AppInfo appInfo)
|
Exception |
DeploymentExceptionManager.saveDeploymentException(AppInfo appInfo,
Exception exception)
|
void |
WebAppBuilder.undeployWebApps(AppInfo appInfo)
|
| Constructors in org.apache.openejb.assembler.classic with parameters of type AppInfo | |
|---|---|
CmpJarBuilder(AppInfo appInfo,
ClassLoader classLoader)
|
|
Info(AppInfo appInfo)
|
|
| Uses of AppInfo in org.apache.openejb.assembler.classic.event |
|---|
| Methods in org.apache.openejb.assembler.classic.event that return AppInfo | |
|---|---|
AppInfo |
AssemblerAfterApplicationCreated.getApp()
|
AppInfo |
NewEjbAvailableAfterApplicationCreated.getApp()
|
AppInfo |
BeanContextsInitializedEvent.getApp()
|
AppInfo |
AssemblerBeforeApplicationDestroyed.getApp()
|
| Constructors in org.apache.openejb.assembler.classic.event with parameters of type AppInfo | |
|---|---|
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)
|
|
| Uses of AppInfo in org.apache.openejb.assembler.classic.util |
|---|
| Methods in org.apache.openejb.assembler.classic.util with parameters of type AppInfo | |
|---|---|
static Collection<IdPropertiesInfo> |
PojoUtil.findPojoConfig(Collection<IdPropertiesInfo> pojoConfigurations,
AppInfo appInfo,
WebAppInfo webApp)
|
| Uses of AppInfo in org.apache.openejb.cdi |
|---|
| Fields in org.apache.openejb.cdi with type parameters of type AppInfo | |
|---|---|
static ThreadLocal<AppInfo> |
OpenEJBLifecycle.CURRENT_APP_INFO
|
| Methods in org.apache.openejb.cdi that return AppInfo | |
|---|---|
AppInfo |
StartupObject.getAppInfo()
|
| Methods in org.apache.openejb.cdi with parameters of type AppInfo | |
|---|---|
void |
CdiBuilder.build(AppInfo appInfo,
AppContext appContext,
List<BeanContext> allDeployments)
|
void |
CdiBuilder.build(AppInfo appInfo,
AppContext appContext,
List<BeanContext> allDeployments,
WebContext webContext)
|
| Constructors in org.apache.openejb.cdi with parameters of type AppInfo | |
|---|---|
StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts)
|
|
StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts,
WebContext webContext)
|
|
| Uses of AppInfo in org.apache.openejb.config |
|---|
| Methods in org.apache.openejb.config that return AppInfo | |
|---|---|
AppInfo |
ConfigurationFactory.configureApplication(AppModule appModule)
|
AppInfo |
ConfigurationFactory.configureApplication(ClassLoader classLoader,
String id,
List<File> jarFiles)
embedded usage |
AppInfo |
ConfigurationFactory.configureApplication(File jarFile)
|
| Constructors in org.apache.openejb.config with parameters of type AppInfo | |
|---|---|
JndiEncInfoBuilder(AppInfo appInfo)
|
|
| Uses of AppInfo in org.apache.openejb.web |
|---|
| Methods in org.apache.openejb.web with parameters of type AppInfo | |
|---|---|
void |
LightweightWebAppBuilder.deployWebApps(AppInfo appInfo,
ClassLoader classLoader)
|
void |
LightweightWebAppBuilder.undeployWebApps(AppInfo appInfo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||