Uses of Interface
org.jboss.weld.ejb.spi.EjbDescriptor
Packages that use EjbDescriptor
Package
Description
-
Uses of EjbDescriptor in org.jboss.weld.bootstrap.spi
Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type EjbDescriptorModifier and TypeMethodDescriptionBeanDeploymentArchive.getEjbs()Get all the EJBs in the deployment archive -
Uses of EjbDescriptor in org.jboss.weld.bootstrap.spi.helpers
Methods in org.jboss.weld.bootstrap.spi.helpers that return types with arguments of type EjbDescriptor -
Uses of EjbDescriptor in org.jboss.weld.ejb.spi
Methods in org.jboss.weld.ejb.spi with parameters of type EjbDescriptorModifier and TypeMethodDescriptionvoidEjbServices.registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings) Provides interceptor binding metadata to the container.EjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor) Request a reference to an EJB session object from the container. -
Uses of EjbDescriptor in org.jboss.weld.ejb.spi.helpers
Classes in org.jboss.weld.ejb.spi.helpers that implement EjbDescriptorModifier and TypeClassDescriptionclassAn implementation ofEjbDescriptorwhich forwards all its method calls to anotherEjbDescriptor.Methods in org.jboss.weld.ejb.spi.helpers that return EjbDescriptorModifier and TypeMethodDescriptionprotected abstract EjbDescriptor<T>ForwardingEjbDescriptor.delegate()Returns the delegateMethods in org.jboss.weld.ejb.spi.helpers with parameters of type EjbDescriptorModifier and TypeMethodDescriptionvoidForwardingEjbServices.registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings) ForwardingEjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor) -
Uses of EjbDescriptor in org.jboss.weld.manager.api
Methods in org.jboss.weld.manager.api that return EjbDescriptorModifier and TypeMethodDescription<T> EjbDescriptor<T>WeldManager.getEjbDescriptor(String ejbName) Get the EjbDescriptor for the given EJB nameMethods in org.jboss.weld.manager.api with parameters of type EjbDescriptorModifier and TypeMethodDescription<T> jakarta.enterprise.inject.spi.InjectionTarget<T>WeldManager.createInjectionTarget(EjbDescriptor<T> descriptor) The injection target for the given EJB, or null if Weld was not given this descriptor in the deployment.<T> jakarta.enterprise.inject.spi.Bean<T>WeldManager.getBean(EjbDescriptor<T> descriptor) Get the Bean object for the given EJB, or null if Weld was not given this descriptor in the deployment.