| Modifier and Type | Class and Description |
|---|---|
class |
Application
Objects of this type encapsulate the data and behaviour of a J2EE
application.
|
class |
ApplicationClientDescriptor
I represent all the deployment information about
an application client [{0}].
|
class |
BundleDescriptor
I am an abstract class representing all the deployment information common
to all component container structures held by an application.
|
class |
CommonResourceBundleDescriptor
Created by IntelliJ IDEA.
|
class |
ConnectorDescriptor
Deployment Information for connector
|
class |
EjbBundleDescriptor
I represent all the configurable deployment information contained in
an EJB JAR.
|
class |
PermissionsDescriptor |
class |
PersistenceUnitsDescriptor
This descriptor represents contents for one persistence.xml file.
|
class |
WebBundleDescriptor
This class represents all the deployment information about a web application.
|
class |
WebServicesDescriptor
Information about the web services defined in a single module.
|
| Modifier and Type | Method and Description |
|---|---|
RootDeploymentDescriptor |
PersistenceUnitsDescriptor.getParent() |
RootDeploymentDescriptor |
PermissionsDescriptor.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceUnitsDescriptor.setParent(RootDeploymentDescriptor parent) |
void |
PermissionsDescriptor.setParent(RootDeploymentDescriptor parent) |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedElementHandler |
AnnotatedElementHandlerFactory.createAnnotatedElementHandler(RootDeploymentDescriptor bundleDesc) |
| Modifier and Type | Method and Description |
|---|---|
<T extends RootDeploymentDescriptor> |
ExtensionsArchivist.addExtension(RootDeploymentDescriptor root,
RootDeploymentDescriptor extension)
Add the extension descriptor to the main descriptor
|
<T extends RootDeploymentDescriptor> |
PersistenceArchivist.getDefaultDescriptor() |
abstract <T extends RootDeploymentDescriptor> |
ExtensionsArchivist.getDefaultDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
<T extends RootDeploymentDescriptor> |
ExtensionsArchivist.addExtension(RootDeploymentDescriptor root,
RootDeploymentDescriptor extension)
Add the extension descriptor to the main descriptor
|
ConfigurationDeploymentDescriptorFile |
ExtensionsArchivist.getConfigurationDDFile(Archivist main,
RootDeploymentDescriptor descriptor,
ReadableArchive archive) |
List<ConfigurationDeploymentDescriptorFile> |
PersistenceArchivist.getConfigurationDDFiles(RootDeploymentDescriptor descriptor) |
abstract List<ConfigurationDeploymentDescriptorFile> |
ExtensionsArchivist.getConfigurationDDFiles(RootDeploymentDescriptor descriptor) |
DeploymentDescriptorFile |
PersistenceArchivist.getStandardDDFile(RootDeploymentDescriptor descriptor) |
abstract DeploymentDescriptorFile |
ExtensionsArchivist.getStandardDDFile(RootDeploymentDescriptor descriptor) |
Object |
EarPersistenceArchivist.open(Archivist main,
ReadableArchive earArchive,
RootDeploymentDescriptor descriptor)
Reads persistence.xml from spec defined pu roots of an ear.
|
Object |
ACCPersistenceArchivist.open(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor) |
Object |
PersistenceArchivist.open(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor) |
Object |
ExtensionsArchivist.open(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor)
Read the standard deployment descriptor of the extension
|
Object |
WarPersistenceArchivist.open(Archivist main,
ReadableArchive warArchive,
RootDeploymentDescriptor descriptor) |
protected ProcessingResult |
Archivist.processAnnotations(RootDeploymentDescriptor bundleDesc,
ModuleScanner scanner,
ReadableArchive archive)
Process annotations in a bundle descriptor, the annotation processing
is dependent on the type of descriptor being passed.
|
protected PersistenceUnitsDescriptor |
PersistenceArchivist.readPersistenceDeploymentDescriptor(Archivist main,
ReadableArchive subArchive,
String puRoot,
RootDeploymentDescriptor descriptor) |
Object |
ExtensionsArchivist.readRuntimeDeploymentDescriptor(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor)
Read the runtime deployment descriptors of the extension
|
| 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) |
| Constructor and Description |
|---|
WLSWebServicesDeploymentDescriptorFile(RootDeploymentDescriptor desc) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBundleNode<T extends RootDeploymentDescriptor>
This class defines all the common behaviour among nodes responsibles for
handling bundles
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBundleNode.addBundleNodeAttributes(Element bundleNode,
RootDeploymentDescriptor descriptor)
write the necessary attributes for the root node of this DDs document
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeBundleNode<T extends RootDeploymentDescriptor> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
RuntimeBundleNode.descriptor |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WLWebServicesDescriptorNode.addBundleNodeAttributes(Element bundleNode,
RootDeploymentDescriptor descriptor) |
Node |
WLWebServicesDescriptorNode.writeDescriptor(Node parent,
RootDeploymentDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DOLUtils.readRuntimeDeploymentDescriptor(List<ConfigurationDeploymentDescriptorFile> confDDFiles,
ReadableArchive archive,
RootDeploymentDescriptor descriptor,
Archivist main,
boolean warnIfMultipleDDs)
Read the runtime deployment descriptors (can contained in one or
many file) set the corresponding information in the passed descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleMapper.assignRole(Principal p,
Role r,
RootDeploymentDescriptor rdd)
Assigns a Principal to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderContainerContractInfoImpl.registerEMF(String unitName,
String persistenceRootUri,
RootDeploymentDescriptor containingBundle,
javax.persistence.EntityManagerFactory emf) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleDescriptor<T extends RootDeploymentDescriptor>
This class describes a module information for an application module
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> |
RootDeploymentDescriptor.extensions
Extensions for this module descriptor, keyed by type, indexed using the instance's index
|
protected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>> |
RootDeploymentDescriptor.extensions
Extensions for this module descriptor, keyed by type, indexed using the instance's index
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type,
T instance,
String index) |
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type,
String index)
This method returns one extension of the passed type in the scope with the right index
|
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors(Class<T> type)
This method returns all extensions of the passed type in the scope
|
| Modifier and Type | Method and Description |
|---|---|
RootDeploymentDescriptor |
RootDeploymentDescriptor.getMainDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors()
This method returns all the extensions deployment descriptors in the scope
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityRoleMapper.assignRole(Principal p,
Role r,
RootDeploymentDescriptor rdd)
Assigns a Principal to the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type,
T instance,
String index) |
<T extends RootDeploymentDescriptor> |
RootDeploymentDescriptor.getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type,
String index)
This method returns one extension of the passed type in the scope with the right index
|
| Modifier and Type | Method and Description |
|---|---|
RootDeploymentDescriptor |
EjbInWarArchivist.getDefaultDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationDeploymentDescriptorFile> |
EjbInWarArchivist.getConfigurationDDFiles(RootDeploymentDescriptor descriptor) |
DeploymentDescriptorFile |
EjbInWarArchivist.getStandardDDFile(RootDeploymentDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.EjbBundleDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerProviderContainerContractInfo.registerEMF(String unitName,
String persistenceRootUri,
RootDeploymentDescriptor containingBundle,
javax.persistence.EntityManagerFactory emf) |
void |
ProviderContainerContractInfo.registerEMF(String unitName,
String persistenceRootUri,
RootDeploymentDescriptor containingBundle,
javax.persistence.EntityManagerFactory emf)
Register the give emf with underlying container
|
| 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 |
WebBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.
|
class |
WebFragmentDescriptor
I am an object that represents all the deployment information about
a web fragment.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProcessingResult |
EmbeddedWebArchivist.processAnnotations(RootDeploymentDescriptor bundleDesc,
ModuleScanner scanner,
ReadableArchive archive) |
| Modifier and Type | Method and Description |
|---|---|
RootDeploymentDescriptor |
WebServicesArchivist.getDefaultDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationDeploymentDescriptorFile> |
WebServicesArchivist.getConfigurationDDFiles(RootDeploymentDescriptor descriptor) |
DeploymentDescriptorFile |
WebServicesArchivist.getStandardDDFile(RootDeploymentDescriptor descriptor) |
Object |
WebServicesArchivist.open(Archivist main,
ReadableArchive archive,
RootDeploymentDescriptor descriptor) |
| Constructor and Description |
|---|
WebServicesDeploymentDescriptorFile(RootDeploymentDescriptor desc) |
Copyright © 2020. All rights reserved.