Uses of Interface
com.sun.enterprise.config.serverbeans.Application
Packages that use Application
Package
Description
-
Uses of Application in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return ApplicationModifier and TypeMethodDescriptiondefault ApplicationApplications.getApplication(String moduleID) Return the application with the given module ID (name), ornullif no such application exists.ConfigBeansUtilities.getSystemApplicationReferencedFrom(String sn, String appName) default ApplicationDomain.getSystemApplicationReferencedFrom(String serverName, String appName) Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ApplicationModifier and TypeMethodDescriptionConfigBeansUtilities.getAllDefinedSystemApplications()default List<Application> Domain.getAllDefinedSystemApplications()default List<Application> Applications.getApplications()default List<Application> Domain.getApplicationsInTarget(String target) default List<Application> Applications.getApplicationsWithSnifferType(String snifferType) default List<Application> Applications.getApplicationsWithSnifferType(String snifferType, boolean onlyStandaloneModules) ConfigBeansUtilities.getSystemApplicationsReferencedFrom(String sn) Returns the list of system-applications that are referenced from the given server.default List<Application> Domain.getSystemApplicationsReferencedFrom(String serverName) Returns the list of system-applications that are referenced from the given server. -
Uses of Application in com.sun.enterprise.config.serverbeans.customvalidators
Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type ApplicationModifier and TypeMethodDescriptionbooleanContextRootCheckValidator.isValid(Application app, jakarta.validation.ConstraintValidatorContext cvc)