Uses of Class
org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl
Packages that use EjbBundleDescriptorImpl
Package
Description
-
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist that return EjbBundleDescriptorImplMethods in org.glassfish.ejb.deployment.archivist with parameters of type EjbBundleDescriptorImplModifier and TypeMethodDescriptionprotected voidEjbArchivist.postOpen(EjbBundleDescriptorImpl descriptor, org.glassfish.api.deployment.archive.ReadableArchive archive) perform any post deployment descriptor reading action -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return EjbBundleDescriptorImplModifier and TypeMethodDescriptionEjbDescriptor.getEjbBundleDescriptor()Gets the containing ejb bundle descriptor..PersistenceDescriptor.getEjbBundleDescriptor()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbBundleDescriptorImplModifier and TypeMethodDescriptionvoidEjbCMPEntityDescriptor.setEjbBundleDescriptor(EjbBundleDescriptorImpl bundleDescriptor) voidEjbDescriptor.setEjbBundleDescriptor(EjbBundleDescriptorImpl bundleDescriptor) -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return EjbBundleDescriptorImplMethods in org.glassfish.ejb.deployment.node with parameters of type EjbBundleDescriptorImplModifier and TypeMethodDescriptionEjbBundleNode.writeDescriptor(Node parent, EjbBundleDescriptorImpl ejbDesc) static NodeRelationshipsNode.writeRelationships(Node parent, String nodeName, EjbBundleDescriptorImpl descriptor) -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.node.runtime
Methods in org.glassfish.ejb.deployment.node.runtime that return EjbBundleDescriptorImplMethods in org.glassfish.ejb.deployment.node.runtime with parameters of type EjbBundleDescriptorImplModifier and TypeMethodDescriptionEjbBundleRuntimeNode.writeDescriptor(Node parent, EjbBundleDescriptorImpl bundleDescriptor) EnterpriseBeansRuntimeNode.writeDescriptor(Node parent, String nodeName, EjbBundleDescriptorImpl bundleDescriptor) write the descriptor class to a DOM tree and return itPMDescriptorsNode.writeDescriptor(Node parent, String nodeName, EjbBundleDescriptorImpl descriptor) write the descriptor class to a DOM tree and return itConstructors in org.glassfish.ejb.deployment.node.runtime with parameters of type EjbBundleDescriptorImplModifierConstructorDescriptionEjbBundleRuntimeNode(EjbBundleDescriptorImpl descriptor) GFEjbBundleRuntimeNode(EjbBundleDescriptorImpl descriptor) -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.util
Fields in org.glassfish.ejb.deployment.util declared as EjbBundleDescriptorImplModifier and TypeFieldDescriptionprotected EjbBundleDescriptorImplEjbBundleValidator.ejbBundleDescriptorMethods in org.glassfish.ejb.deployment.util that return EjbBundleDescriptorImplModifier and TypeMethodDescriptionprotected EjbBundleDescriptorImplEjbBundleValidator.getEjbBundleDescriptor()Constructors in org.glassfish.ejb.deployment.util with parameters of type EjbBundleDescriptorImpl -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.startup
Methods in org.glassfish.ejb.startup that return EjbBundleDescriptorImplConstructors in org.glassfish.ejb.startup with parameters of type EjbBundleDescriptorImplModifierConstructorDescriptionEjbApplication(EjbBundleDescriptorImpl bundle, org.glassfish.api.deployment.DeploymentContext dc, ClassLoader cl, org.glassfish.hk2.api.ServiceLocator services)