| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans |
| Modifier and Type | Method and Description |
|---|---|
<T extends ApplicationConfig> |
Engine.newApplicationConfig(Class<T> configType)
Creates a new instance of the specified type of app config.
|
static <T extends ApplicationConfig> |
Engine.Duck.newApplicationConfig(Engine instance,
Class<T> configType) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
Engine.getApplicationConfig() |
static ApplicationConfig |
Engine.Duck.getApplicationConfig(Engine instance) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationConfig> |
Engine.getApplicationConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.setApplicationConfig(ApplicationConfig config) |
static void |
Engine.Duck.setApplicationConfig(Engine instance,
ApplicationConfig config) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.