|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppInfo | |
---|---|
org.apache.openejb.assembler | |
org.apache.openejb.assembler.classic | |
org.apache.openejb.config | |
org.apache.openejb.server.webservices | |
org.apache.openejb.spring |
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 location,
Properties properties)
|
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 with type parameters of type AppInfo | |
---|---|
List<AppInfo> |
ContainerSystemInfo.applications
|
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)
|
ClassLoader |
Assembler.createAppClassLoader(AppInfo appInfo)
|
void |
Assembler.createApplication(AppInfo appInfo)
|
void |
Assembler.createApplication(AppInfo appInfo,
ClassLoader classLoader)
|
List<DeploymentInfo> |
Assembler.createApplication(AppInfo appInfo,
ClassLoader classLoader,
boolean start)
|
void |
WebAppBuilder.deployWebApps(AppInfo appInfo,
ClassLoader classLoader)
|
void |
Assembler.destroyApplication(AppInfo appInfo)
|
void |
WebAppBuilder.undeployWebApps(AppInfo appInfo)
|
Constructors in org.apache.openejb.assembler.classic with parameters of type AppInfo | |
---|---|
CmpJarBuilder(AppInfo appInfo,
ClassLoader classLoader)
|
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)
|
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.server.webservices |
---|
Methods in org.apache.openejb.server.webservices with parameters of type AppInfo | |
---|---|
void |
WsService.afterApplicationCreated(AppInfo appInfo)
|
void |
WsService.beforeApplicationDestroyed(AppInfo appInfo)
|
Uses of AppInfo in org.apache.openejb.spring |
---|
Fields in org.apache.openejb.spring with type parameters of type AppInfo | |
---|---|
protected List<AppInfo> |
AbstractApplication.applications
|
Methods in org.apache.openejb.spring that return types with arguments of type AppInfo | |
---|---|
protected abstract List<AppInfo> |
AbstractApplication.loadApplications()
|
protected List<AppInfo> |
ClassPathApplication.loadApplications()
|
protected List<AppInfo> |
Application.loadApplications()
|
Methods in org.apache.openejb.spring with parameters of type AppInfo | |
---|---|
JndiBuilder.JndiNameStrategy |
AbstractApplication.createStrategy(AppInfo appInfo,
List<DeploymentInfo> deployments,
DeploymentInfo deployment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |