Uses of Class
com.sun.enterprise.deployment.EjbBundleDescriptor
-
-
Uses of EjbBundleDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return EjbBundleDescriptor Modifier and Type Method Description EjbBundleDescriptorEjbDescriptor. getEjbBundleDescriptor()EjbBundleDescriptorEjbInterceptor. getEjbBundleDescriptor()Methods in com.sun.enterprise.deployment with parameters of type EjbBundleDescriptor Modifier and Type Method Description voidEjbInterceptor. setEjbBundleDescriptor(EjbBundleDescriptor bundleDescriptor) -
Uses of EjbBundleDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return EjbBundleDescriptor Modifier and Type Method Description EjbBundleDescriptorEjbBundleContext. getDescriptor()Constructors in com.sun.enterprise.deployment.annotation.context with parameters of type EjbBundleDescriptor Constructor Description EjbBundleContext(EjbBundleDescriptor descriptor)Creates a new instance of EjbBundleContext -
Uses of EjbBundleDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util that return EjbBundleDescriptor Modifier and Type Method Description protected EjbBundleDescriptorComponentValidator. getEjbBundleDescriptor()Methods in com.sun.enterprise.deployment.util with parameters of type EjbBundleDescriptor Modifier and Type Method Description voidApplicationValidator. accept(EjbBundleDescriptor bundleDescriptor)voidEjbBundleVisitor. accept(EjbBundleDescriptor bundleDescriptor)visits an ejb bundle descriptor -
Uses of EjbBundleDescriptor in com.sun.enterprise.security.ee
Methods in com.sun.enterprise.security.ee with parameters of type EjbBundleDescriptor Modifier and Type Method Description static StringSecurityUtil. getContextID(EjbBundleDescriptor ejbBundleDesc) -
Uses of EjbBundleDescriptor in com.sun.jdo.spi.persistence.support.ejb.ejbc
Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc with parameters of type EjbBundleDescriptor Modifier and Type Method Description static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, EjbBundleDescriptor bundle)Create GeneratorException for this message key.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, EjbBundleDescriptor bundle, Exception e)Create GeneratorException for this message key.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle)Create GeneratorException for this message key and bean name.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle, Exception e)Create GeneratorException for this message key and bean name.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle, Exception e, StringBuilder buf)Create GeneratorException for this message key, bean name, and a StringBuilder with validation exceptions.static GeneratorExceptionJDOCodeGeneratorHelper. createGeneratorException(String key, String beanName, EjbBundleDescriptor bundle, String msg)Create GeneratorException for this message key and bean name.static StringJDOCodeGeneratorHelper. getModuleName(EjbBundleDescriptor bundle)Calculate module name from a bundle. -
Uses of EjbBundleDescriptor in org.glassfish.ejb.deployment.annotation.impl
Methods in org.glassfish.ejb.deployment.annotation.impl with parameters of type EjbBundleDescriptor Modifier and Type Method Description protected voidEjbJarScanner. addClassesFromDescriptor(EjbBundleDescriptor desc)voidEjbJarScanner. process(File af, EjbBundleDescriptor desc, ClassLoader cl) -
Uses of EjbBundleDescriptor in org.glassfish.ejb.deployment.descriptor
Subclasses of EjbBundleDescriptor 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 EjbBundleDescriptor in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util with parameters of type EjbBundleDescriptor Modifier and Type Method Description voidEjbBundleTracerVisitor. accept(EjbBundleDescriptor ebd)voidEjbBundleValidator. accept(EjbBundleDescriptor bundleDesc)
-