Uses of Class
org.glassfish.ejb.deployment.descriptor.EjbBundleDescriptorImpl
-
-
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist that return EjbBundleDescriptorImpl Modifier and Type Method Description EjbBundleDescriptorImplEjbArchivist. getDefaultBundleDescriptor()Methods in org.glassfish.ejb.deployment.archivist with parameters of type EjbBundleDescriptorImpl Modifier and Type Method Description protected 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 EjbBundleDescriptorImpl Modifier and Type Method Description EjbBundleDescriptorImplEjbDescriptor. getEjbBundleDescriptor()Gets the containing ejb bundle descriptor..EjbBundleDescriptorImplPersistenceDescriptor. getEjbBundleDescriptor()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbBundleDescriptorImpl Modifier and Type Method Description voidEjbCMPEntityDescriptor. setEjbBundleDescriptor(EjbBundleDescriptorImpl bundleDescriptor)voidEjbDescriptor. setEjbBundleDescriptor(EjbBundleDescriptorImpl bundleDescriptor) -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.io
Methods in org.glassfish.ejb.deployment.io that return types with arguments of type EjbBundleDescriptorImpl Modifier and Type Method Description com.sun.enterprise.deployment.node.RootXMLNode<EjbBundleDescriptorImpl>EjbDeploymentDescriptorFile. getRootXMLNode(org.glassfish.deployment.common.Descriptor descriptor)com.sun.enterprise.deployment.node.RootXMLNode<EjbBundleDescriptorImpl>EjbRuntimeDDFile. getRootXMLNode(org.glassfish.deployment.common.Descriptor descriptor)com.sun.enterprise.deployment.node.RootXMLNode<EjbBundleDescriptorImpl>GFEjbRuntimeDDFile. getRootXMLNode(org.glassfish.deployment.common.Descriptor descriptor) -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return EjbBundleDescriptorImpl Modifier and Type Method Description EjbBundleDescriptorImplEjbBundleNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type EjbBundleDescriptorImpl Modifier and Type Method Description NodeEjbBundleNode. writeDescriptor(Node parent, EjbBundleDescriptorImpl ejbDesc)NodeRelationshipsNode. writeDescriptor(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 EjbBundleDescriptorImpl Modifier and Type Method Description EjbBundleDescriptorImplEjbBundleRuntimeNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node.runtime with parameters of type EjbBundleDescriptorImpl Modifier and Type Method Description NodeEjbBundleRuntimeNode. writeDescriptor(Node parent, EjbBundleDescriptorImpl bundleDescriptor)NodeEnterpriseBeansRuntimeNode. writeDescriptor(Node parent, String nodeName, EjbBundleDescriptorImpl bundleDescriptor)write the descriptor class to a DOM tree and return itNodePMDescriptorsNode. 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 EjbBundleDescriptorImpl Constructor Description EjbBundleRuntimeNode(EjbBundleDescriptorImpl descriptor)GFEjbBundleRuntimeNode(EjbBundleDescriptorImpl descriptor) -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.deployment.util
Fields in org.glassfish.ejb.deployment.util declared as EjbBundleDescriptorImpl Modifier and Type Field Description protected EjbBundleDescriptorImplEjbBundleValidator. ejbBundleDescriptorMethods in org.glassfish.ejb.deployment.util that return EjbBundleDescriptorImpl Modifier and Type Method Description protected EjbBundleDescriptorImplEjbBundleValidator. getEjbBundleDescriptor()Constructors in org.glassfish.ejb.deployment.util with parameters of type EjbBundleDescriptorImpl Constructor Description InterceptorBindingTranslator(EjbBundleDescriptorImpl bundle) -
Uses of EjbBundleDescriptorImpl in org.glassfish.ejb.startup
Methods in org.glassfish.ejb.startup that return EjbBundleDescriptorImpl Modifier and Type Method Description EjbBundleDescriptorImplEjbApplication. getEjbBundleDescriptor()Constructors in org.glassfish.ejb.startup with parameters of type EjbBundleDescriptorImpl Constructor Description EjbApplication(EjbBundleDescriptorImpl bundle, org.glassfish.api.deployment.DeploymentContext dc, ClassLoader cl, org.glassfish.hk2.api.ServiceLocator services)
-