org.jboss.webbeans.bootstrap.spi
Interface EjbDiscovery
- All Known Implementing Classes:
- ForwardingEjbDiscovery
public interface EjbDiscovery
A container should implement this interface to allow the Web Beans RI to
discover the EJBs the application contains
- Author:
- Pete Muir
PROPERTY_NAME
static final java.lang.String PROPERTY_NAME
discoverEjbs
java.lang.Iterable<EjbDescriptor<?>> discoverEjbs()
- Gets a descriptor for each EJB in the application
- Returns:
- The bean class to descriptor map
Copyright © 2008-2009. All Rights Reserved.