Uses of Interface
org.glassfish.api.deployment.archive.ArchiveHandler
-
-
Uses of ArchiveHandler in com.sun.enterprise.connectors.connector.module
Methods in com.sun.enterprise.connectors.connector.module that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerRarDetector. getArchiveHandler() -
Uses of ArchiveHandler in com.sun.enterprise.connectors.module
Classes in com.sun.enterprise.connectors.module that implement ArchiveHandler Modifier and Type Class Description classRarHandlerArchive handler for resource-adapters -
Uses of ArchiveHandler in com.sun.enterprise.deploy.shared
Classes in com.sun.enterprise.deploy.shared that implement ArchiveHandler Modifier and Type Class Description classAbstractArchiveHandlerCommon methods for ArchiveHandler implementations -
Uses of ArchiveHandler in com.sun.enterprise.glassfish.web
Classes in com.sun.enterprise.glassfish.web that implement ArchiveHandler Modifier and Type Class Description classWarHandlerImplementation of the ArchiveHandler for war files. -
Uses of ArchiveHandler in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerApplicationLifecycle.DeploymentContextBuidlerImpl. archiveHandler()ArchiveHandlerApplicationLifecycle. getArchiveHandler(ReadableArchive archive)Returns the ArchiveHandler for the passed archive abstraction or null if there are none.ArchiveHandlerApplicationLifecycle. getArchiveHandler(ReadableArchive archive, String type)Returns the ArchiveHandler for the passed archive abstraction or null if there are none.Methods in com.sun.enterprise.v3.server with parameters of type ArchiveHandler Modifier and Type Method Description Deployment.DeploymentContextBuilderApplicationLifecycle.DeploymentContextBuidlerImpl. archiveHandler(ArchiveHandler handler)Collection<? extends Sniffer>ApplicationLifecycle. getSniffers(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)List<EngineInfo>ApplicationLifecycle. setupContainerInfos(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)set up containers and prepare the sorted ModuleInfos -
Uses of ArchiveHandler in org.glassfish.api.deployment
Methods in org.glassfish.api.deployment that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerDeploymentContext. getArchiveHandler()Returns the archive handler that's associated with this contextMethods in org.glassfish.api.deployment that return types with arguments of type ArchiveHandler Modifier and Type Method Description Map<String,ArchiveHandler>DeploymentContext. getModuleArchiveHandlers()Gets the archive handlers for modules -
Uses of ArchiveHandler in org.glassfish.api.deployment.archive
Subinterfaces of ArchiveHandler in org.glassfish.api.deployment.archive Modifier and Type Interface Description interfaceCompositeHandlerComposite handlers are just like any other ArchiveHandler except they get a chance at looking at the archive before the archive handlers do The main reason for this tag interface is that some archive handlers might be tricked into thinking a composite archive is theirs when in fact they only own a part of it.Methods in org.glassfish.api.deployment.archive that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerArchiveDetector. getArchiveHandler()Return a ArchiveHandler that can handle the archive recognised by this ArchiveDetector. -
Uses of ArchiveHandler in org.glassfish.appclient.server.connector
Methods in org.glassfish.appclient.server.connector that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerCarDetector. getArchiveHandler() -
Uses of ArchiveHandler in org.glassfish.appclient.server.core
Classes in org.glassfish.appclient.server.core that implement ArchiveHandler Modifier and Type Class Description classCarHandler -
Uses of ArchiveHandler in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerDeploymentContextImpl. getArchiveHandler()Methods in org.glassfish.deployment.common that return types with arguments of type ArchiveHandler Modifier and Type Method Description Map<String,ArchiveHandler>DeploymentContextImpl. getModuleArchiveHandlers()Gets the archive handlers for modulesMethods in org.glassfish.deployment.common with parameters of type ArchiveHandler Modifier and Type Method Description voidDeploymentContextImpl. createApplicationClassLoader(ClassLoaderHierarchy clh, ArchiveHandler handler)voidDeploymentContextImpl. createDeploymentClassLoader(ClassLoaderHierarchy clh, ArchiveHandler handler)voidDeploymentContextImpl. setArchiveHandler(ArchiveHandler archiveHandler) -
Uses of ArchiveHandler in org.glassfish.ejb.deployment
Classes in org.glassfish.ejb.deployment that implement ArchiveHandler Modifier and Type Class Description classEjbJarHandler -
Uses of ArchiveHandler in org.glassfish.ejb.deployment.archive
Methods in org.glassfish.ejb.deployment.archive that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerEjbJarDetector. getArchiveHandler() -
Uses of ArchiveHandler in org.glassfish.extras.osgicontainer
Classes in org.glassfish.extras.osgicontainer that implement ArchiveHandler Modifier and Type Class Description classOSGiArchiveHandlerArchive Handler for OSGi modules.Methods in org.glassfish.extras.osgicontainer that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerOSGiArchiveDetector. getArchiveHandler() -
Uses of ArchiveHandler in org.glassfish.internal.deployment
Classes in org.glassfish.internal.deployment that implement ArchiveHandler Modifier and Type Class Description classGenericHandlerPretty generic implementation of some ArchiveHandler methodsMethods in org.glassfish.internal.deployment that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerDeployment.DeploymentContextBuilder. archiveHandler()ArchiveHandlerDeployment. getArchiveHandler(ReadableArchive archive)ArchiveHandlerDeployment. getArchiveHandler(ReadableArchive archive, String type)Methods in org.glassfish.internal.deployment with parameters of type ArchiveHandler Modifier and Type Method Description Deployment.DeploymentContextBuilderDeployment.DeploymentContextBuilder. archiveHandler(ArchiveHandler handler)voidExtendedDeploymentContext. createApplicationClassLoader(ClassLoaderHierarchy clh, ArchiveHandler handler)Create the final class loader.It will be used to load and start application.voidExtendedDeploymentContext. createDeploymentClassLoader(ClassLoaderHierarchy clh, ArchiveHandler handler)Create the deployment class loader.It will be used for sniffer retrieval, metadata parsing and deployer prepare.Collection<? extends Sniffer>Deployment. getSniffers(ArchiveHandler archiveHandler, Collection<? extends Sniffer> sniffers, DeploymentContext context)voidExtendedDeploymentContext. setArchiveHandler(ArchiveHandler archiveHandler)Sets the archive handler that's associated with this contextList<EngineInfo>Deployment. setupContainerInfos(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context) -
Uses of ArchiveHandler in org.glassfish.javaee.full.deployment
Classes in org.glassfish.javaee.full.deployment that implement ArchiveHandler Modifier and Type Class Description classEarHandlerMethods in org.glassfish.javaee.full.deployment that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerEarDetector. getArchiveHandler() -
Uses of ArchiveHandler in org.glassfish.web.sniffer
Methods in org.glassfish.web.sniffer that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerWarDetector. getArchiveHandler()
-