Uses of Interface
org.glassfish.api.deployment.DeploymentContext

Packages that use DeploymentContext
org.glassfish.api.container   
org.glassfish.api.deployment   
org.glassfish.api.deployment.archive   
 

Uses of DeploymentContext in org.glassfish.api.container
 

Methods in org.glassfish.api.container with parameters of type DeploymentContext
 boolean CompositeSniffer.handles(DeploymentContext context)
          Returns true if the passed file or directory is recognized by this composite sniffer.
 

Uses of DeploymentContext in org.glassfish.api.deployment
 

Methods in org.glassfish.api.deployment with parameters of type DeploymentContext
 void Deployer.clean(DeploymentContext context)
          Clean any files and artifacts that were created during the execution of the prepare method.
 T ApplicationMetaDataProvider.load(DeploymentContext dc)
          Load the metadata associated with the deployment event
 U Deployer.load(T container, DeploymentContext context)
          Loads a previously prepared application in its execution environment and return a ContractProvider instance that will identify this environment in future communications with the application's container runtime.
<V> V
Deployer.loadMetaData(java.lang.Class<V> type, DeploymentContext context)
          Loads the meta date associated with the application.
 boolean Deployer.prepare(DeploymentContext context)
          Prepares the application bits for running in the application server.
 void Deployer.unload(U appContainer, DeploymentContext context)
          Unload or stop a previously running application identified with the ContractProvider instance.
 

Uses of DeploymentContext in org.glassfish.api.deployment.archive
 

Methods in org.glassfish.api.deployment.archive with parameters of type DeploymentContext
 void ArchiveHandler.expand(ReadableArchive source, WritableArchive target, DeploymentContext context)
          Prepares the jar file to a format the ApplicationContainer is expecting.
 java.lang.ClassLoader ArchiveHandler.getClassLoader(java.lang.ClassLoader parent, DeploymentContext context)
          Creates a classloader that can load code from inside the archive.
 java.lang.String ArchiveHandler.getDefaultApplicationName(ReadableArchive archive, DeploymentContext context)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.