Uses of Class
org.glassfish.internal.deployment.Deployment.ApplicationDeployment
-
Packages that use Deployment.ApplicationDeployment Package Description com.sun.enterprise.v3.server org.glassfish.internal.data org.glassfish.internal.deployment -
-
Uses of Deployment.ApplicationDeployment in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return Deployment.ApplicationDeployment Modifier and Type Method Description Deployment.ApplicationDeploymentApplicationLifecycle. prepare(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)Methods in com.sun.enterprise.v3.server that return types with arguments of type Deployment.ApplicationDeployment Modifier and Type Method Description List<Deployment.ApplicationDeployment>ApplicationLoaderService. processApplication(Application app, ApplicationRef appRef) -
Uses of Deployment.ApplicationDeployment in org.glassfish.internal.data
Methods in org.glassfish.internal.data that return Deployment.ApplicationDeployment Modifier and Type Method Description Deployment.ApplicationDeploymentApplicationRegistry. getTransient(String appName)Methods in org.glassfish.internal.data with parameters of type Deployment.ApplicationDeployment Modifier and Type Method Description voidApplicationRegistry. addTransient(Deployment.ApplicationDeployment depl)transient apps are deployed, but not initialized yet -
Uses of Deployment.ApplicationDeployment in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return Deployment.ApplicationDeployment Modifier and Type Method Description Deployment.ApplicationDeploymentDeployment. prepare(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)
-