|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BusinessInterfaceDescriptor | |
---|---|
org.jboss.webbeans.ejb | |
org.jboss.webbeans.ejb.spi | |
org.jboss.webbeans.ejb.spi.helpers |
Uses of BusinessInterfaceDescriptor in org.jboss.webbeans.ejb |
---|
Methods in org.jboss.webbeans.ejb that return types with arguments of type BusinessInterfaceDescriptor | |
---|---|
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
ForwardingEjbDescriptor.getLocalBusinessInterfaces()
|
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
ForwardingEjbDescriptor.getRemoteBusinessInterfaces()
|
Uses of BusinessInterfaceDescriptor in org.jboss.webbeans.ejb.spi |
---|
Methods in org.jboss.webbeans.ejb.spi that return types with arguments of type BusinessInterfaceDescriptor | |
---|---|
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
EjbDescriptor.getLocalBusinessInterfaces()
Gets the local business interfaces of the EJB |
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
EjbDescriptor.getRemoteBusinessInterfaces()
Gets the remote business interfaces of the EJB |
Uses of BusinessInterfaceDescriptor in org.jboss.webbeans.ejb.spi.helpers |
---|
Classes in org.jboss.webbeans.ejb.spi.helpers that implement BusinessInterfaceDescriptor | |
---|---|
class |
ForwadingBusinessInterfaceDescriptor<T>
An implementation of BusinessInterfaceDescriptor which forwards all
its method calls to another BusinessInterfaceDescriptor }. |
Methods in org.jboss.webbeans.ejb.spi.helpers that return BusinessInterfaceDescriptor | |
---|---|
protected abstract BusinessInterfaceDescriptor<T> |
ForwadingBusinessInterfaceDescriptor.delegate()
|
Methods in org.jboss.webbeans.ejb.spi.helpers that return types with arguments of type BusinessInterfaceDescriptor | |
---|---|
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
ForwardingEjbDescriptor.getLocalBusinessInterfaces()
|
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
ForwardingEjbDescriptor.getRemoteBusinessInterfaces()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |