Uses of Interface
org.glassfish.api.deployment.DeploymentContext
-
Packages that use DeploymentContext Package Description 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 Modifier and Type Method Description String[]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 DeploymentContext Modifier and Type Method Description voidDeployer. clean(DeploymentContext context)Clean any files and artifacts that were created during the execution of the prepare method.TApplicationMetaDataProvider. load(DeploymentContext dc)Load the metadata associated with the deployment eventUDeployer. 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 DeploymentContext Modifier and Type Method Description voidArchiveHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)Prepares the jar file to a format the ApplicationContainer is expecting.ClassLoaderArchiveHandler. getClassLoader(ClassLoader parent, DeploymentContext context)Creates a classloader that can load code from inside the archive.StringArchiveHandler. getDefaultApplicationName(ReadableArchive archive, DeploymentContext context)voidCompositeHandler. initCompositeMetaData(DeploymentContext context)
-