Uses of Interface
com.sun.enterprise.config.serverbeans.Applications
-
Packages that use Applications Package Description com.sun.enterprise.config.serverbeans -
-
Uses of Applications in com.sun.enterprise.config.serverbeans
Subinterfaces of Applications in com.sun.enterprise.config.serverbeans Modifier and Type Interface Description interfaceSystemApplicationsElement describing the system-applications in domain.xmlMethods in com.sun.enterprise.config.serverbeans that return Applications Modifier and Type Method Description @NotNull ApplicationsDomain. getApplications()Gets the value of the applications property.Methods in com.sun.enterprise.config.serverbeans with parameters of type Applications Modifier and Type Method Description static ApplicationApplications.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> TApplications.Duck. getModule(Applications apps, Class<T> type, String moduleID)static <T> List<T>Applications.Duck. getModules(Applications apps, Class<T> type)voidDomain. setApplications(Applications value)Sets the value of the system-applications property.Constructors in com.sun.enterprise.config.serverbeans with parameters of type Applications Constructor Description ConfigBeansUtilities(Applications paramApps, Domain paramDomain)
-