Uses of Class
org.glassfish.internal.data.ApplicationInfo
-
-
Uses of ApplicationInfo in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return ApplicationInfo Modifier and Type Method Description ApplicationInfoApplicationLifecycle. deploy(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)ApplicationInfoApplicationLifecycle. deploy(ExtendedDeploymentContext context)ApplicationInfoApplicationLifecycle. get(String appName)ApplicationInfoApplicationLifecycle. unload(ApplicationInfo info, ExtendedDeploymentContext context)Methods in com.sun.enterprise.v3.server with parameters of type ApplicationInfo Modifier and Type Method Description ExtendedDeploymentContextApplicationLifecycle. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)voidApplicationLifecycle. initialize(ApplicationInfo appInfo, Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)voidApplicationLifecycle. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t)voidApplicationLifecycle. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t, boolean appRefOnly)ApplicationInfoApplicationLifecycle. unload(ApplicationInfo info, ExtendedDeploymentContext context) -
Uses of ApplicationInfo in fish.payara.appserver.micro.services.data
Methods in fish.payara.appserver.micro.services.data with parameters of type ApplicationInfo Modifier and Type Method Description voidInstanceDescriptorImpl. addApplication(ApplicationInfo info)Constructors in fish.payara.appserver.micro.services.data with parameters of type ApplicationInfo Constructor Description ApplicationDescriptorImpl(ApplicationInfo info) -
Uses of ApplicationInfo in fish.payara.nucleus.hotdeploy
Methods in fish.payara.nucleus.hotdeploy that return ApplicationInfo Modifier and Type Method Description ApplicationInfoApplicationState. getApplicationInfo()Methods in fish.payara.nucleus.hotdeploy with parameters of type ApplicationInfo Modifier and Type Method Description voidApplicationState. setApplicationInfo(ApplicationInfo applicationInfo) -
Uses of ApplicationInfo in org.glassfish.internal.data
Methods in org.glassfish.internal.data that return ApplicationInfo Modifier and Type Method Description ApplicationInfoApplicationRegistry. get(String name)Methods in org.glassfish.internal.data with parameters of type ApplicationInfo Modifier and Type Method Description voidApplicationRegistry. add(String name, ApplicationInfo info) -
Uses of ApplicationInfo in org.glassfish.internal.deployment
Fields in org.glassfish.internal.deployment declared as ApplicationInfo Modifier and Type Field Description ApplicationInfoDeployment.ApplicationDeployment. appInfoFields in org.glassfish.internal.deployment with type parameters of type ApplicationInfo Modifier and Type Field Description static EventTypes<ApplicationInfo>Deployment. APPLICATION_DISABLEDstatic EventTypes<ApplicationInfo>Deployment. APPLICATION_LOADEDstatic EventTypes<ApplicationInfo>Deployment. APPLICATION_STARTEDstatic EventTypes<ApplicationInfo>Deployment. APPLICATION_STOPPEDstatic EventTypes<ApplicationInfo>Deployment. APPLICATION_UNLOADEDstatic EventTypes<ApplicationInfo>Deployment. DEPLOYMENT_COMMAND_FINISHThis synchronous event is sent at the end of deployment command processstatic EventTypes<ApplicationInfo>Deployment. DEPLOYMENT_SUCCESSThis asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application) succeeded.static EventTypes<ApplicationInfo>Deployment. DISABLE_STARTThis event is thrown before the STOP deployment phase, notably from the disable and undeploy asadmin commands.static EventTypes<ApplicationInfo>Deployment. UNDEPLOYMENT_STARTThis asynchronous event is sent when a new deployment or loading of an already deployed application start.Methods in org.glassfish.internal.deployment that return ApplicationInfo Modifier and Type Method Description ApplicationInfoDeployment. deploy(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)ApplicationInfoDeployment. deploy(ExtendedDeploymentContext context)ApplicationInfoDeployment. get(String appName)ApplicationInfoDeployment. unload(ApplicationInfo appInfo, ExtendedDeploymentContext context)Methods in org.glassfish.internal.deployment with parameters of type ApplicationInfo Modifier and Type Method Description DeploymentContextDeployment. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)voidDeployment. initialize(ApplicationInfo appInfo, Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t)voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t, boolean appRefOnly)ApplicationInfoDeployment. unload(ApplicationInfo appInfo, ExtendedDeploymentContext context)Constructors in org.glassfish.internal.deployment with parameters of type ApplicationInfo Constructor Description ApplicationDeployment(ApplicationInfo appInfo, ExtendedDeploymentContext context)
-