Package | Description |
---|---|
org.jboss.weld.ejb.spi | |
org.jboss.weld.ejb.spi.helpers |
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() |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.