| Package | Description |
|---|---|
| org.jboss.weld.ejb.spi | |
| org.jboss.weld.ejb.spi.helpers | |
| org.jboss.weld.util.reflection |
| Modifier and Type | Method and Description |
|---|---|
Collection<BusinessInterfaceDescriptor<?>> |
EjbDescriptor.getLocalBusinessInterfaces()
Gets the local business interfaces of the EJB
|
Collection<BusinessInterfaceDescriptor<?>> |
EjbDescriptor.getRemoteBusinessInterfaces()
Gets the remote business interfaces of the EJB
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwadingBusinessInterfaceDescriptor<T>
An implementation of
BusinessInterfaceDescriptor which forwards all its method calls to another
BusinessInterfaceDescriptor . |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BusinessInterfaceDescriptor<T> |
ForwadingBusinessInterfaceDescriptor.delegate() |
| Modifier and Type | Method and Description |
|---|---|
Collection<BusinessInterfaceDescriptor<?>> |
ForwardingEjbDescriptor.getLocalBusinessInterfaces() |
Collection<BusinessInterfaceDescriptor<?>> |
ForwardingEjbDescriptor.getRemoteBusinessInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Formats.formatBusinessInterfaceDescriptors(Iterable<? extends BusinessInterfaceDescriptor<?>> businessInterfaceDescriptors) |
Copyright © 2014. All Rights Reserved.