Uses of Interface
com.sun.enterprise.config.serverbeans.Applications
Packages that use Applications
-
Uses of Applications in com.sun.enterprise.config.serverbeans
Subinterfaces of Applications in com.sun.enterprise.config.serverbeansModifier and TypeInterfaceDescriptioninterfaceElement describing the system-applications in domain.xmlMethods in com.sun.enterprise.config.serverbeans that return ApplicationsModifier and TypeMethodDescription@NotNull ApplicationsDomain.getApplications()Gets the value of the applications property.Methods in com.sun.enterprise.config.serverbeans with parameters of type ApplicationsModifier and TypeMethodDescriptionstatic 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