Uses of Interface
org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor
Packages that use BusinessInterfaceDescriptor
-
Uses of BusinessInterfaceDescriptor in org.jboss.weld.ejb.spi
Methods in org.jboss.weld.ejb.spi that return types with arguments of type BusinessInterfaceDescriptorModifier and TypeMethodDescriptionEjbDescriptor.getLocalBusinessInterfaces()Gets the local business interfaces of the EJBEjbDescriptor.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 BusinessInterfaceDescriptorModifier and TypeClassDescriptionclassAn implementation ofBusinessInterfaceDescriptorwhich forwards all its method calls to anotherBusinessInterfaceDescriptor.Methods in org.jboss.weld.ejb.spi.helpers that return BusinessInterfaceDescriptorModifier and TypeMethodDescriptionprotected abstract BusinessInterfaceDescriptor<T>ForwadingBusinessInterfaceDescriptor.delegate()Returns the delegateMethods in org.jboss.weld.ejb.spi.helpers that return types with arguments of type BusinessInterfaceDescriptorModifier and TypeMethodDescriptionForwardingEjbDescriptor.getLocalBusinessInterfaces()ForwardingEjbDescriptor.getRemoteBusinessInterfaces()