| Class | Description |
|---|---|
| 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.
|
| AppClientArchivist |
This class is responsible for handling J2EE app client files.
|
| ApplicationArchivist |
This class is responsible for handling application archive files
|
| ApplicationFactory |
Factory for application object
|
| Archivist<T extends BundleDescriptor> |
This abstract class contains all common behaviour for Achivisits.
|
| ArchivistFactory |
This factory class is responsible for creating
Archivists |
| DescriptorArchivist |
This class is responsible for writing deployment descriptors
after a deployment action has occured to a abstract archive instance.
|
| EARBasedPersistenceHelper |
Common logic supporting persistence archivists that deal with EARs.
|
| EarPersistenceArchivist | |
| ExtensionsArchivist |
An extension archivist is processing extensions deployment descriptors like
web services, persistence or even EJB information within a war file.
|
| PersistenceArchivist |
Class for processing JPA on a deployment
|
| PersistenceArchivist.SubArchivePURootScanner | |
| ServerSidePersistenceArchivist |
Archivist that reads persitence.xml for ejb jars and appclient while running on server side
|
| WarPersistenceArchivist |
This checks in war archives using JPA
|
| Annotation Type | Description |
|---|---|
| ArchivistFor |
Normally goes with
Service annotation,
and this annotation must be placed on a class that extends
Archivist. |
| ExtensionsArchivistFor |
Normally goes with
Service annotation,
and this annotation must be placed on a class that extends
ExtensionsArchivist. |
Copyright © 2019. All rights reserved.