| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemApplications
Element describing the system-applications in domain.xml
|
| Modifier and Type | Method and Description |
|---|---|
Applications |
Domain.getApplications()
Gets the value of the applications property.
|
| Modifier and Type | Method and Description |
|---|---|
static Application |
Applications.Duck.getApplication(Applications apps,
String moduleID) |
static List<Application> |
Applications.Duck.getApplications(Applications apps) |
static List<Application> |
Applications.Duck.getApplicationsWithSnifferType(Applications apps,
String snifferType) |
static List<Application> |
Applications.Duck.getApplicationsWithSnifferType(Applications apps,
String snifferType,
boolean onlyStandaloneModules) |
static <T> T |
Applications.Duck.getModule(Applications apps,
Class<T> type,
String moduleID) |
static <T> List<T> |
Applications.Duck.getModules(Applications apps,
Class<T> type) |
void |
Domain.setApplications(Applications value)
Sets the value of the system-applications property.
|
| Constructor and Description |
|---|
ConfigBeansUtilities(Applications paramApps,
Domain paramDomain) |
Copyright © 2013. All Rights Reserved.