Uses of Class
org.glassfish.internal.data.ApplicationInfo

Packages that use ApplicationInfo
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
 ApplicationInfo ApplicationRegistry.get(String name)
           
 

Methods in org.glassfish.internal.data with parameters of type ApplicationInfo
 void ApplicationRegistry.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
static EventTypes<ApplicationInfo> Deployment.APPLICATION_DISABLED
           
static EventTypes<ApplicationInfo> Deployment.APPLICATION_LOADED
           
static EventTypes<ApplicationInfo> Deployment.APPLICATION_STARTED
           
static EventTypes<ApplicationInfo> Deployment.APPLICATION_STOPPED
           
static EventTypes<ApplicationInfo> Deployment.APPLICATION_UNLOADED
           
static EventTypes<ApplicationInfo> Deployment.DEPLOYMENT_SUCCESS
          This asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application) succeeded.
static EventTypes<ApplicationInfo> Deployment.UNDEPLOYMENT_START
          This 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
 ApplicationInfo Deployment.deploy(Collection<Sniffer> sniffers, ExtendedDeploymentContext context)
           
 ApplicationInfo Deployment.deploy(ExtendedDeploymentContext context)
           
 ApplicationInfo Deployment.get(String appName)
           
 ApplicationInfo Deployment.unload(ApplicationInfo appInfo, ExtendedDeploymentContext context)
           
 

Methods in org.glassfish.internal.deployment with parameters of type ApplicationInfo
 void Deployment.disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)
           
 void Deployment.registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, org.jvnet.hk2.config.Transaction t)
           
 void Deployment.registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, org.jvnet.hk2.config.Transaction t, boolean appRefOnly)
           
 ApplicationInfo Deployment.unload(ApplicationInfo appInfo, ExtendedDeploymentContext context)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.