public interface Applications
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Interface and Description |
|---|---|
static class |
Applications.Duck |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication(String moduleID)
Return the application with the given module ID (name), or null if
no such application exists.
|
List<Application> |
getApplications() |
List<Application> |
getApplicationsWithSnifferType(String snifferType) |
List<Application> |
getApplicationsWithSnifferType(String snifferType,
boolean onlyStandaloneModules) |
<T> T |
getModule(Class<T> type,
String moduleID) |
List<org.glassfish.api.admin.config.ApplicationName> |
getModules()
Gets the value of the MbeanorApplication property.
|
<T> List<T> |
getModules(Class<T> type)
Gets a subset of
getModules() that has the given type. |
List<org.glassfish.api.admin.config.ApplicationName> getModules()
Application@DuckTyped <T> List<T> getModules(Class<T> type)
getModules() that has the given type.@DuckTyped List<Application> getApplications()
@DuckTyped Application getApplication(String moduleID)
moduleID - the module ID of the application@DuckTyped List<Application> getApplicationsWithSnifferType(String snifferType)
@DuckTyped List<Application> getApplicationsWithSnifferType(String snifferType, boolean onlyStandaloneModules)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.