Uses of Class
org.glassfish.internal.data.ApplicationInfo
-
Packages that use ApplicationInfo Package Description org.glassfish.internal.data org.glassfish.internal.deployment -
-
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 with type parameters of type ApplicationInfo Modifier and Type Field Description static org.glassfish.api.event.EventTypes<ApplicationInfo>Deployment. APPLICATION_DISABLEDstatic org.glassfish.api.event.EventTypes<ApplicationInfo>Deployment. APPLICATION_LOADEDstatic org.glassfish.api.event.EventTypes<ApplicationInfo>Deployment. APPLICATION_STARTEDstatic org.glassfish.api.event.EventTypes<ApplicationInfo>Deployment. APPLICATION_STOPPEDstatic org.glassfish.api.event.EventTypes<ApplicationInfo>Deployment. APPLICATION_UNLOADEDstatic org.glassfish.api.event.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 org.glassfish.api.event.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 org.glassfish.api.container.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 org.glassfish.api.deployment.DeploymentContextDeployment. disable(org.glassfish.api.deployment.UndeployCommandParameters commandParams, com.sun.enterprise.config.serverbeans.Application app, ApplicationInfo appInfo, org.glassfish.api.ActionReport report, Logger logger)voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, org.glassfish.api.deployment.DeploymentContext context, org.jvnet.hk2.config.Transaction t)voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, org.glassfish.api.deployment.DeploymentContext context, org.jvnet.hk2.config.Transaction t, boolean appRefOnly)ApplicationInfoDeployment. unload(ApplicationInfo appInfo, ExtendedDeploymentContext context)
-