Uses of Interface
org.jboss.weld.ejb.spi.EjbDescriptor
-
Packages that use EjbDescriptor Package Description org.jboss.weld.bootstrap.spi org.jboss.weld.bootstrap.spi.helpers org.jboss.weld.ejb.spi org.jboss.weld.ejb.spi.helpers org.jboss.weld.manager.api -
-
Uses of EjbDescriptor in org.jboss.weld.bootstrap.spi
Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type EjbDescriptor Modifier and Type Method Description Collection<EjbDescriptor<?>>BeanDeploymentArchive. 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 Modifier and Type Method Description Collection<EjbDescriptor<?>>ForwardingBeanDeploymentArchive. getEjbs() -
Uses of EjbDescriptor in org.jboss.weld.ejb.spi
Methods in org.jboss.weld.ejb.spi with parameters of type EjbDescriptor Modifier and Type Method Description voidEjbServices. registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings)Provides interceptor binding metadata to the container.SessionObjectReferenceEjbServices. 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 EjbDescriptor Modifier and Type Class Description classForwardingEjbDescriptor<T>An implementation ofEjbDescriptorwhich forwards all its method calls to anotherEjbDescriptor.Methods in org.jboss.weld.ejb.spi.helpers that return EjbDescriptor Modifier and Type Method Description protected abstract EjbDescriptor<T>ForwardingEjbDescriptor. delegate()Methods in org.jboss.weld.ejb.spi.helpers with parameters of type EjbDescriptor Modifier and Type Method Description voidForwardingEjbServices. registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings)SessionObjectReferenceForwardingEjbServices. resolveEjb(EjbDescriptor<?> ejbDescriptor) -
Uses of EjbDescriptor in org.jboss.weld.manager.api
Methods in org.jboss.weld.manager.api that return EjbDescriptor Modifier and Type Method Description <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 EjbDescriptor Modifier and Type Method Description <T> javax.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> javax.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.
-