| 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 for processing JPA on a deployment
|
class |
ServerSidePersistenceArchivist
Archivist that reads persitence.xml for ejb jars and appclient while running on server side
|
class |
WarPersistenceArchivist
This checks in war archives using JPA
|
| 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<Sniffer> sniffers,
ArchiveType moduleType)
Gets all the classes for processing parts of a specified archive
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppClientArchivist.postStandardDDsRead(ApplicationClientDescriptor descriptor,
ReadableArchive archive,
Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)
perform any action after all standard DDs is read
|
protected void |
Archivist.postStandardDDsRead(T descriptor,
ReadableArchive archive,
Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)
perform any action after all standard DDs is read
|
protected void |
Archivist.readAnnotations(ReadableArchive archive,
T descriptor,
Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)
Read all Java EE annotations
|
protected void |
Archivist.readAnnotations(ReadableArchive archive,
T descriptor,
Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions,
ModuleScanner scanner) |
void |
Archivist.setExtensionArchivists(List<ExtensionsArchivist> archivists)
Set the applicable extension archivists for this archivist
|
| Modifier and Type | Class and Description |
|---|---|
class |
EjbInWarArchivist |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebArchivist.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebServicesArchivist
Extension Archivist for webservices.
|
Copyright © 2019. All rights reserved.