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 TypeMethodDescriptionstatic ApplicationApplications.Duck.getApplication(Applications apps, String moduleID) Applications.getApplication(String moduleID) Return the application with the given module ID (name), or null if no such application exists.ConfigBeansUtilities.getSystemApplicationReferencedFrom(String sn, String appName) static ApplicationDomain.Duck.getSystemApplicationReferencedFrom(Domain d, String sn, String appName) Domain.getSystemApplicationReferencedFrom(String sn, String appName) Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ApplicationModifier and TypeMethodDescriptionConfigBeansUtilities.getAllDefinedSystemApplications()static List<Application>Domain.Duck.getAllDefinedSystemApplications(Domain me) Domain.getAllDefinedSystemApplications()static List<Application>Applications.Duck.getApplications(Applications apps) Applications.getApplications()static List<Application>Domain.Duck.getApplicationsInTarget(Domain me, String target) Domain.getApplicationsInTarget(String target) static List<Application>Applications.Duck.getApplicationsWithSnifferType(Applications apps, String snifferType) static List<Application>Applications.Duck.getApplicationsWithSnifferType(Applications apps, String snifferType, boolean onlyStandaloneModules) Applications.getApplicationsWithSnifferType(String snifferType) Applications.getApplicationsWithSnifferType(String snifferType, boolean onlyStandaloneModules) ConfigBeansUtilities.getSystemApplicationsReferencedFrom(String sn) Returns the list of system-applications that are referenced from the given server.static List<Application>Domain.Duck.getSystemApplicationsReferencedFrom(Domain d, String sn) Domain.getSystemApplicationsReferencedFrom(String sn) Returns the list of system-applications that are referenced from the given server.Methods in com.sun.enterprise.config.serverbeans with parameters of type ApplicationModifier and TypeMethodDescriptionstatic FileApplication.Duck.altDD(Application instance) static FileApplication.Duck.application(Application instance) static StringApplication.Duck.archiveType(Application instance) static booleanApplication.Duck.containsSnifferType(Application app, String snifferType) static FileApplication.Duck.deploymentPlan(Application instance) static org.glassfish.api.deployment.DeployCommandParametersApplication.Duck.getDeployParameters(Application app, ApplicationRef appRef) static PropertiesApplication.Duck.getDeployProperties(Application instance) static <T extends ApplicationExtension>
TApplication.Duck.getExtensionByType(Application a, Class<T> type) static <T extends ApplicationExtension>
List<T>Application.Duck.getExtensionsByType(Application a, Class<T> type) static ModuleApplication.Duck.getModule(Application instance, String name) static Map<String,Properties> Application.Duck.getModulePropertiesMap(Application me) static booleanApplication.Duck.isLifecycleModule(Application me) static booleanApplication.Duck.isStandaloneModule(Application me) static FileApplication.Duck.runtimeAltDD(Application instance) -
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)