Uses of Interface
org.glassfish.api.deployment.DeploymentContext
Packages that use DeploymentContext
Package
Description
-
Uses of DeploymentContext in org.glassfish.api.container
Methods in org.glassfish.api.container with parameters of type DeploymentContextModifier and TypeMethodDescriptionString[]Sniffer.getAnnotationNames(DeploymentContext context) Returns the list of annotation names that this sniffer is interested in.booleanSniffer.handles(DeploymentContext context) Returns true if the passed file or directory is recognized by this sniffer. -
Uses of DeploymentContext in org.glassfish.api.deployment
Methods in org.glassfish.api.deployment with parameters of type DeploymentContextModifier and TypeMethodDescriptionvoidDeployer.clean(DeploymentContext context) Clean any files and artifacts that were created during the execution of the prepare method.ApplicationMetaDataProvider.load(DeploymentContext dc) Load the metadata associated with the deployment eventDeployer.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> VDeployer.loadMetaData(Class<V> type, DeploymentContext context) Loads the meta date associated with the application.booleanDeployer.prepare(DeploymentContext context) Prepares the application bits for running in the application server.voidDeployer.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 DeploymentContextModifier and TypeMethodDescriptionvoidArchiveHandler.expand(ReadableArchive source, WritableArchive target, DeploymentContext context) Prepares the jar file to a format the ApplicationContainer is expecting.ArchiveHandler.getClassLoader(ClassLoader parent, DeploymentContext context) Creates a classloader that can load code from inside the archive.ArchiveHandler.getDefaultApplicationName(ReadableArchive archive, DeploymentContext context) voidCompositeHandler.initCompositeMetaData(DeploymentContext context)