Uses of Interface
org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor

Packages that use BusinessInterfaceDescriptor
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
 Collection<BusinessInterfaceDescriptor<?>> EjbDescriptor.getLocalBusinessInterfaces()
          Gets the local business interfaces of the EJB
 Collection<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
 class ForwadingBusinessInterfaceDescriptor<T>
          An implementation of BusinessInterfaceDescriptor which forwards all its method calls to another BusinessInterfaceDescriptor}.
 

Methods in org.jboss.weld.ejb.spi.helpers that return BusinessInterfaceDescriptor
protected abstract  BusinessInterfaceDescriptor<T> ForwadingBusinessInterfaceDescriptor.delegate()
           
 

Methods in org.jboss.weld.ejb.spi.helpers that return types with arguments of type BusinessInterfaceDescriptor
 Collection<BusinessInterfaceDescriptor<?>> ForwardingEjbDescriptor.getLocalBusinessInterfaces()
           
 Collection<BusinessInterfaceDescriptor<?>> ForwardingEjbDescriptor.getRemoteBusinessInterfaces()
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.