Uses of Class
com.sun.enterprise.deployment.archivist.ExtensionsArchivist
-
-
Uses of ExtensionsArchivist in com.sun.enterprise.deployment.archivist
Subclasses of ExtensionsArchivist in com.sun.enterprise.deployment.archivist Modifier and Type Class Description classACCPersistenceArchivistPersistenceArchivist for app clients that knows how to scan for PUs in the app client itself as well as in library JARs (or top-level JARs from the containing EAR) that might accompany the app client.classEarPersistenceArchivistclassPersistenceArchivistClass for processing JPA on a deploymentclassServerSidePersistenceArchivistArchivist that reads persitence.xml for ejb jars and appclient while running on server sideclassWarPersistenceArchivistThis checks in war archives using JPAFields in com.sun.enterprise.deployment.archivist with type parameters of type ExtensionsArchivist Modifier and Type Field Description protected List<ExtensionsArchivist>Archivist. extensionsArchivistsMethods in com.sun.enterprise.deployment.archivist that return types with arguments of type ExtensionsArchivist Modifier and Type Method Description List<ExtensionsArchivist>Archivist. getExtensionArchivists()List<ExtensionsArchivist>ArchivistFactory. getExtensionsArchivists(Collection<Sniffer> sniffers, ArchiveType moduleType)Gets all the classes for processing parts of a specified archiveMethod parameters in com.sun.enterprise.deployment.archivist with type arguments of type ExtensionsArchivist Modifier and Type Method Description protected voidAppClientArchivist. postStandardDDsRead(ApplicationClientDescriptor descriptor, ReadableArchive archive, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)perform any action after all standard DDs is readprotected voidArchivist. postStandardDDsRead(T descriptor, ReadableArchive archive, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)perform any action after all standard DDs is readprotected voidArchivist. readAnnotations(ReadableArchive archive, T descriptor, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)Read all Java EE annotationsprotected voidArchivist. readAnnotations(ReadableArchive archive, T descriptor, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions, ModuleScanner scanner)voidArchivist. setExtensionArchivists(List<ExtensionsArchivist> archivists)Set the applicable extension archivists for this archivist -
Uses of ExtensionsArchivist in org.glassfish.ejb.deployment.archivist
Subclasses of ExtensionsArchivist in org.glassfish.ejb.deployment.archivist Modifier and Type Class Description classEjbInWarArchivist -
Uses of ExtensionsArchivist in org.glassfish.web.deployment.archivist
Method parameters in org.glassfish.web.deployment.archivist with type arguments of type ExtensionsArchivist Modifier and Type Method Description protected voidWebArchivist. postStandardDDsRead(WebBundleDescriptorImpl descriptor, ReadableArchive archive, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)After reading all the standard deployment descriptors, merge any resource descriptors from EJB descriptors into the WebBundleDescriptor. -
Uses of ExtensionsArchivist in org.glassfish.webservices.archivist
Subclasses of ExtensionsArchivist in org.glassfish.webservices.archivist Modifier and Type Class Description classWebServicesArchivistExtension Archivist for webservices.
-