Uses of Class
org.glassfish.deployment.common.RootDeploymentDescriptor
-
-
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment
Subclasses of RootDeploymentDescriptor in com.sun.enterprise.deployment Modifier and Type Class Description classApplicationObjects of this type encapsulate the data and behaviour of a J2EE application.classApplicationClientDescriptorI represent all the deployment information about an application client [{0}].classBundleDescriptorI am an abstract class representing all the deployment information common to all component container structures held by an application.classCommonResourceBundleDescriptorCreated by IntelliJ IDEA.classConnectorDescriptorDeployment Information for connectorclassEjbBundleDescriptorI represent all the configurable deployment information contained in an EJB JAR.classPermissionsDescriptorclassPersistenceUnitsDescriptorThis descriptor represents contents for one persistence.xml file.classWebBundleDescriptorThis class represents all the deployment information about a web application.classWebServicesDescriptorInformation about the web services defined in a single module.Methods in com.sun.enterprise.deployment that return RootDeploymentDescriptor Modifier and Type Method Description RootDeploymentDescriptorPermissionsDescriptor. getParent()RootDeploymentDescriptorPersistenceUnitsDescriptor. getParent()Methods in com.sun.enterprise.deployment with parameters of type RootDeploymentDescriptor Modifier and Type Method Description voidPermissionsDescriptor. setParent(RootDeploymentDescriptor parent)voidPersistenceUnitsDescriptor. setParent(RootDeploymentDescriptor parent) -
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment.annotation.factory
Methods in com.sun.enterprise.deployment.annotation.factory with parameters of type RootDeploymentDescriptor Modifier and Type Method Description static AnnotatedElementHandlerAnnotatedElementHandlerFactory. createAnnotatedElementHandler(RootDeploymentDescriptor bundleDesc) -
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist with type parameters of type RootDeploymentDescriptor Modifier and Type Method Description <T extends RootDeploymentDescriptor>
voidExtensionsArchivist. addExtension(RootDeploymentDescriptor root, RootDeploymentDescriptor extension)Add the extension descriptor to the main descriptorabstract <T extends RootDeploymentDescriptor>
TExtensionsArchivist. getDefaultDescriptor()<T extends RootDeploymentDescriptor>
TPersistenceArchivist. getDefaultDescriptor()Methods in com.sun.enterprise.deployment.archivist with parameters of type RootDeploymentDescriptor Modifier and Type Method Description <T extends RootDeploymentDescriptor>
voidExtensionsArchivist. addExtension(RootDeploymentDescriptor root, RootDeploymentDescriptor extension)Add the extension descriptor to the main descriptorConfigurationDeploymentDescriptorFileExtensionsArchivist. getConfigurationDDFile(Archivist main, RootDeploymentDescriptor descriptor, ReadableArchive archive)abstract List<ConfigurationDeploymentDescriptorFile>ExtensionsArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor)List<ConfigurationDeploymentDescriptorFile>PersistenceArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor)abstract DeploymentDescriptorFileExtensionsArchivist. getStandardDDFile(RootDeploymentDescriptor descriptor)DeploymentDescriptorFilePersistenceArchivist. getStandardDDFile(RootDeploymentDescriptor descriptor)ObjectACCPersistenceArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)ObjectEarPersistenceArchivist. open(Archivist main, ReadableArchive earArchive, RootDeploymentDescriptor descriptor)Reads persistence.xml from spec defined pu roots of an ear.ObjectExtensionsArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)Read the standard deployment descriptor of the extensionObjectPersistenceArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)ObjectWarPersistenceArchivist. open(Archivist main, ReadableArchive warArchive, RootDeploymentDescriptor descriptor)protected ProcessingResultArchivist. 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 PersistenceUnitsDescriptorPersistenceArchivist. readPersistenceDeploymentDescriptor(Archivist main, ReadableArchive subArchive, String puRoot, RootDeploymentDescriptor descriptor)ObjectExtensionsArchivist. readRuntimeDeploymentDescriptor(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)Read the runtime deployment descriptors of the extensionMethod parameters in com.sun.enterprise.deployment.archivist with type arguments of type RootDeploymentDescriptor Modifier and Type Method Description protected voidAppClientArchivist. postStandardDDsRead(ApplicationClientDescriptor descriptor, ReadableArchive archive, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)perform any action after all standard DDs is readprotected voidArchivist. postStandardDDsRead(T descriptor, ReadableArchive archive, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)perform any action after all standard DDs is readprotected voidArchivist. readAnnotations(ReadableArchive archive, T descriptor, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)Read all Java EE annotationsprotected voidArchivist. readAnnotations(ReadableArchive archive, T descriptor, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions, ModuleScanner scanner) -
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment.io.runtime
Constructors in com.sun.enterprise.deployment.io.runtime with parameters of type RootDeploymentDescriptor Constructor Description WLSWebServicesDeploymentDescriptorFile(RootDeploymentDescriptor desc) -
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment.node
Classes in com.sun.enterprise.deployment.node with type parameters of type RootDeploymentDescriptor Modifier and Type Class Description classAbstractBundleNode<T extends RootDeploymentDescriptor>This class defines all the common behaviour among nodes responsibles for handling bundlesMethods in com.sun.enterprise.deployment.node with parameters of type RootDeploymentDescriptor Modifier and Type Method Description protected voidAbstractBundleNode. addBundleNodeAttributes(Element bundleNode, RootDeploymentDescriptor descriptor)write the necessary attributes for the root node of this DDs document -
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment.node.runtime
Classes in com.sun.enterprise.deployment.node.runtime with type parameters of type RootDeploymentDescriptor Modifier and Type Class Description classRuntimeBundleNode<T extends RootDeploymentDescriptor>Fields in com.sun.enterprise.deployment.node.runtime declared as RootDeploymentDescriptor Modifier and Type Field Description protected TRuntimeBundleNode. descriptor -
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment.node.ws
Methods in com.sun.enterprise.deployment.node.ws with parameters of type RootDeploymentDescriptor Modifier and Type Method Description protected voidWLWebServicesDescriptorNode. addBundleNodeAttributes(Element bundleNode, RootDeploymentDescriptor descriptor)NodeWLWebServicesDescriptorNode. writeDescriptor(Node parent, RootDeploymentDescriptor descriptor) -
Uses of RootDeploymentDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type RootDeploymentDescriptor Modifier and Type Method Description static voidDOLUtils. 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. -
Uses of RootDeploymentDescriptor in com.sun.enterprise.security.acl
Methods in com.sun.enterprise.security.acl with parameters of type RootDeploymentDescriptor Modifier and Type Method Description voidRoleMapper. assignRole(Principal p, Role r, RootDeploymentDescriptor rdd)Assigns a Principal to the specified role. -
Uses of RootDeploymentDescriptor in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc with parameters of type RootDeploymentDescriptor Modifier and Type Method Description voidProviderContainerContractInfoImpl. registerEMF(String unitName, String persistenceRootUri, RootDeploymentDescriptor containingBundle, jakarta.persistence.EntityManagerFactory emf) -
Uses of RootDeploymentDescriptor in org.glassfish.deployment.common
Classes in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor Modifier and Type Class Description classModuleDescriptor<T extends RootDeploymentDescriptor>This class describes a module information for an application moduleFields in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor Modifier and Type Field Description protected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>>RootDeploymentDescriptor. extensionsExtensions for this module descriptor, keyed by type, indexed using the instance's indexprotected Map<Class<? extends RootDeploymentDescriptor>,List<RootDeploymentDescriptor>>RootDeploymentDescriptor. extensionsExtensions for this module descriptor, keyed by type, indexed using the instance's indexMethods in org.glassfish.deployment.common with type parameters of type RootDeploymentDescriptor Modifier and Type Method Description <T extends RootDeploymentDescriptor>
voidRootDeploymentDescriptor. addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type, T instance, String index)<T extends RootDeploymentDescriptor>
TRootDeploymentDescriptor. 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>
Collection<T>RootDeploymentDescriptor. getExtensionsDescriptors(Class<T> type)This method returns all extensions of the passed type in the scopeMethods in org.glassfish.deployment.common that return RootDeploymentDescriptor Modifier and Type Method Description RootDeploymentDescriptorRootDeploymentDescriptor. getMainDescriptor()Methods in org.glassfish.deployment.common that return types with arguments of type RootDeploymentDescriptor Modifier and Type Method Description Collection<RootDeploymentDescriptor>RootDeploymentDescriptor. getExtensionsDescriptors()This method returns all the extensions deployment descriptors in the scopeMethods in org.glassfish.deployment.common with parameters of type RootDeploymentDescriptor Modifier and Type Method Description voidSecurityRoleMapper. assignRole(Principal p, Role r, RootDeploymentDescriptor rdd)Assigns a Principal to the specified role.Method parameters in org.glassfish.deployment.common with type arguments of type RootDeploymentDescriptor Modifier and Type Method Description <T extends RootDeploymentDescriptor>
voidRootDeploymentDescriptor. addExtensionDescriptor(Class<? extends RootDeploymentDescriptor> type, T instance, String index)<T extends RootDeploymentDescriptor>
TRootDeploymentDescriptor. getExtensionsDescriptors(Class<? extends RootDeploymentDescriptor> type, String index)This method returns one extension of the passed type in the scope with the right index -
Uses of RootDeploymentDescriptor in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist that return RootDeploymentDescriptor Modifier and Type Method Description RootDeploymentDescriptorEjbInWarArchivist. getDefaultDescriptor()Methods in org.glassfish.ejb.deployment.archivist with parameters of type RootDeploymentDescriptor Modifier and Type Method Description List<ConfigurationDeploymentDescriptorFile>EjbInWarArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor)DeploymentDescriptorFileEjbInWarArchivist. getStandardDDFile(RootDeploymentDescriptor descriptor) -
Uses of RootDeploymentDescriptor in org.glassfish.ejb.deployment.descriptor
Subclasses of RootDeploymentDescriptor in org.glassfish.ejb.deployment.descriptor Modifier and Type Class Description classEjbBundleDescriptorImplThe concrete implementation of abstract super class com.sun.enterprise.deployment.EjbBundleDescriptor. -
Uses of RootDeploymentDescriptor in org.glassfish.persistence.jpa
Methods in org.glassfish.persistence.jpa with parameters of type RootDeploymentDescriptor Modifier and Type Method Description voidProviderContainerContractInfo. registerEMF(String unitName, String persistenceRootUri, RootDeploymentDescriptor containingBundle, jakarta.persistence.EntityManagerFactory emf)Register the give emf with underlying containervoidServerProviderContainerContractInfo. registerEMF(String unitName, String persistenceRootUri, RootDeploymentDescriptor containingBundle, jakarta.persistence.EntityManagerFactory emf) -
Uses of RootDeploymentDescriptor in org.glassfish.web.deployment.archivist
Method parameters in org.glassfish.web.deployment.archivist with type arguments of type RootDeploymentDescriptor Modifier and Type Method Description protected voidWebArchivist. 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. -
Uses of RootDeploymentDescriptor in org.glassfish.web.deployment.descriptor
Subclasses of RootDeploymentDescriptor in org.glassfish.web.deployment.descriptor Modifier and Type Class Description classWebBundleDescriptorImplThe concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.classWebFragmentDescriptorI am an object that represents all the deployment information about a web fragment. -
Uses of RootDeploymentDescriptor in org.glassfish.web.embed.impl
Methods in org.glassfish.web.embed.impl with parameters of type RootDeploymentDescriptor Modifier and Type Method Description protected ProcessingResultEmbeddedWebArchivist. processAnnotations(RootDeploymentDescriptor bundleDesc, ModuleScanner scanner, ReadableArchive archive) -
Uses of RootDeploymentDescriptor in org.glassfish.webservices.archivist
Methods in org.glassfish.webservices.archivist that return RootDeploymentDescriptor Modifier and Type Method Description RootDeploymentDescriptorWebServicesArchivist. getDefaultDescriptor()Methods in org.glassfish.webservices.archivist with parameters of type RootDeploymentDescriptor Modifier and Type Method Description List<ConfigurationDeploymentDescriptorFile>WebServicesArchivist. getConfigurationDDFiles(RootDeploymentDescriptor descriptor)DeploymentDescriptorFileWebServicesArchivist. getStandardDDFile(RootDeploymentDescriptor descriptor)ObjectWebServicesArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) -
Uses of RootDeploymentDescriptor in org.glassfish.webservices.io
Constructors in org.glassfish.webservices.io with parameters of type RootDeploymentDescriptor Constructor Description WebServicesDeploymentDescriptorFile(RootDeploymentDescriptor desc)
-