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

Field Summary
static java.lang.String PROPERTY_NAME
           
 
Method Summary
 java.lang.Iterable<EjbDescriptor<?>> discoverEjbs()
          Gets a descriptor for each EJB in the application
 

Field Detail

PROPERTY_NAME

static final java.lang.String PROPERTY_NAME
Method Detail

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.