Uses of Interface
org.glassfish.api.deployment.archive.ArchiveHandler

Packages that use ArchiveHandler
org.glassfish.api.deployment   
org.glassfish.api.deployment.archive   
 

Uses of ArchiveHandler in org.glassfish.api.deployment
 

Methods in org.glassfish.api.deployment that return ArchiveHandler
 ArchiveHandler DeploymentContext.getArchiveHandler()
          Returns the archive handler that's associated with this context
 

Methods in org.glassfish.api.deployment that return types with arguments of type ArchiveHandler
 java.util.Map<java.lang.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
 interface CompositeHandler
          Composite 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.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.