|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EjbDescriptor | |
|---|---|
| org.jboss.webbeans.ejb.spi | |
| org.jboss.webbeans.ejb.spi.helpers | |
| Uses of EjbDescriptor in org.jboss.webbeans.ejb.spi |
|---|
| Methods in org.jboss.webbeans.ejb.spi that return types with arguments of type EjbDescriptor | |
|---|---|
java.lang.Iterable<EjbDescriptor<?>> |
EJBModule.getEjbs()
Get all the EJBs in the deployment archive |
| Methods in org.jboss.webbeans.ejb.spi with parameters of type EjbDescriptor | |
|---|---|
SessionObjectReference |
EjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor)
Request a reference to an EJB session object from the container. |
| Uses of EjbDescriptor in org.jboss.webbeans.ejb.spi.helpers |
|---|
| Classes in org.jboss.webbeans.ejb.spi.helpers that implement EjbDescriptor | |
|---|---|
class |
ForwardingEjbDescriptor<T>
An implementation of EjbDescriptor which forwards all its method calls
to another EjbDescriptor}. |
| Methods in org.jboss.webbeans.ejb.spi.helpers that return EjbDescriptor | |
|---|---|
protected abstract EjbDescriptor<T> |
ForwardingEjbDescriptor.delegate()
|
| Methods in org.jboss.webbeans.ejb.spi.helpers with parameters of type EjbDescriptor | |
|---|---|
SessionObjectReference |
ForwardingEjbServices.resolveEjb(EjbDescriptor<?> ejbDescriptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||