Uses of Interface
com.sun.enterprise.config.serverbeans.Application
-
-
Uses of Application in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return Application Modifier and Type Method Description static ApplicationApplications.Duck. getApplication(Applications apps, String moduleID)ApplicationApplications. getApplication(String moduleID)Return the application with the given module ID (name), or null if no such application exists.ApplicationConfigBeansUtilities. getSystemApplicationReferencedFrom(String sn, String appName)static ApplicationDomain.Duck. getSystemApplicationReferencedFrom(Domain d, String sn, String appName)ApplicationDomain. getSystemApplicationReferencedFrom(String sn, String appName)Methods in com.sun.enterprise.config.serverbeans with parameters of type Application Modifier and Type Method Description static 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 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 Application Modifier and Type Method Description booleanContextRootCheckValidator. isValid(Application app, jakarta.validation.ConstraintValidatorContext cvc) -
Uses of Application in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util with parameters of type Application Modifier and Type Method Description booleanResourcesUtil. isEnabled(Application application) -
Uses of Application in com.sun.enterprise.resource.deployer
Methods in com.sun.enterprise.resource.deployer with parameters of type Application Modifier and Type Method Description voidAbstractConnectorResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidAdministeredObjectDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidConnectionFactoryDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJMSConnectionFactoryDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJMSDestinationDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidMailSessionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Application in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server with parameters of type Application Modifier and Type Method Description ExtendedDeploymentContextApplicationLifecycle. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)ExtendedDeploymentContextApplicationLifecycle. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger)List<Sniffer>ApplicationLifecycle. getSniffersFromApp(Application app)booleanApplicationLifecycle. isAppEnabled(Application app)List<Deployment.ApplicationDeployment>ApplicationLoaderService. processApplication(Application app, ApplicationRef appRef) -
Uses of Application in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return Application Modifier and Type Method Description ApplicationWebModule. getBean()ApplicationWebModuleConfig. getBean()Return the configuration information specified in server.xml.Methods in com.sun.enterprise.web with parameters of type Application Modifier and Type Method Description voidWebModule. setBean(Application bean)voidWebModuleConfig. setBean(Application wmBean)Set the elements of information specified in the web-module element in server.xml. -
Uses of Application in fish.payara.appserver.monitoring.rest.service.adapter
Methods in fish.payara.appserver.monitoring.rest.service.adapter that return Application Modifier and Type Method Description ApplicationRestMonitoringAdapter. getSystemApplicationConfig()Gets the application config for the system application with the matching name or context root (in that order).ApplicationRestMonitoringAdapter. getSystemApplicationConfig(String contextRoot)Gets the application config for the system application with the matching context root. -
Uses of Application in org.glassfish.concurrent.runtime.deployer
Methods in org.glassfish.concurrent.runtime.deployer with parameters of type Application Modifier and Type Method Description voidContextServiceDefinitionDescriptorDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidContextServiceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedExecutorDescriptorDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedExecutorServiceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedScheduledExecutorDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedScheduledExecutorServiceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedThreadFactoryDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedThreadFactoryDescriptorDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Application in org.glassfish.deployment.admin
Methods in org.glassfish.deployment.admin with parameters of type Application Modifier and Type Method Description static voidDeployCommand. retrieveArtifacts(AdminCommandContext context, Application app, String targetLocalDir)Places into the outgoing payload the downloadable artifacts for an application.static voidDeployCommand. retrieveArtifacts(AdminCommandContext context, Application app, String targetLocalDir, boolean reportErrorsInTopReport)Places into the outgoing payload the downloadable artifacts for an application. -
Uses of Application in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common with parameters of type Application Modifier and Type Method Description static ArtifactsDeploymentUtils. downloadableArtifacts(Application app)Returns the downloadable artifacts object derived from the properties saved with the specified Applicationstatic ArtifactsDeploymentUtils. generatedArtifacts(Application app)Returns the generated artifacts object derived from the properties saved with the specified ApplicationConstructors in org.glassfish.deployment.common with parameters of type Application Constructor Description ApplicationConfigInfo(Application app) -
Uses of Application in org.glassfish.deployment.versioning
Method parameters in org.glassfish.deployment.versioning with type arguments of type Application Modifier and Type Method Description static List<String>VersioningUtils. getVersions(String untaggedName, List<Application> allApplications)Extract the set of version(s) of the given application from a set of applications. -
Uses of Application in org.glassfish.internal.data
Methods in org.glassfish.internal.data with parameters of type Application Modifier and Type Method Description voidApplicationInfo. save(Application app)Saves its state to the configuration. -
Uses of Application in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return Application Modifier and Type Method Description ApplicationApplicationOrderInfo. getApplication()Methods in org.glassfish.internal.deployment with parameters of type Application Modifier and Type Method Description DeploymentContextDeployment. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)DeploymentContextDeployment. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger)List<Sniffer>Deployment. getSniffersFromApp(Application app)booleanDeployment. isAppEnabled(Application app)Constructors in org.glassfish.internal.deployment with parameters of type Application Constructor Description ApplicationOrderInfo(Application app, int order) -
Uses of Application in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer with parameters of type Application Modifier and Type Method Description voidDataSourceDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJdbcConnectionPoolDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJdbcResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Application in org.glassfish.loadbalancer.admin.cli.reader.impl
Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type Application Constructor Description WebModuleReaderImpl(String name, ApplicationRef ref, Application application, WebBundleDescriptor webBundleDescriptor)WebServiceEndpointReaderImpl(String name, ApplicationRef ref, Application application, WebServiceEndpoint bean) -
Uses of Application in org.glassfish.resourcebase.resources.api
Methods in org.glassfish.resourcebase.resources.api with parameters of type Application Modifier and Type Method Description voidResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Application in org.glassfish.resources.deployer
Methods in org.glassfish.resources.deployer with parameters of type Application Modifier and Type Method Description voidCustomResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidExternalJndiResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Application in org.glassfish.resources.javamail.deployer
Methods in org.glassfish.resources.javamail.deployer with parameters of type Application Modifier and Type Method Description voidMailResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)
-