| Package | Description |
|---|---|
| com.sun.enterprise.deployment.archivist |
| Modifier and Type | Class and Description |
|---|---|
class |
ACCPersistenceArchivist
PersistenceArchivist 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.
|
class |
EarPersistenceArchivist |
class |
PersistenceArchivist |
class |
ServerSidePersistenceArchivist
Archivist that reads persitence.xml for ejb jars and appclient while running on server side
|
class |
WarPersistenceArchivist |
| Modifier and Type | Field and Description |
|---|---|
protected List<ExtensionsArchivist> |
Archivist.extensionsArchivists |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionsArchivist> |
Archivist.getExtensionArchivists() |
List<ExtensionsArchivist> |
ArchivistFactory.getExtensionsArchivists(Collection<org.glassfish.api.container.Sniffer> sniffers,
org.glassfish.api.deployment.archive.ArchiveType moduleType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppClientArchivist.postStandardDDsRead(ApplicationClientDescriptor descriptor,
org.glassfish.api.deployment.archive.ReadableArchive archive,
Map<ExtensionsArchivist,org.glassfish.deployment.common.RootDeploymentDescriptor> extensions)
perform any action after all standard DDs is read
|
protected void |
Archivist.postStandardDDsRead(T descriptor,
org.glassfish.api.deployment.archive.ReadableArchive archive,
Map<ExtensionsArchivist,org.glassfish.deployment.common.RootDeploymentDescriptor> extensions)
perform any action after all standard DDs is read
|
protected void |
Archivist.readAnnotations(org.glassfish.api.deployment.archive.ReadableArchive archive,
T descriptor,
Map<ExtensionsArchivist,org.glassfish.deployment.common.RootDeploymentDescriptor> extensions)
Read all Java EE annotations
|
protected void |
Archivist.readAnnotations(org.glassfish.api.deployment.archive.ReadableArchive archive,
T descriptor,
Map<ExtensionsArchivist,org.glassfish.deployment.common.RootDeploymentDescriptor> extensions,
ModuleScanner scanner) |
void |
Archivist.setExtensionArchivists(List<ExtensionsArchivist> archivists)
Set the applicable extension archivists for this archivist
|
Copyright © 2013. All Rights Reserved.