Uses of Interface
org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor
-
Packages that use BusinessInterfaceDescriptor Package Description org.jboss.weld.ejb.spi org.jboss.weld.ejb.spi.helpers -
-
Uses of BusinessInterfaceDescriptor in org.jboss.weld.ejb.spi
Methods in org.jboss.weld.ejb.spi that return types with arguments of type BusinessInterfaceDescriptor Modifier and Type Method Description Collection<BusinessInterfaceDescriptor<?>>EjbDescriptor. getLocalBusinessInterfaces()Gets the local business interfaces of the EJBCollection<BusinessInterfaceDescriptor<?>>EjbDescriptor. getRemoteBusinessInterfaces()Gets the remote business interfaces of the EJB -
Uses of BusinessInterfaceDescriptor in org.jboss.weld.ejb.spi.helpers
Classes in org.jboss.weld.ejb.spi.helpers that implement BusinessInterfaceDescriptor Modifier and Type Class Description classForwadingBusinessInterfaceDescriptor<T>An implementation ofBusinessInterfaceDescriptorwhich forwards all its method calls to anotherBusinessInterfaceDescriptor.Methods in org.jboss.weld.ejb.spi.helpers that return BusinessInterfaceDescriptor Modifier and Type Method Description protected abstract BusinessInterfaceDescriptor<T>ForwadingBusinessInterfaceDescriptor. delegate()Methods in org.jboss.weld.ejb.spi.helpers that return types with arguments of type BusinessInterfaceDescriptor Modifier and Type Method Description Collection<BusinessInterfaceDescriptor<?>>ForwardingEjbDescriptor. getLocalBusinessInterfaces()Collection<BusinessInterfaceDescriptor<?>>ForwardingEjbDescriptor. getRemoteBusinessInterfaces()
-