| Package | Description |
|---|---|
| com.sun.enterprise.deployment.archivist | |
| com.sun.enterprise.deployment.io.runtime | |
| com.sun.enterprise.deployment.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConfigurationDeploymentDescriptorFile> |
Archivist.confDDFiles |
protected List<ConfigurationDeploymentDescriptorFile> |
ExtensionsArchivist.confDDFiles |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDeploymentDescriptorFile |
ExtensionsArchivist.getConfigurationDDFile(Archivist main,
org.glassfish.deployment.common.RootDeploymentDescriptor descriptor,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationDeploymentDescriptorFile> |
AppClientArchivist.getConfigurationDDFiles() |
abstract List<ConfigurationDeploymentDescriptorFile> |
Archivist.getConfigurationDDFiles() |
List<ConfigurationDeploymentDescriptorFile> |
ApplicationArchivist.getConfigurationDDFiles() |
abstract List<ConfigurationDeploymentDescriptorFile> |
ExtensionsArchivist.getConfigurationDDFiles(org.glassfish.deployment.common.RootDeploymentDescriptor descriptor) |
List<ConfigurationDeploymentDescriptorFile> |
PersistenceArchivist.getConfigurationDDFiles(org.glassfish.deployment.common.RootDeploymentDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppClientRuntimeDDFile
This class is responsible for handling the XML configuration information
for the SunOne AppServer Web Container
|
class |
ApplicationRuntimeDDFile
This class is responsible for handling the XML configuration information
for the SunOne AppServer Web Container
|
class |
ConnectorRuntimeDDFile
This class is responsible for handling the XML configuration information
for the SunOne AppServer Web Container
|
class |
GFAppClientRuntimeDDFile
This class is responsible for handling the XML configuration information
for the Glassfish Application Client Container
|
class |
GFApplicationRuntimeDDFile
This class is responsible for handling the XML configuration information
for the Glassfish Application Container
|
class |
WLSApplicationRuntimeDDFile
This class is responsible for handling the XML configuration information
for the WebLogic Application Container
|
class |
WLSWebServicesDeploymentDescriptorFile
This class is responsible for handling the WebLogic webservices deployment descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ConfigurationDeploymentDescriptorFile> |
DOLUtils.getConfigurationDeploymentDescriptorFiles(org.glassfish.hk2.api.ServiceLocator habitat,
String containerType) |
static List<ConfigurationDeploymentDescriptorFile> |
DOLUtils.processConfigurationDDFiles(List<ConfigurationDeploymentDescriptorFile> ddFiles,
org.glassfish.api.deployment.archive.ReadableArchive archive,
org.glassfish.api.deployment.archive.ArchiveType archiveType) |
| Modifier and Type | Method and Description |
|---|---|
static List<ConfigurationDeploymentDescriptorFile> |
DOLUtils.processConfigurationDDFiles(List<ConfigurationDeploymentDescriptorFile> ddFiles,
org.glassfish.api.deployment.archive.ReadableArchive archive,
org.glassfish.api.deployment.archive.ArchiveType archiveType) |
static void |
DOLUtils.readRuntimeDeploymentDescriptor(List<ConfigurationDeploymentDescriptorFile> confDDFiles,
org.glassfish.api.deployment.archive.ReadableArchive archive,
org.glassfish.deployment.common.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.
|
Copyright © 2013. All Rights Reserved.