|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalEjbDescriptor | |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.ejb | |
| Uses of InternalEjbDescriptor in org.jboss.weld.bean |
|---|
| Methods in org.jboss.weld.bean that return InternalEjbDescriptor | |
|---|---|
InternalEjbDescriptor<T> |
SessionBean.getEjbDescriptor()
|
| Methods in org.jboss.weld.bean with parameters of type InternalEjbDescriptor | ||
|---|---|---|
static
|
SessionBean.of(InternalEjbDescriptor<T> ejbDescriptor,
BeanManagerImpl manager)
Creates a simple, annotation defined Enterprise Web Bean |
|
static
|
NewSessionBean.of(InternalEjbDescriptor<T> ejbDescriptor,
BeanManagerImpl manager)
Creates an instance of a NewEnterpriseBean from an annotated class |
|
| Constructors in org.jboss.weld.bean with parameters of type InternalEjbDescriptor | |
|---|---|
NewSessionBean(WeldClass<T> type,
InternalEjbDescriptor<T> ejbDescriptor,
java.lang.String idSuffix,
BeanManagerImpl manager)
Protected constructor |
|
SessionBean(WeldClass<T> type,
InternalEjbDescriptor<T> ejbDescriptor,
java.lang.String idSuffix,
BeanManagerImpl manager)
Constructor |
|
| Uses of InternalEjbDescriptor in org.jboss.weld.bootstrap |
|---|
| Methods in org.jboss.weld.bootstrap with parameters of type InternalEjbDescriptor | ||
|---|---|---|
protected
|
AbstractBeanDeployer.createEnterpriseBean(InternalEjbDescriptor<T> ejbDescriptor)
|
|
| Uses of InternalEjbDescriptor in org.jboss.weld.ejb |
|---|
| Methods in org.jboss.weld.ejb that return InternalEjbDescriptor | ||
|---|---|---|
|
EjbDescriptors.get(java.lang.String beanName)
Gets an iterator to the EJB descriptors for an EJB implementation class |
|
| Methods in org.jboss.weld.ejb that return types with arguments of type InternalEjbDescriptor | |
|---|---|
java.util.Iterator<InternalEjbDescriptor<?>> |
EjbDescriptors.iterator()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||