Uses of Class
com.sun.enterprise.deployment.BundleDescriptor
-
-
Uses of BundleDescriptor in com.sun.enterprise.connectors.deployment.util
Methods in com.sun.enterprise.connectors.deployment.util with parameters of type BundleDescriptor Modifier and Type Method Description voidConnectorValidator. accept(BundleDescriptor descriptor) -
Uses of BundleDescriptor in com.sun.enterprise.container.common.impl.managedbean
Methods in com.sun.enterprise.container.common.impl.managedbean with parameters of type BundleDescriptor Modifier and Type Method Description voidManagedBeanManagerImpl. registerRuntimeInterceptor(Object interceptorInstance, BundleDescriptor bundle)Apply a runtime interceptor instance to all managed beans in the given module -
Uses of BundleDescriptor in com.sun.enterprise.container.common.spi
Methods in com.sun.enterprise.container.common.spi with parameters of type BundleDescriptor Modifier and Type Method Description <T> JCDIService.JCDIInjectionContext<T>JCDIService. createManagedObject(Class<T> managedClass, BundleDescriptor bundle)<T> JCDIService.JCDIInjectionContext<T>JCDIService. createManagedObject(Class<T> managedClass, BundleDescriptor bundle, boolean invokePostConstruct)<T> voidJCDIService. injectManagedObject(T managedObject, BundleDescriptor bundle)booleanJCDIService. isJCDIEnabled(BundleDescriptor bundle)voidManagedBeanManager. registerRuntimeInterceptor(Object interceptorInstance, BundleDescriptor bundle)Register an interceptor instance for all managed beans in the given module -
Uses of BundleDescriptor in com.sun.enterprise.deployment
Subclasses of BundleDescriptor 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}].classCommonResourceBundleDescriptorCreated by IntelliJ IDEA.classConnectorDescriptorDeployment Information for connectorclassEjbBundleDescriptorI represent all the configurable deployment information contained in an EJB JAR.classWebBundleDescriptorThis class represents all the deployment information about a web application.Fields in com.sun.enterprise.deployment declared as BundleDescriptor Modifier and Type Field Description protected BundleDescriptorJndiEnvironmentRefsGroupDescriptor. bundleDescriptorMethods in com.sun.enterprise.deployment with type parameters of type BundleDescriptor Modifier and Type Method Description <T extends BundleDescriptor>
Set<T>Application. getBundleDescriptors(Class<T> type)Obtain a full set of bundle descriptors for a particular type<T extends BundleDescriptor>
TApplication. getModuleByTypeAndUri(Class<T> type, String uri)Methods in com.sun.enterprise.deployment that return BundleDescriptor Modifier and Type Method Description BundleDescriptorManagedBeanDescriptor. getBundle()BundleDescriptorJndiEnvironmentRefsGroupDescriptor. getBundleDescriptor()BundleDescriptorMessageDestinationDescriptor. getBundleDescriptor()BundleDescriptorServiceReferenceDescriptor. getBundleDescriptor()BundleDescriptorWebService. getBundleDescriptor()BundleDescriptorWebServiceEndpoint. getBundleDescriptor()BundleDescriptorWebServicesDescriptor. getBundleDescriptor()BundleDescriptorApplication. getModuleByUri(String uri)Lookup module by uri.BundleDescriptorEjbReferenceDescriptor. getReferringBundleDescriptor()Get the referring bundle, i.e.BundleDescriptorEntityManagerFactoryReferenceDescriptor. getReferringBundleDescriptor()BundleDescriptorEntityManagerReferenceDescriptor. getReferringBundleDescriptor()BundleDescriptorMessageDestinationReferenceDescriptor. getReferringBundleDescriptor()Get the referring bundle, i.e.BundleDescriptorApplication. getRelativeBundle(BundleDescriptor origin, String relativeTargetUri)Get a target bundle descriptor based on an input bundle descriptor and a relative uri from the perspective of the input bundle descriptor.BundleDescriptorApplication. getStandaloneBundleDescriptor()if this application object is virtual, return the standalone bundle descriptor it is wrapping otherwise return nullMethods in com.sun.enterprise.deployment that return types with arguments of type BundleDescriptor Modifier and Type Method Description Set<BundleDescriptor>Application. getArchivableDescriptors()Return all my subcomponents that have a file format (EJB, WAR and AppCLient JAR).Set<BundleDescriptor>Application. getBundleDescriptors()Obtain a set of all bundle descriptors, regardless of typeSet<BundleDescriptor>Application. getBundleDescriptorsOfType(ArchiveType bundleType)Obtain a full set of bundle descriptors for a particular typeModuleDescriptor<BundleDescriptor>Application. getModuleDescriptorByUri(String uri)Lookup module by uri.Collection<ModuleDescriptor<BundleDescriptor>>Application. getModuleDescriptorsByType(ArchiveType type)Lookup module by uri.Set<ModuleDescriptor<BundleDescriptor>>Application. getModules()Obtain a full set of module descriptorsMethods in com.sun.enterprise.deployment with parameters of type BundleDescriptor Modifier and Type Method Description voidApplication. addBundleDescriptor(BundleDescriptor bundleDescriptor)Add a bundle descriptor to this application.voidBundleDescriptor. addBundleDescriptor(BundleDescriptor bundleDescriptor)jakarta.persistence.EntityManagerFactoryApplication. getEntityManagerFactory(String unitName, BundleDescriptor declaringModule)Retrieve the physical entity manager factory associated with the unitName of an application-level persistence unit.BundleDescriptorApplication. getRelativeBundle(BundleDescriptor origin, String relativeTargetUri)Get a target bundle descriptor based on an input bundle descriptor and a relative uri from the perspective of the input bundle descriptor.StringApplication. getRelativeUri(BundleDescriptor origin, BundleDescriptor target)Return the relative uri between two modules, from the perspective of the first bundle.StringApplication. getTargetUri(BundleDescriptor origin, String relativeTargetUri)Get the uri of a target based on a source module and a a relative uri from the perspective of that source module.booleanBundleDescriptor. isPackagedAsSingleModule(BundleDescriptor other)Return true if the other bundle descriptor comes from the same modulevoidApplication. removeBundleDescriptor(BundleDescriptor bundleDescriptor)Remove a web bundle descriptor from this application.voidManagedBeanDescriptor. setBundle(BundleDescriptor bundle)voidJndiEnvironmentRefsGroupDescriptor. setBundleDescriptor(BundleDescriptor desc)voidMessageDestinationDescriptor. setBundleDescriptor(BundleDescriptor bundleDesc)voidServiceReferenceDescriptor. setBundleDescriptor(BundleDescriptor bundle)voidWebServicesDescriptor. setBundleDescriptor(BundleDescriptor module)voidEjbReferenceDescriptor. setReferringBundleDescriptor(BundleDescriptor referringBundle)Set the referring bundle, i.e.voidEntityManagerFactoryReferenceDescriptor. setReferringBundleDescriptor(BundleDescriptor referringBundle)voidEntityManagerReferenceDescriptor. setReferringBundleDescriptor(BundleDescriptor referringBundle)voidMessageDestinationReferenceDescriptor. setReferringBundleDescriptor(BundleDescriptor referringBundle)Set the referring bundle, i.e.Method parameters in com.sun.enterprise.deployment with type arguments of type BundleDescriptor Modifier and Type Method Description voidApplication. addModule(ModuleDescriptor<BundleDescriptor> descriptor)static ApplicationApplication. createVirtualApplication(String name, ModuleDescriptor<BundleDescriptor> newModule)Creates a new application to hold a standalone modulevoidApplication. removeModule(ModuleDescriptor<BundleDescriptor> descriptor) -
Uses of BundleDescriptor in com.sun.enterprise.deployment.archivist
Classes in com.sun.enterprise.deployment.archivist with type parameters of type BundleDescriptor Modifier and Type Class Description classArchivist<T extends BundleDescriptor>This abstract class contains all common behaviour for Achivisits.Fields in com.sun.enterprise.deployment.archivist declared as BundleDescriptor Modifier and Type Field Description protected TArchivist. descriptorMethods in com.sun.enterprise.deployment.archivist with parameters of type BundleDescriptor Modifier and Type Method Description protected booleanArchivist. isProcessAnnotation(BundleDescriptor descriptor)protected voidArchivist. postValidate(BundleDescriptor bundleDesc, ReadableArchive archive)protected voidDescriptorArchivist. write(BundleDescriptor bundle, Archivist archivist, ReadableArchive in, WritableArchive out)writes a bundle descriptorvoidExtensionsArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor pathvoidPersistenceArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor pathvoidExtensionsArchivist. writeRuntimeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the runtime deployment descriptors to an abstract archivevoidExtensionsArchivist. writeStandardDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, WritableArchive out)writes the standard deployment descriptors to an abstract archiveMethod parameters in com.sun.enterprise.deployment.archivist with type arguments of type BundleDescriptor Modifier and Type Method Description static booleanEARBasedPersistenceHelper. isComponentJar(String jarName, Set<ModuleDescriptor<BundleDescriptor>> moduleDescriptors) -
Uses of BundleDescriptor in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type BundleDescriptor Modifier and Type Method Description protected voidRuntimeBundleNode. writeMessageDestinationInfo(Node parent, BundleDescriptor descriptor)writes the message destination references runtime informationstatic voidRuntimeDescriptorNode. writeMessageDestinationInfo(Node parent, BundleDescriptor descriptor)voidWebServiceRuntimeNode. writeWebServiceRuntimeInfo(Node parent, BundleDescriptor bundle)writes all the runtime information for the web services for a given bundle descriptor -
Uses of BundleDescriptor in com.sun.enterprise.deployment.runtime
Methods in com.sun.enterprise.deployment.runtime that return BundleDescriptor Modifier and Type Method Description BundleDescriptorJavaWebStartAccessDescriptor. getBundleDescriptor()BundleDescriptorJnlpDocDescriptor. getBundleDescriptor()Methods in com.sun.enterprise.deployment.runtime with parameters of type BundleDescriptor Modifier and Type Method Description voidJavaWebStartAccessDescriptor. setBundleDescriptor(BundleDescriptor bundle)voidJnlpDocDescriptor. setBundleDescriptor(BundleDescriptor bundle) -
Uses of BundleDescriptor in com.sun.enterprise.deployment.runtime.common
Methods in com.sun.enterprise.deployment.runtime.common that return BundleDescriptor Modifier and Type Method Description BundleDescriptorMessageDescriptor. getBundleDescriptor()Methods in com.sun.enterprise.deployment.runtime.common with parameters of type BundleDescriptor Modifier and Type Method Description voidMessageDescriptor. setBundleDescriptor(BundleDescriptor bundleDesc) -
Uses of BundleDescriptor in com.sun.enterprise.deployment.types
Methods in com.sun.enterprise.deployment.types that return BundleDescriptor Modifier and Type Method Description BundleDescriptorEjbReference. getReferringBundleDescriptor()Get the referring bundle, i.e.BundleDescriptorEntityManagerFactoryReference. getReferringBundleDescriptor()Get the referring bundle, i.e.BundleDescriptorEntityManagerReference. getReferringBundleDescriptor()Get the referring bundle, i.e.BundleDescriptorMessageDestinationReference. getReferringBundleDescriptor()Get the referring bundle, i.e.Methods in com.sun.enterprise.deployment.types with parameters of type BundleDescriptor Modifier and Type Method Description voidEjbReference. setReferringBundleDescriptor(BundleDescriptor referringBundle)Set the referring bundle, i.e.voidEntityManagerFactoryReference. setReferringBundleDescriptor(BundleDescriptor referringBundle)Set the referring bundle, i.e.voidEntityManagerReference. setReferringBundleDescriptor(BundleDescriptor referringBundle)Set the referring bundle, i.e.voidMessageDestinationReference. setReferringBundleDescriptor(BundleDescriptor referringBundle)Set the referring bundle, i.e. -
Uses of BundleDescriptor in com.sun.enterprise.deployment.util
Fields in com.sun.enterprise.deployment.util declared as BundleDescriptor Modifier and Type Field Description protected BundleDescriptorComponentValidator. bundleDescriptorMethods in com.sun.enterprise.deployment.util that return BundleDescriptor Modifier and Type Method Description protected BundleDescriptorApplicationValidator. getBundleDescriptor()protected BundleDescriptorComponentValidator. getBundleDescriptor()static BundleDescriptorDOLUtils. getCurrentBundleForContext(DeploymentContext context)Gets the associated descriptor with the contextMethods in com.sun.enterprise.deployment.util with parameters of type BundleDescriptor Modifier and Type Method Description voidAppClientTracerVisitor. accept(BundleDescriptor descriptor)voidAppClientValidator. accept(BundleDescriptor descriptor)voidApplicationValidator. accept(BundleDescriptor descriptor)voidComponentValidator. accept(BundleDescriptor bundleDescriptor)voidComponentVisitor. accept(BundleDescriptor bundleDesc)visits a Jakarta EE component bundle descriptor.voidConnectorTracerVisitor. accept(BundleDescriptor descriptor)voidConnectorValidator. accept(BundleDescriptor descriptor)protected voidDefaultDOLVisitor. accept(BundleDescriptor bundleDescriptor)voidModuleContentLinker. accept(BundleDescriptor bundle)voidTracerVisitor. accept(BundleDescriptor descriptor)static List<URI>DOLUtils. getLibraryJarURIs(BundleDescriptor bundleDesc, ReadableArchive archive)booleanModuleContentValidator. isWsdlContent(String uri, BundleDescriptor bundle)All wsdl files and wsdl imported files live under a well-known wsdl directory.static voidDOLUtils. readAlternativeRuntimeDescriptor(ReadableArchive appArchive, ReadableArchive embeddedArchive, Archivist archivist, BundleDescriptor descriptor, String altDDPath)read alternative runtime descriptor if there is an alternative runtime DD packaged inside the archive -
Uses of BundleDescriptor in com.sun.enterprise.deployment.web
Methods in com.sun.enterprise.deployment.web that return BundleDescriptor Modifier and Type Method Description BundleDescriptorEjbReference. getReferringBundleDescriptor()Get the referring bundle, i.e.Methods in com.sun.enterprise.deployment.web with parameters of type BundleDescriptor Modifier and Type Method Description voidEjbReference. setReferringBundleDescriptor(BundleDescriptor referringBundle)Set the referring bundle, i.e. -
Uses of BundleDescriptor in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc with parameters of type BundleDescriptor Modifier and Type Method Description <T> JCDIService.JCDIInjectionContext<T>ACCJCDIServiceImpl. createManagedObject(Class<T> managedClass, BundleDescriptor bundle)<T> JCDIService.JCDIInjectionContext<T>ACCJCDIServiceImpl. createManagedObject(Class<T> managedClass, BundleDescriptor bundle, boolean invokePostConstruct)<T> voidACCJCDIServiceImpl. injectManagedObject(T managedObject, BundleDescriptor bundle)booleanACCJCDIServiceImpl. isJCDIEnabled(BundleDescriptor bundle) -
Uses of BundleDescriptor in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist with parameters of type BundleDescriptor Modifier and Type Method Description voidEjbInWarArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor path -
Uses of BundleDescriptor in org.glassfish.ejb.deployment.descriptor
Subclasses of BundleDescriptor 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 BundleDescriptor in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util that return BundleDescriptor Modifier and Type Method Description protected BundleDescriptorEjbBundleValidator. getBundleDescriptor()Methods in org.glassfish.ejb.deployment.util with parameters of type BundleDescriptor Modifier and Type Method Description voidEjbBundleTracerVisitor. accept(BundleDescriptor descriptor)voidEjbBundleValidator. accept(BundleDescriptor descriptor) -
Uses of BundleDescriptor in org.glassfish.web.deployment.descriptor
Subclasses of BundleDescriptor 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 BundleDescriptor in org.glassfish.web.deployment.util
Methods in org.glassfish.web.deployment.util with parameters of type BundleDescriptor Modifier and Type Method Description voidWebBundleTracerVisitor. accept(BundleDescriptor descriptor)voidWebBundleValidator. accept(BundleDescriptor descriptor) -
Uses of BundleDescriptor in org.glassfish.webservices
Methods in org.glassfish.webservices with parameters of type BundleDescriptor Modifier and Type Method Description StringWsUtil. getWsdlDir(BundleDescriptor bundle)booleanWsUtil. isWsdlContent(String uri, BundleDescriptor bundle)All wsdl files and wsdl imported files live under a well-known wsdl directory. -
Uses of BundleDescriptor in org.glassfish.webservices.archivist
Methods in org.glassfish.webservices.archivist with parameters of type BundleDescriptor Modifier and Type Method Description voidWebServicesArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor path -
Uses of BundleDescriptor in org.glassfish.webservices.monitoring
Methods in org.glassfish.webservices.monitoring with parameters of type BundleDescriptor Modifier and Type Method Description voidAuthenticationListener. authFailure(BundleDescriptor desc, Endpoint endpoint, Principal principal)notification that a user authentication attempt has failed.voidLogAuthenticationListener. authFailure(BundleDescriptor bundleDesc, Endpoint endpoint, Principal principal)notification that a user authentication attempt has failed.voidAuthenticationListener. authSucess(BundleDescriptor desc, Endpoint endpoint, Principal principal)notification that a user properly authenticated while making a web service invocation.voidLogAuthenticationListener. authSucess(BundleDescriptor bundleDesc, Endpoint endpoint, Principal principal)notification that a user properly authenticated while making a web service invocation. -
Uses of BundleDescriptor in org.glassfish.webservices.node
Methods in org.glassfish.webservices.node that return BundleDescriptor Modifier and Type Method Description BundleDescriptorWebServicesDescriptorNode. getDescriptor()Methods in org.glassfish.webservices.node with parameters of type BundleDescriptor Modifier and Type Method Description NodeWebServicesDescriptorNode. writeDescriptor(Node parent, BundleDescriptor descriptor)write the descriptor class to a DOM tree and return itConstructors in org.glassfish.webservices.node with parameters of type BundleDescriptor Constructor Description WebServicesDescriptorNode(BundleDescriptor descriptor) -
Uses of BundleDescriptor in org.glassfish.weld
Methods in org.glassfish.weld with parameters of type BundleDescriptor Modifier and Type Method Description org.jboss.weld.bootstrap.spi.BeanDeploymentArchiveWeldDeployer. getBeanDeploymentArchiveForBundle(BundleDescriptor bundle)booleanWeldDeployer. is299Enabled(BundleDescriptor bundle)booleanWeldDeployer. isCdiEnabled(BundleDescriptor bundle) -
Uses of BundleDescriptor in org.glassfish.weld.services
Methods in org.glassfish.weld.services with parameters of type BundleDescriptor Modifier and Type Method Description <T> JCDIService.JCDIInjectionContext<T>JCDIServiceImpl. createManagedObject(Class<T> managedClass, BundleDescriptor bundle)<T> JCDIService.JCDIInjectionContext<T>JCDIServiceImpl. createManagedObject(Class<T> managedClass, BundleDescriptor bundle, boolean invokePostConstruct)<T> voidJCDIServiceImpl. injectManagedObject(T managedObject, BundleDescriptor bundle)Perform 299 style injection on themanagedObjectargument.booleanJCDIServiceImpl. isJCDIEnabled(BundleDescriptor bundle)Constructors in org.glassfish.weld.services with parameters of type BundleDescriptor Constructor Description InjectionServicesImpl(InjectionManager injectionMgr, BundleDescriptor context, DeploymentImpl deployment)
-